/* IZUMI =============================================================================  */



/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Open Sans', sans-serif; 	
color : #000; 
text-align: center;
background: #dde;
}

button, 
input, 
select, 
textarea { 
font-family : Montserrat, serif; 
color : #333; }

body.contact { 
background: #129;
}

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  Montserrat, serif;
font-weight : normal;
margin: 0.5em 0 .25em 0;
}

h1 { 
color: #fff;
font-size : 2.25em; 
line-height : 1.4;
font-weight:800;
}


h2 { 
color: #222;
font-size : 1.75em; 
line-height : 1.5;
font-weight:400;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
font-size : 1.5em; 
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1.25em; 
line-height : 1.25; }


footer h4 { 
color: #ccc;
margin-bottom : 0.5em;
font-size : 1.25em; 
line-height : 1.25; }




/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


.center {
text-align: center;
}


ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}


i.fa-big {
  font-size: 3em;
  margin: 0.25em 0;
  color: #112266;
}

/* LINKS =============================================================================  */

a { 
color : #112299;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #2233aa; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #3344bb;
}


footer a { 
color : #eee;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}

#copyright a { 
color : #ccc;
}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 1em 0 0; }
img.floatright { float: right; margin: 0 0 0 1em; }


img.circular { border-radius: 50%; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }


/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

#postCode{
width:220px;
display:inline;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 0 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

