/**
 * @license
 * myfonts Webfont Build ID 2927987, 2014-11-24T09:59:12-0500
 * 
 * The ../../fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed ../../fonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: CenturyGothicStd-Italic by Monotype 
 * URL: http://www.myfonts.com/web../../fonts/mti/century-gothic/std-italic/
 * 
 * Webfont: CenturyGothicStd-Bold by Monotype 
 * URL: http://www.myfonts.com/web../../fonts/mti/century-gothic/std-bold/
 * 
 * Webfont: CenturyGothicStd by Monotype 
 * URL: http://www.myfonts.com/web../../fonts/mti/century-gothic/std-regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2927987
 * Licensed pageviews: 250,000
 * ../../fonts copyright: Copyright The Monotype Corporation. All rights reserved.
 * 
 * © 2014 myfonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2cad73");

  
@font-face {font-family: 'CenturyGothicStd-Italic';src: url('../../fonts/2CAD73_0_0.eot');src: url('../../fonts/2CAD73_0_0.eot?#iefix') format('embedded-opentype'),url('../../fonts/2CAD73_0_0.woff2') format('woff2'),url('../../fonts/2CAD73_0_0.woff') format('woff'),url('../../fonts/2CAD73_0_0.ttf') format('truetype'),url('../../fonts/2CAD73_0_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'CenturyGothicStd-Bold';src: url('../../fonts/2CAD73_1_0.eot');src: url('../../fonts/2CAD73_1_0.eot?#iefix') format('embedded-opentype'),url('../../fonts/2CAD73_1_0.woff2') format('woff2'),url('../../fonts/2CAD73_1_0.woff') format('woff'),url('../../fonts/2CAD73_1_0.ttf') format('truetype'),url('../../fonts/2CAD73_1_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'CenturyGothicStd';src: url('../../fonts/2CAD73_2_0.eot');src: url('../../fonts/2CAD73_2_0.eot?#iefix') format('embedded-opentype'),url('../../fonts/2CAD73_2_0.woff2') format('woff2'),url('../../fonts/2CAD73_2_0.woff') format('woff'),url('../../fonts/2CAD73_2_0.ttf') format('truetype'),url('../../fonts/2CAD73_2_0.svg#wf') format('svg');}
/* Stylesheet: century-gothic Modified On 2014-12-04 09:20:10 */
/* html5reset.css - 01/11/2011 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/* Stylesheet: htmlResetMerlin Modified On 2014-12-04 08:23:17 */
/* cols.css */


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/* 2cols.css */

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/* 3cols.css */

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/* 4cols.css */

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}

/* Stylesheet: allCols Modified On 2014-12-04 08:28:08 */
.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/* Useful */

.left {float: left;}
.leftText {text-align: left;}
.right {float: right;}
.rightText {text-align: right;}
.clear {clear: both;}
.hidden {display: none;}
ul {list-style: none;}

@media only screen and (max-width: 480px) {
	.leftText {text-align: center;}
	.rightText {text-align: center;}
	#speccontainer .leftText {text-align: left;}
	}

/* reset */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.group {
	width: 960px;
	margin: 0 auto;
}

.group img {
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.group {
		width: 85%;
		padding: 2em;
	}
}

@media only screen and (max-width: 960px) {
	.group {
		width: 95%;
		padding: 1em;
		padding-right: 0;
	}
}


body {
	margin : 0 auto;
	padding : 0;	
	text-align: center;
	font-family: 'CenturyGothicStd', arial, helvetica, sans-serif;
	color: #929090;
	font-size: 1em;
	/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/
	
}

a {
	text-decoration: none;
}


/* Typography */

p {
	font-size: 1em;
	line-height: 1.3em;
	color: #929090;
	}
	
	
	
h3 {
	font-size: 1.875em;
	padding: 0.5em 0;
	color: #0191e2;
	}

p a {
	color: #0191e2;
	}
	
h3 span {
	text-transform: capitalize;
	}
	
@media only screen and (max-width: 480px) {

	p {
		font-size: 0.9em;
	}
	
	h3 {
		font-size: 1.5em;
	}

}
	
/* Sections */

	
/* Header Styles */
	
