var $=jQuery.noConflict();
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-18279125-11', 'auto');
ga('send', 'pageview');
Blog
20 BURGLARY FACTS THAT WILL BLOW YOUR MIND THIS BONFIRE NIGHT!
Published on 9 November, 2016 | Blog
Bonfire night may be over, but the risk of burglary isn’t! With the echos of fireworks still ringing in the air and with the dark of night to cover their tracks – burglars are out in force at this time of the year. And we can prove it – here are 20 frightening statistics that […]
Read more
Don’t Miss a Trick this Halloween with our Top 20 Home Security Tips
Published on 28 October, 2016 | Blog
The period between Halloween and bonfire night is a burglars busiest time of year – with burglary and domestic damage increasing by 160% in the Halloween period. With that said homeowners must be especially vigilant and ensure their home is as secure as possible. Burglars can be anything from opportunists to highly calculating criminals, but […]
Read more
MAX6MUM SECURITY Supports National Home Security Month
Published on 7 October, 2016 | Blog
National Home Security Month is back and we are pledging our support by showing the nation how home security can be both easy to install and affordable. Our high quality, home security solutions are developed to help every homeowner feel safer and more secure in their own home. We strive to provide both effective […]
Read more
jQuery(document).ready(function($) {
$('.product-show-slide-content').slick({
slidesToShow: 4, // default desktop values
slidesToScroll: 1,
rows: 2,
prevArrow: $('.product-slide-left'),
nextArrow: $('.product-slide-right'),
responsive: [
{
breakpoint: 1000,
settings: {
slidesToShow: 3, // default desktop values
slidesToScroll: 1,
rows: 2,
prevArrow: $('.product-slide-left'),
nextArrow: $('.product-slide-right')
}
},
{
breakpoint: 700,
settings: {
slidesToShow: 2, // default desktop values
slidesToScroll: 1,
rows: 2,
prevArrow: $('.product-slide-left'),
nextArrow: $('.product-slide-right')
}
},
{
breakpoint: 500,
settings: {
slidesToShow: 1, // default desktop values
slidesToScroll: 1,
rows: 2,
prevArrow: $('.product-slide-left'),
nextArrow: $('.product-slide-right')
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
$(".nav-menu li").hover(
function () {
$(this).children("ul.sub-menu").stop(true, true).slideDown(200);
$(this).addClass("current-menu-item");
},
function () {
$(this).children("ul.sub-menu").stop(true, true).slideUp(200);
$(this).removeClass("current-menu-item");
}
);
$(".showmenu").click(function(){
$(this).toggleClass("active");
$(".main-navigation").toggleClass("show");
});
$(".showsearch").click(function(){
$(this).toggleClass("active");
$("#searchform").toggleClass("show");
});
});