input[type="text"], input[type="email"], input[type="tel"] {
width: 97%;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #00f; 
-moz-box-shadow : 0 0 2px #00f;
box-shadow : 0 0 2px #00f; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/* GOOGLE MAPS ============================================================================= */

#map_wrapper { height: 700px; margin-bottom:20px;}
#map_canvas { width: 100%; height: 100%;float:left;}



/* CONTACT FORM ============================================================================= */


 div.container {
 	background-color: #eee;
 	border: 1px solid red;
 	padding: 10px;
 }
 div.container ol li {
 	list-style-type: none;
 	background: url(/images/unchecked.gif) no-repeat 0px 2px;
 }
 
 div.container { display: none }
 .container label.error {
 	display: inline;
 	margin-left:20px;
 }
 
 form.pdfform label.error {
 	display: block;
 	margin-left: 1em;
 	width: auto;
}



/*  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 600 PIXELS */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */

@media only screen and (max-width: 600px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  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 600 PIXELS */

@media only screen and (max-width: 600px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  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 600 PIXELS */

@media only screen and (max-width: 600px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
		
}

/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */

@media only screen and (max-width: 600px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

/*  GO FULL WIDTH BELOW 600 PIXELS */
@media only screen and (max-width: 600px) {
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}

/*  PUSH  AND HIDE  ==================================================================== */


.push {
    visibility: hidden;
}

@media only screen and (max-width: 600px)
{
		
	.push {
	    display: none;
	}
	
}

/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }


#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headercontainer {
			width: 100%;
			background-color: #fff;
			-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.2);
			-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.2);
			box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.2);
			position: relative;
			z-index: 10;
			border-bottom: 0.25em solid #ccc;
		}
		
					
		
		header {
			width: 80%; /* 1000px / 1250px */
			font-size: 0.875em; /* 14 / 16 */
			margin: 0 auto;
			padding: 1.5em 0px 0.75em 0px;
			position: relative;
			color: #333;
			text-align: center;
		}

			#logo 	{ 
				width: 25%;
				float:left; 
				margin-top: 0.5em;
			}


				.toplogo 	{ 
					max-width: 250px;
				}

			#topright { 
				width: 75%;
				float:right; 
			}

				#topbar { 
					float:right; 
					text-align: right;
					margin: 0 0 0.5em 0;
				}
	

				#topbar a { text-decoration:none; color:#124; }
				#topbar a:hover { text-decoration:none; color:#236; }
		
					#topbarlinks { float:right; padding-top: 0.25em; }
					
						#topbarlinks i.fa {
							font-size: 1.1em;
							margin-left: 0.25em;
						}
					
					#topbarsearch{ float:right; margin-left: 1em; position:relative; }
		
						#topbarsearch input[type=search]{background:#fff url(/images/icon-search.png) no-repeat 8px 8px; background-size:20px;padding:.5em 3em 0.5em 2.2em; border:1px solid #ccc; box-shadow:none;  color:#666; }

						#topbarsearch input[type=submit]{ position:absolute; top:2px; right:2px; padding:6px .75em; font-size: 0.9em; font-weight: normal;}
		
	


	#topimage{
		clear: both;
		position: relative;
		width: 100%;
		background: #129;
		border-bottom: 0.25em solid #eee;
		}
		
		img.heroimage{
			width: 100%; 
			opacity: 0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter: alpha( opacity  = 80);
			margin: -100px 0 0 0;
			}
			

		#intro-text {
			position: absolute;
			top: 10%;
			left: 20%;
			width:60%; 
			margin:2em 0; 
			padding: 0;
			text-align: center;
			}
		
		#intro-text h1 { line-height:1.2;  text-shadow: 2px 2px 5px rgba(0,0,0,.5);}
			
		img.pageimage{
			position: relative;
			width: 100%; 
			margin: -300px 0 0 0;
			}
		
		#page-intro-text {
			position: absolute;
			top: 10%;
			left: 20%;
			width:60%; 
			margin:2em 0; 
			padding: 0;
			text-align: center;
			}
		
		#page-intro-text strong { line-height:1.2; text-shadow: 2px 2px 5px rgba(0,0,0,.5); color: #fff; text-transform: uppercase; }
		#page-intro-text h1 { margin-top: 0.2em; line-height:1.2; text-shadow: 2px 2px 5px rgba(0,0,0,.5); }
			
		#page-intro-text p {
			font-family:  Montserrat, serif;
			font-size : 1.3em; 
			color: #fff;
			line-height: 1.3;
			margin-bottom: 1em;
			text-shadow: 2px 2px 5px rgba(0,0,0,.5);
			}
			
		#map{
			clear: both;
			width: 100%;
			height: 350px;
			overflow: hidden;
			color: #333;
		}
		

	
	#maincontent{
		clear: both;
		width: 80%; /* 1000px / 1250px */
		font-size: 0.875em; /* 14 / 16 */
		max-width: 100em; /* 1400px / 14 */
		margin: 0 auto;
		padding: 1em 0px;
		color: #111;
		line-height: 1.6em;
		position: relative;
		text-align: center;
		}

		#maincontent .introtext {
			font-size : 1.4em; 
			color: #222;
			line-height: 1.6;
			margin-bottom: 1.5em;
			}
			
			
		
				
		#maincontent .contact {
			text-align: left;
			}				
			

		#maincontent .product {
			text-align: left;
			}				
			

		#maincontent a { text-decoration:underline; color:#112299; }
		#maincontent a:hover { text-decoration:underline; color:#2233aa; }				
			

		#maincontent a.button { font-size : 1.1em;  }

		.homefeatureslider .slick-prev:before, .homefeatureslider .slick-next:before {
		    color: #112299;
		    }



		h2.pagecontent {
			display: inline-block;
			text-align: center;
			background: #aab;
			color: #fff;
			padding: 0.75em 1.5em;
			margin: 1em 0 0 0;
		}

		#pagecontent  {
			background: #fff;
			padding: 4em 2em 2em 2em;
			margin: -2em 0 2em 0;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			font-style: normal;
			}
			
			#brandlogos  {
				padding: 1em 0 0 0;
				}

		#testimonial  {
			padding: 4em 2em 2em 2em;
			margin: -2em 0 1em 0;
			background: #ffffff;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			font-style: normal;
			}

		#testimonial i  {
			color: #999;
			}



	#sharecontainer {
		width: 100%;
		}
	
		#share {
			clear: both;
			width: 190px;
			font-size: 0.8125em; /* 13 / 16 */
			margin: 0 auto;
			padding: 2em 0 2em 0;
			text-align: center;
		}
		
			.socialbutton {
				float: left;
				text-align: center;
				margin: 0 5px;
			}

	
	#bottomstripcontainer {
		width: 100%;
		background: #ccc;
		}

		#bottomstrip{
			clear: both;
			width: 100%;
			font-size: 0.875em; /* 14 / 16 */
			margin: 0 auto;
			padding: 0px;
			color: #fff;
			line-height: 1.6em;
			position: relative;
			text-align: center;
			}
			
			.bottomportal { float:left; width:33.3333%;  background-size:100%; background-repeat:no-repeat; background-position:center center;  height:300px; position:relative; border-right:1px #fff solid; }
			
			.bottomportal{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
			
			.bottomportal:last-child { border-right:0; }
			
				.portaltext { font-size:1em; color:#eee; position:absolute; left:0; bottom:0; background:#333; background:rgba(51,51,51,.6); width:90%; padding: 5%; }
				
				.portaltext h3 { color:#fff; margin-bottom:.25em; font-size:1.4em; }
				
				.portaltext .button { margin-top:.4em; font-size: 1.0em; }
			
			
			.bottom-shop { background-image:url(/images/bottom-shop.jpg); }
			.bottom-spares { background-image:url(/images/bottom-spares.jpg);}
			.bottom-service { background-image:url(/images/bottom-service.jpg);}
	
	
	#accreditationscontainer {
		width: 100%;
		background: #fff;
		}

		#accreditations{
			clear: both;
			width: 100%;
			font-size: 0.875em; /* 14 / 16 */
			margin: 0 auto;
			padding: 1em 0;
			color: #fff;
			line-height: 1.6em;
			position: relative;
			text-align: center;
			}

		#accreditations img{
			vertical-align: middle;
			padding: 0.5em;
			}
			
	
	#footercontainer {
		width: 100%;
		background: #112244  url(/images/stripes_tiny_diagonal.png) center top;
		}



		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 100em; /* 1300px / 13 */
			margin: 0 auto;
			padding: 1em 0 1.5em 0;
			color: #eee;
			line-height: 1.8em;
			text-align: left;
		}
		
		footer h4.underlined { color: #fff; padding-bottom: 0.5em; margin-bottom: 1em;  border-bottom: 1px solid #666;}
		
		footer i.fa {
			font-size: 1.4em;
			margin-right: 0.25em;
		}
		
		ul.footerlist {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
			width:100%;
		}

		ul.footerlist li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}		

		footer a { text-decoration:none; color:#eee; }
		footer a:hover { text-decoration:underline; color:#fff; }

	#copyrightcontainer {
		width: 100%;
		background: #000000   url(/images/stripes_tiny_diagonal.png) center top;
		}
	
		#copyright {
			clear: both;
			width: 60%; /* 750px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			margin: 0 auto;
			padding: 2em 0 1em 0;
			color: #ccc;
			line-height: 1.8em;
			text-align: center;
		}

/*  NAV  ============================================================================= */

#nav-toggle { display:none; }

nav  { 
	float:right; 
	width:auto;
	clear: right;
}

#nav { position:relative; }

#nav ul { 
	float: left; 
	margin:0; 
	padding: 0;  
	width: 100%;  
	display: block;  
	list-style: none;  
	}
	
	#nav ul.nav i.fa {
		font-size: 1.2em;
		margin-right: 0.2em;
	}
	
	#nav ul.nav li { 
		float:left; 
		position:relative; 
		margin-left:0.2em; 
		}

	#nav ul.nav li a {
		width: 100%;
		padding: 0.8em 0.8em;
		float: left;
		text-align: center;
		position:relative;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear; 
		-webkit-transition: all 0.1s linear; 
		transition: all 0.1s linear;
		color: #124;
		text-transform:uppercase;
		cursor: pointer;
	}

	#nav ul.nav li:hover > a { 
		background: #129;
		color:#fff;
		}

	.nav > li > a:focus {
		background: #129;
		color:#fff;
		text-shadow: none; 
		outline:none; 
	}

	#nav,
	#nav * {
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
	
	.navgroup { display:none;  left:auto; top: 2em; position:absolute; z-index:9999; text-align:left; width:100%; }

	nav li:hover .navgroup { display:block; -webkit-animation: fadein .2s; -moz-animation: fadein .2s; -ms-animation: fadein .2s; -o-animation: fadein .2s; animation: fadein .2s;}
	
	
	
	#nav ul.nav li.toplevel .navgroup .inner { float:left;width:590px; background:#129; color: #ddd; padding:1em; margin-top:0.5em; position: relative;  box-shadow:4px 4px 2px rgba(0,0,0,0.1); border-radius:0.5em;}
	
	nav li:hover .navgroup .inner strong {margin: 0 0 0.5em 0; border-bottom:1px #ddd dotted;}
	
	#nav ul.nav li.toplevel .navgroup ul { margin: 0.5em 0; font-size: 0.9em;}
	
	#nav ul.nav li.toplevel .navgroup ul li { float:left; width:100%; text-align: left;}
	
	
	#nav ul.nav li.toplevel  .navgroup ul li a { color: #ddd; padding:0.2em .5em 0.2em 0; display:inline-block; text-align: left;  text-transform:none; }
	#nav ul.nav li.toplevel  .navgroup ul li a:hover { color:#fff !important; }
	#nav ul.nav li.toplevel  .navgroup ul li a.active { color:#fff !important; }

	#nav ul.nav li.toplevel  .navgroup ul li i.fa {
		font-size: 0.9em;
		margin-left: 0;
		margin-right: 0.25em;
	}