header {
	background-color: #28282c;
	padding: 24px 0 38px 0;
	}
	
header h1 {
	color: #999999;
	text-transform: capitalize;
	font-size: 1.25em;
	margin-bottom: 0.9em;
	}
	
header h2 {
	color: #ecedee;
	text-transform: capitalize;
	font-size: 1.5em;
	padding: 0.3em 0.1em 0.2em 0.1em;
	border-top: 3px solid #ecedee;
	border-bottom: 3px solid #ecedee;
	display: inline-block;
	}

header h2 a {
	color: #fff;
}
	
/* Photo Block*/

div.photoBlock {
	width: 100%;
	text-align: center;
	height: 24em;
	overflow: hidden;
	color: #fff;
	background-color: #cccccc;
	background-image: url("../../uploads/images/merlin/header-image2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	padding-top: 4.5em;
	text-shadow: 1px 1px 3px #767676;
}

div.photoBlock h1 {
	font-size: 4.5em;
	text-transform: capitalize;
	}	
	
div.photoBlock h2 {
	font-size: 2.05em;
	color: #fff;
	}
	
@media only screen and (max-width: 768px) {
	div.photoBlock {height: 12em; padding-top: 4.5em;}
	div.photoBlock h1 {font-size: 3.5em;}
	div.photoBlock h2 {font-size: 1.5em;}
	}
	}
}

@media only screen and (max-width: 480px) {
	div.photoBlock {height: 8em; padding-top: 3em;}
	div.photoBlock h1 {font-size: 2.75em;}
	div.photoBlock h2 {font-size: 1em;}
}

@media only screen and (max-width: 460px) {
	div.photoBlock {height: 7em; padding-top: 3.5em;}
	div.photoBlock h1 {font-size: 2.5em;}
	div.photoBlock h2 {font-size: 0.9em;}
}

/* centerPic */

div.centerPic {
	position: relative;
	height: 500px;
}

div.centerPicText {
	width: 370px;
	z-index: 10;
	margin: 0 auto;
	position: relative;
	margin-top: -500px;
}

div.centerPic img {
	z-index: 1;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 960px) {
	div.centerPic {height: auto;}
	div.centerPicText {
	z-index: 1;
	margin-top: 0;
	width: 100%;
	}
}

/* Spec & Dealer Section section */

#speccontainer, #dealercontainer {	
	background-color: #ecedee;
text-align:center;
}

#dealercontainer {padding:20px 0 30px 0; box-sizing: border-box;}

#dealercontainer ul {display:block; margin-top:30px;}

#dealercontainer li {display:inline-block; float:left; width:18%; margin:0 1%; padding:0; border:0;}

#dealercontainer li a {
font-size:0.9em;
width:100%;
display:block;
line-height:20px;
background-color:#0191e2;
color:white;
text-decoration:none;
padding:7px 0;
overflow: hidden;
margin-top:10px;
}

#dealercontainer li a:hover {color:#ecedee;}

#dealercontainer li a span {display:block; font-size:0.8em;}

@media only screen and (max-width: 1024px) {
#dealercontainer li {width:23%;}
}

@media only screen and (max-width: 600px) {
#dealercontainer li {width:30%;}
#dealercontainer li a {font-size:0.8em;}
#dealercontainer li a span {font-size:0.7em;}
}

#speccontainer p {
	color:#000;
	font-weight: 600;
	font-size: 1.1em;
	line-height:1.3em;
	}
	
#speccontainer ul {
	/* list-style-position: inside; */
	list-style-type: disc;
	padding: 1em 0 1em 1em;
}

#speccontainer ul li {
	font-weight: 300;
	line-height: 1.7em;
	font-size: 1em;
	padding-left: 0.5em;
}

@media only screen and (max-width: 1024px) {

	#speccontainer .dealerBut {
		width: 80%;
	}

	#speccontainer ul li {
		font-size: 0.8em;
	}

}

@media only screen and (max-width: 480px) {

	#speccontainer ul li {
		font-size: 0.8em;
	}

	#speccontainer .dealerBut {
		width: 50%;
	}

	img.smallerImgmobile {
		width: 75%;
	}
}


/* Footer Styles */

footer {
	font-family: arial, helvetica, sans-serif;
	background-color: #28282c;
	color: #cccccc;
	font-size: 0.8em;
	padding: 1em 0;
}

footer ul li {
	display:inline;
}

footer a {
	color: #cccccc;
	padding: 0.5em 0;
}

footer a:hover {
	color: #cccccc;
}

/* new */

@media only screen and (max-width: 960px) {

	#copyright {
		line-height: 2em;
}

}

/* Offer */

div.photoBlock div.offerOverlay {
text-shadow: 0px;
margin-top:30px;
color:#fff;
background:rgba(0,0,0,0.65);
padding:40px 0;
}

div.photoBlock div.offerOverlay p {
color:#fff;
font-size:2em;
line-height:1.8em;
}

div.photoBlock div.offerOverlay p span {
font-size:2em;
}

div.photoBlock div.offerOverlay a {
color:#fff;
display:inline-block;
padding:10px 15px;
background: #0191e2;
margin-top:20px;
text-shadow: 0px;
}

div.photoBlock div.offerOverlay a:hover {
color:#aaa;
}

div.offer {margin:40px 0; height:500px; text-align:left; z-index:100;}



/* Stylesheet: merlin Modified On 2015-07-29 22:04:31 */
.dealerBut.small {
	width: 13em;
	margin: 3em 0;
}

.bigImage {
	text-align: center;
	padding-top: 2em;
}

.bigImage img {

}

.productTitle h2 {
	font-size: 2.5em;
	padding: 0.7em;
	color: #0191e2;
}

.productTitle {
	text-align: center;
	background-color: #eaeaea;
	}

#maincontent p {margin-bottom:1em;}
	
img.manual {
	width: 130px;
	padding-top: 1em;
}
	
	

@media only screen and (max-width: 960px) {
	sidePad {margin-right: 1em;}
	.productTitle h2 {font-size: 1.75em; padding: 0.5em;}
	
	.group.bigImage {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	.leftText {text-align: left;}
	.centreSmall {text-align:center;}
	}
/* Stylesheet: merlinProduct Modified On 2014-12-09 13:19:09 */
 /*
Maltpress Web Development Ltd
*/
/* 
    Created on : 03-Jun-2016, 14:08:44
    Author     : Adam
*/

/*fixes */
section.homeSlider article div.headers a.sliderMore {
    padding-top: 3px;
}
section.homeSlider {background: #434345;}
section.distributionSection a.findRetailer {padding-top: 4px;}
footer {padding-top: 4px;}   
section#news article div.newsExcerpt p {
    margin-left: 0;
}
.addmargins #mainPageContent {
    margin-top: 70px;
}
ul#tabs li {line-height: 1.2em; float: left;}
ul#tabs li.current {
        background: #e2e3e3;
        border-top: 3px solid #0081CA;
        
    }
ul#tabs li a {border-right: none;}


.mobile-only {
    display: none;
}

div.carousel h3 {
    z-index: 10000000;
    position: relative;
}

span.leftArrow a {
    display: block;
    float: right;
    height: 100%;
    width: 11px;
    background: rgba(255, 255, 255, 0.5) url('../../images/leftarrow.png') no-repeat center 115px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
    /* margin-top: 28px; */
}

span.rightArrow a {
    display: block;
    float: right;
    height: 100%;
    width: 11px;
    background: rgba(255, 255, 255, 0.5) url('../../images/rightarrow.png') no-repeat center 115px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
    /* margin-top: 28px; */
}

div.dealer-search-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
section#mainPageContent div.dealer-search-wrap div.dealer {flex-basis: 29%; margin: 0 1% 20px 1%;}
section#mainPageContent h2 {flex-basis: 100%; margin-bottom: 20px;}
header h1#mainLogo {background-size: cover;}

/* media queries */