/*  PAGE FEATURES  ============================================================================= */

.pagefeature {
	background: #fff;
	padding: 1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-style: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
	

/*  NEWS  ============================================================================= */

.date {
	font-style: italic;
	}
	
	
	
/*  PRODUCT FEATURES  ============================================================================= */

.prodfeature img {
	text-align: center;
	}
	
	


.calltoaction {
	margin-top: 1em; 
	padding: 1em;
	background: #eef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}	
	.product-video { margin-top:1.5em; }
	.product-video video { width:100%; }

/*  PRODUCT PAGE IMAGES  ============================================================================= */
	
img#prodpic {margin-top: 3em;}
	

/*  PRODUCT SPEC TABLE  ============================================================================= */


			table.prodspectable {
				empty-cells: show;
				border: 1px solid #ccc;
				margin: 0 0 2px 0;
				text-align: left;
			}

			
			/* add borders*/
			table.prodspectable td {
			    border-bottom: 1px solid #ccc;
			    border-right: 1px solid #ccc;
			}
			
			table.prodspectable > tr:last-child > td {
			    border-bottom-width: 0;
			    border-right-width: 0;
			}

			/* nth-child selector for modern browsers */
			table.prodspectable tr:nth-child(2n-1) td {
			    background-color: #eee;
			}


/*  PRODUCT SPARES TABLE  ============================================================================= */


			table.prodsparestable {
				empty-cells: show;
				border: 1px solid #ccc;
				margin: 0 0 1em 0;
				text-align: left;
			}

			
			table.prodsparestable th {
			    border-bottom: 1px solid #ccc;
			    border-right: 1px solid #ccc;
			    background-color: #999;
			}
			
			
			/* add borders*/
			table.prodsparestable td {
			    border-bottom: 1px solid #ccc;
			    border-right: 1px solid #ccc;
			}
			
			table.prodsparestable > tr:last-child > td {
			    border-bottom-width: 0;
			    border-right-width: 0;
			}

			/* nth-child selector for modern browsers */
			table.prodsparestable tr:nth-child(2n-1) td {
			    background-color: #eee;
			}
			
			table.prodsparestable tr td.highlight {
			    background-color: #112299 !important;
			    color: #fff;
			}


/*  SPARES  ============================================================================= */

#SparesSearch {
	width: 90%;
	margin: 1em auto;
	}

#SparesSearch input[type=search] {
	float: left;
	background:#fff url(/images/icon-search.png) no-repeat 8px 8px; 
	background-size:20px;
	padding:.5em 3em 0.5em 2.2em; 
	border:1px solid #ccc; 
	box-shadow:none;  
	color:#333; 
	width: 30%;
	}
	