@media screen and (max-width: 1130px) {
    .widthchecker {
        width: 1130px;
    }
    body {
        width: 100%; overflow-x: hidden;
        
    }
    div#wrap_outer {
       width: 100%;
       overflow-x: hidden;
    }
    section.homeSlider article, div.pagerShade, header, section.homeSlider article div.headers {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    section.homeSlider {
        width: 100%;
        padding: 0;
    }

    div#search {position: relative;}
    #navWrapper {display: flex;}
    section.homeSlider {left: 0;}
    section.homeSlider article {background-size: cover;}
    section.homeSlider div.sliderWrapper {width: 100% !important;}
    
    section.homeSlider div.homeSliderPaging {width: 67%;}
    section.homeSlider article#encoreHeader {
        background-size: 100% !important;
        background-position: bottom center;
    }
    
    section.homeSlider div.homeSliderPaging div.singlePager a {background: #434345; overflow: hidden; border-top: 2px solid transparent;}
    section.homeSlider div.homeSliderPaging div.singlePager a:hover, section.homeSlider div.homeSliderPaging div.singlePager a.active {
        background: #343334;
            border-top: 2px solid #0081CA;
            width: 30%;
    }
    section.homeSlider div.homeSliderPaging div.singlePager a {width: 30%; margin: 0 1.5%; padding: 15px; box-sizing: border-box; }
    section.homeSlider div.homeSliderPaging div.singlePager a img {
        width: 100%;
        margin: 0 0 22px 0;
    }
    
    section.homeSlider div.homeSliderPaging div.singlePager a:hover img, section.homeSlider div.homeSliderPaging div.singlePager a.active img {
        margin-top: 5px;
    }
    
    footer {
        width: 100%;
        padding: 4px 20px 0px 20px;
        box-sizing: border-box;
    }
    
    section#homeContent, section#homeNews {
        margin: 0 2%;
        width: 46%;
    }
    
    section.distributionSection {width: 92%; margin: 0 auto; float: none; margin-bottom: 20px;}
    div.pagerShade {background: none}
    section#productRange div.introText h1,section#productRange div.topMargin h1  {
        padding-left: 20px;
    }
    section#productRange div.introText p, section#productRange div.listingIntro p {
        padding: 0 20px;
    }
    section#productRange div.introText a.bigLink, a.bob {
        white-space: nowrap;    
        margin: 0;
    }
    a.bob {
        margin: 20px;
    }
    section#productRange article.rangeBlock {
        width: 50%; box-sizing: border-box;
    }
    nav.productList {width: 100%;}
    section#productRange article.rangeBlock {
        padding: 30px 26px 40px 26px;
        height: auto;
    }
    
    section#mainPageContent h1, section#mainPageContent h2, section#mainPageContent h3, section#mainPageContent h4, section#mainPageContent h5 {
        padding-left: 20px;
    }
    section#mainPageContent div.manualList {
        width: 100%; padding: 0 20px;
    }
    section#mainPageContent li {line-height: 1.4em;}
    section#news article {
        width: 100%;
    }
    section#mainPageContent ol, section#mainPageContent ul {
        margin-right: 20px;
    }

    .dealerSearchSectionLeft, .dealerSearchSectionRight {width: 50%; box-sizing: border-box; float: left; margin: 0; padding: 0 20px;}
    #newsDetailField img {margin-right: 20px;}
    
/*    // product details page*/
    
    div.productImageSlider {
        width: 100%;
        display: block;
        position: relative;
        text-align: center;
        margin-bottom: 20px;
        top:0; left: 0;
    }
    section#productSingle div.mainImage {width: 100%}
    div.panes {width: 100%;box-sizing: border-box;}
    div.panes div.singlePane div.mainContent {
        width: 63%; margin-right: 3%;
    }
    div.panes div.singlePane div.sideBar {margin: 0; width: 33%; max-width: 220px;}
    
        div.productImagePager {
            top: -85px;
            /* margin: 0 auto; */
            /* display: block; */
            position: relative;
            z-index: 10000;
            width: 60px;
            /* left: 490px; */
            /* margin: 0 auto; */
            /* float: none; */
            /* left: 50%; */
            /* padding-left: 30px; */
            text-align: center;
            left: auto;
        }
    div.carousel {width: 100%;}
    
}
body > div {overflow: auto}
section#mainPageContent {margin-top: 20px;}

@media screen and (max-width: 985px) {
    .widthchecker {
        width: 985px;
    }
    div#navWrapper {display: block;
        border-top: 1px solid #ccc;
    padding-bottom: 36px;
    border-bottom: 1px solid #ccc;
    top: 35px;
    }
    header nav {
        width: auto;
    }
    header nav#navLeft, header nav#navRight {
        width: auto;
        float: left;
        margin: 0;
    }
    
    header nav#navLeft, header nav#navRight {
        margin-top: -1px
    }
    
    header h1#mainLogo {margin: 0; float: right; clear: none; display: inline-block; position: absolute; top: -48px;}
    header nav#navRight ul li a {float: left; margin-left: 0; margin-right: 20px;}
    header nav#navLeft ul li a {margin-right: 10px;}
    header nav#navLeft ul {margin-left: 5px;}
    footer {
        position: relative;
    }
    footer div#copyright {
        clear: both;
        float: left;
        width: auto;
        margin-bottom: 10px;
        padding-top: 0;
        margin-top: 0;
    }
    
    footer a.footerRetailer {
        position: absolute; top: 10px; right: 20px;
    }
    nav.productList {
        height: auto;
        margin-bottom: 20px;
        display: block;
        border: none;
        float: left;
    }
    nav.productList h3 {
        background: none;
        float: none;
        border: none;
    }
    nav.productList ul li {float: left;}
    nav.productList ul {float: left; display: block; width: 100%; background: #434345; padding-left: 7px; margin-left: -1px; border: none; margin-top: -1px;}
    nav.productList a {margin-top: 0; margin-bottom: 10px;}
    section#mainPageContent {margin-top: 10px;}
    
    section#productSingle div.mainImage {background: none;    clear: both;
    margin-bottom: 140px;}
    div.productImageInner {width: 100%!important; }
    div.singleProductSlide {width: 100%;}
    div.singleProductSlide img {
        width: 100%; height: auto;
        padding: 20px; box-sizing: border-box
    }
    div.productImagePager {
    top: -20px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 10000;
    width: 120px;
    /* left: 490px; */
    /* margin: 0 auto; */
    /* float: none; */
    /* left: 50%; */
    padding-left: 60px;
}

section#mainPageContent div.dealer-search-wrap div.dealer {
    flex-basis: 42%;
    margin: 0 2% 20px 2%;
}


div.singleProductSlide {
    min-height: 0;
}



}

@media screen and (max-width: 865px) {
    .widthchecker {
        width: 865px;
    }
    .worldMap {margin-top: 20px;}
    header h1#mainLogo {position: absolute; top: -35px; }
     header nav#navLeft, header nav#navRight {
         margin-top: 15px;
         width: 100%;
         height: auto;
    }
    div#search {top: 60px; left: 5px; float: left;}
    div#navWrapper {
        right: -3px;
        top: 25px;
        border: none;
    }
    section.homeSlider article  {
        height: 375px;
    }
    section.homeSlider {height: 560px; overflow: hidden; background-color: transparent;}
    
    section#productRange article.rangeBlock {
        width: 100%;
        border-left: none;
        border-right: none;
    }
    
    .dealerSearchSectionLeft, .dealerSearchSectionRight {width: 100%; border: none;}
    .dealerSearchSectionLeft {border-bottom: 1px solid #1f92d2; padding-bottom: 30px;}
    
    header nav#navLeft {border: none; top: 0px;}
    header nav a {margin: 0; padding: 20px; display: block; width: 100%; height: auto;}
header nav a:hover {background: none; margin: 0;}
header nav#navRight {margin-top: -20px;}

header nav#navRight, header nav#navLeft {
    display: none;
    width: 110%;
    float: left;
    position: absolute;
    left: -21px;
}
header nav#navRight ul, header nav#navLeft ul {
    position: absolute;
    width: 100%;
    padding-bottom: 10px;
    z-index: 100000;
    overflow: hidden;
    margin-left: 8px;
    
    }
    
    header nav#navRight ul ul, header nav#navLeft ul ul {
        margin-left: 0;
        padding-bottom: 0;
        position: relative;
        display: block !important;
        top: 0;
        left: 0;
    }
    header nav#navRight ul {
         border-top: 1px solid #ccc;
    }
    