#SparesSearch select {
	float: left;
	margin-left: 2%;
	font-size: 0.9em;
	padding:.5em; 
	border:1px solid #ccc; 
	box-shadow:none;  
	color:#333; 
	width: 36%;
	}

#SparesSearch input[type=submit] { 
	float: left;
	margin-left: 2%;
	padding:0.4em .75em; 
	font-weight: normal;
	}

/*  BRAND LOGOS  ============================================================================= */

.brandlogo img {
	text-align: center;
	}


/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:  Montserrat, serif;
	color: #fff !important;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight: 300;
	background: #112299;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.2em;
	text-decoration: none !important;
				
}
.button:hover, .button:active {
	background: #3344bb;
	color: #fff;
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}


.button-arrow-right
{
	position: relative;
	padding-right: 3em;
}

.button-arrow-right:hover, .button-arrow-right:active
{
	background: #2233aa;
}


.button-arrow-right:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2em;
	color: #fff;
	font-size: 1em;
	line-height: 2.4em;
	background: #3344bb;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}


/*  TWO COLUMNS ============================================================================= */


@media only screen and (min-width: 1000px){
	.twocolumns {
	    -webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;

	    -webkit-column-gap: 1.6%; /* Chrome, Safari, Opera */
	    -moz-column-gap: 1.6%; /* Firefox */
	    column-gap: 1.6%;

	    text-align: left;

	}
}

/*  VIDEOS ============================================================================= */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