header nav.active {display: block;}

header nav ul li {
        width: 100%;
        display: block;
        margin: 0;
        float: left;
        background: #221f1f;
    }
    header nav#navLeft ul {margin-left: 8px;}
    header nav#navLeft ul li a {
        margin: 0;
    }
    
    header nav#navLeft ul li a, header nav#navRight ul li a {
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }
    
    header nav#navRight {
        border: none;
        padding: 0;
    }
    
header nav ul li a {color: #fff;}
header nav ul li a.menuactive {background: #0084ce;}
header nav ul li a, header nav ul li:last-child a {
        display: block;
        font: 20px/1.4em;
    }

header nav ul li:hover {
        background: #262626;
color: #fff;
    }
header nav ul li:hover a, header nav ul li a:hover, header nav ul li a:hover, header nav ul li.menuactive a {color: #fff;}


#navWrapper a.showmenu {    display: block;
    height: 35px;
    cursor: pointer;
    width: 37px;
    float: left;
    content: '';
      position: absolute;
    top: -38px;
    right: 10px;
    z-index: 10000;
    padding: 10px;
    color: #434345;
}
#navWrapper a.showmenu::after {
            content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    width: 2.2em;
    height: .51em;
    background: #434345;
    box-shadow: 0 .8em 0 0 #434345,0 1.6em 0 0 #434345;
    cursor: pointer;
    display: block;
    }
#navWrapper a.showmenu.active {background-color:#221f1f; color: #fff;}
#navWrapper a.showmenu.active::after {
    background: #fff;
    box-shadow: 0 .8em 0 0 #fff,0 1.6em 0 0 #fff;
}
section#productRange article {width: 100%;}
section#productRange article div.productImage {
    float: left;
    width: 30%; margin-right: 3%;
     padding: 20px; box-sizing: border-box;
}

section#productRange article div.productImage img {width: 100%; height: auto;}
section#productRange article div.productExcerpt {width: 100%; margin: 0; padding: 20px; box-sizing: border-box;}


    .mobile-only {
        display: block;
        position: relative;
    }

    div#search {display: none;}
    div#search-responsive {
        z-index: 10000;
        float: right;
        background: #221f1f;
        width: 100%;
        padding: 20px 10px;
        right: -8px;
        box-sizing: border-box;
        border-top: 1px solid #ccc;
    }
    
    div#search-responsive form {
        float: right;
        width: 100%;
    }
    
    div#search-responsive form input {
        padding: 10px;
        border: none;
        /* margin-top: -1px; */
        display: block;
        float: left;
        width: 50%;
    }
    
    div#search-responsive form input[type=submit] {
        font-size: 1em;
        color: #fff;
        text-decoration: none;
        font-family: 'CenturyGothicStd', arial, helvetica, sans-serif;
        text-transform: uppercase;
        padding: 8px 18px;
        background: #0084ce;
        border: none;
        width: auto;
    }
    
    
    
}

@media screen and (max-width: 685px) {
    .widthchecker {
        width: 685px;
    }
    section.homeSlider div.homeSliderPaging {width: 100%}
    section#homeContent, section#homeNews {width: 100%; padding: 0 20px; margin: 0; box-sizing: border-box;}
    section.distributionSection {width: 85%}
    section#homeNews {margin-top: 30px;}
    section#homeNews h2, fieldset legend {padding-left:0}
/*    header nav#navLeft {border-bottom: none; width: 100%;}
    header nav#navRight {margin-top: -1px; width: 100%; border-top: none;}
    header nav#navRight ul {
        float: left; margin-left: 8px;
    }*/
    
    footer a.footerRetailer {
        position: relative;
        float: left;
        clear: both;
        margin: 0 20px 20px 20px;
    }
    section.homeSlider article  {
        height: 295px;
    }
    section.homeSlider {height: 460px; overflow: hidden;}
    
    section#news article div.newsImage {
        width: 100%;
        box-sizing: border-box;
    }
    section#news article div.newsImage img {
        width: 100%;
        height: auto;
    }
    section#news article div.newsExcerpt {clear: both;
    width: 100%; float: left; margin: 0; box-sizing: border-box;}
    section#productRange article div.productImage {
        float: none; width: 100%; clear: both;
    }
    
    
    ul#tabs {
        width: 100%; float: left;
        display: flex;
    }
    
    ul#tabs li {
        width: 33%;
        float: left;
    }
    ul#tabs li a, ul#tabs li a.current {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    
    div#navWrapper {top: 35px;}
    
    a.findRetailer {    position: absolute;
    margin-top: -35px;float: right;right: 20px; }
    div.panes div.singlePane div.sideBar {
        width: 100%;
    }
    div.panes div.singlePane div.mainContent {
        width: 100%;
    }
    
    
    section#mainPageContent div.dealer-search-wrap div.dealer {
        flex-basis: 100%;
    }
    
    #newsDetailField img {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 20px 0;
    }
    
    /* kill carousel on small screens */
    
    span.leftArrow a, span.rightArrow a {
        display: none;
    }
    div.carouselWrap {
        height: 100%;
        overflow: visible;
    }
    
     div.carouselWrap, div.carouselWrap div.items {
        width: 100%;
        left: 0;
         height: 100%;
        overflow: visible;
        position: relative;
    }
    
    div.carouselWrap:after, div.carouselWrap div.items:after {
        content: " "; /* Older browser do not support empty content */
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
     }
    
    div.carouselWrap div.singleImage {width: 100%; height: auto; padding: 10px; box-sizing: border-box;}
    div.carouselWrap div.singleImage img {
        width: 100%; height: auto;
        box-sizing: border-box;
    }
    
}

@media screen and (max-width: 490px) {
    .widthchecker {
        width: 490px;
    }
    section.distributionSection img {
        width: 100%;
        float: none; margin: 0; height: auto;
    }
    section.homeSlider div.homeSliderPaging div.singlePager a:hover, section.homeSlider div.homeSliderPaging div.singlePager a.active {
        width: 100%;
    }
    section.homeSlider div.homeSliderPaging div.singlePager a img {
        display: none;
    }
    section.homeSlider div.homeSliderPaging div.singlePager a {
        width: 100%;
        height: 33%;
    }
    section.homeSlider {
        height: 438px;
        overflow: hidden;
    }
    section.homeSlider div.homeSliderPaging div.singlePager a {margin: 0;}
/*    header nav#navRight ul li a {line-height: 25px}*/
    .worldMap {
        width: 100%;
        height: auto;
    }
    
    section.distributionSection {
        padding-bottom: 10px;
    }
    
    section.distributionSection a.findRetailer {
        float: left;
        position: relative;
        margin: 10px 20px;
    }
    
}

@media screen and (max-width: 400px) {
    .widthchecker {
        width: 400px;
    }
    div#search {background-size: cover; width: 100%; top: 76px}
    
    header h1#mainLogo {}
/*    header nav#navLeft {
        margin-top: 90px;
    }*/
    footer nav {
        margin-left: 0;
        line-height: 2.0em;
    }
    footer div#copyright {margin-top: 10px;}
    #newsDetailField img {    width: 100%;
    float: none;
    height: auto;
    box-sizing: border-box;
    margin: 0;}
    section#news h1 {padding-right: 20px; padding-bottom: 20px;}
    section#productRange article.rangeBlock img {width: 100%; height: auto;}
}

/* Added by Geoff */

@media screen and (max-width: 1130px) {
.diagsLarge {padding-left:20px; padding-right:20px;}
}
@media screen and (max-width: 600px) {
p.homeBannerLink a {display:block; margin-bottom:20px;}
p.homeBannerLink span {display:none;}
}

@media screen and (max-width: 600px) {
p.homeBannerLink a {margin-bottom:10px;}
}

@media only screen and (max-width:870px) {

	div.prodPageButs {
	top:0;
	width:100% !important;
	text-align:center;
	padding:20px;
	}
	
	div.prodPageButs a.findRetailer {
	float:none !important;
	}
}

@media only screen and (max-width:685px) {
div.prodPageButs a.findRetailer {
	float:none !important;
position:relative;
top:0;
right:0;
	}
}


/* Stylesheet: mediaqueries Modified On 2016-11-28 16:51:01 */