/* MEDIA QUERIES ============================================================================= */


@media only screen and (max-width: 1100px)
{
		header, #maincontent, footer {
			width: 90%;
		}

		img.pageimage{ 
			margin: -150px 0 0 0;
			}
	
		#copyright {
			width: 70%;
		}

	
}

@media only screen and (max-width: 1000px)
{

		#topbar {margin-top: 1.5em;}
		nav  { clear: both; float: right; margin: 0 auto;}
		
	

	
		img.heroimage{ 
			margin: 0 0 0 0;
			}
		
		
		.bottomportal { height:250px; }
		.portaltext { font-size:0.9em;}
	
		#accreditations img{
			height: 50px;
			}
	
}

@media only screen and (max-width: 800px)
{

		header, #maincontent, footer {
			width: 96%;
		}
		
		#topbarlinks i.fa { font-size: 30px; margin-right: 0.25em; color: #112299; }
		#topbarlinks span { display: none;}
		

	
		img.pageimage{ 
			margin: -50px 0 0 0;
			}
			
		#accreditations img{
			height: 40px;
			}
			
}

@media only screen and (max-width: 700px)
{

		nav  {clear: both; float: none; width:100%; margin: 0 auto;}
		
		#SparesSearch {	width: 100%;}	
		
		.bottomportal { height:220px; }
}

@media only screen and (max-width: 600px)
{

		
		#logo, #topright, #topbar { clear: both; width: 100%; margin: 0;}
		
		#topbarsearch {float: right; text-align: left; }
		
			#topbarsearch input[type=search] { position:relative; float: left; margin-right: 0.2em;  padding-right: 0; }

			#topbarsearch input[type=submit]{ position:relative; float: left;}
		
		#topbarlinks {float: left; text-align: left; padding-left: 50px;}
		
		nav  { clear: both; float: none; width:100%; margin: 0 auto;}
		
		#nav-toggle { 
			background: #112299; 
			color:#fff; 
			width:44px; 
			height:44px; 
			position:absolute; 
			top:-1.3em; 
			left:0; 
			font-size:2em; 
			cursor:pointer; 
			display:block; 
			text-align:center; 
			line-height:1.5; 
		}
		
		#nav-toggle:hover { background:#2233aa; }
		
		/* hide icons if no sublinks */ #nav li i { display:none; } 
		#nav ul.nav { display:none; background:#112299; margin:.5em 0 0 0; padding:0; }

		#nav ul.nav li { float:left; width:50%; text-align:center; margin:0;  position:relative; color: #fff; }
		#nav ul.nav li a { color: #fff; }
		#nav ul.nav li a:hover { text-decoration: underline; }
				
		#nav ul.nav li:hover .navgroup { display:none; }
		#nav li:hover a.toplevel:after, #nav a.toplevel:hover:after { display:none; }
		
		h1 { 
		font-size : 1.5em; }

		h2 { 
		font-size : 1.3em; }

		h3 { 
		font-size : 1.2em; }


		h4 { 
		font-size : 1.1em;  }
		
		#page-intro-text p {
			font-size : 1.1em;
			}
		
		#intro-text a.button {display: none;}

		.products .span_1_of_4 {
			width: 49.2%;
			margin: 1% 0 1% 1.6%;
		}

		
		.products .span_1_of_4:nth-child(2n+1) {
			clear: both;
			margin-left: 0;
		}


		#brandlogos .span_1_of_6 {
			width: 32.26%;
			margin: 1% 0 1% 1.6%;
		}

		
		#brandlogos .span_1_of_6:nth-child(3n+1) {
			clear: both;
			margin-left: 0;
		}


		#SparesSearch input[type=search] {
			width: 80%;
			}

		#SparesSearch select{
			width: 80%;
			margin: 0.5em 0;
			}

		#SparesSearch input[type=submit] { 
			clear: left;
			margin: 0.5em 0;
			}

		.testimonial {
			padding: 0;
			}

		.bottomportal { width: 100%; border-right: 0; border-bottom: 1px solid #fff;}
		

		footer {text-align: center;}

		footer ul.footerlist li i {display: none;}

}

@media only screen and (max-width: 440px)
{

		#topbarsearch input[type=search] { width: 130px; background:#fff; padding-left: 0.5em; }		
		
		img.pageimage{ 
			margin: 0 0 0 0;
			}
			
		#page-intro-text p {
			font-size : 1.0em;
			}


}