@charset "UTF-8";
/* CSS Document */

html,body { height:100%; }


body {
	background-color: #17191a;

    margin: 0px;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	outline:none;
	height: 100%;
	font-family:"nimbus-sans-condensed-n9", "nimbus-sans-condensed", sans-serif;
	color:#fff;
}

img {
	border: 0;
	
}



/*	==================================================================================
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	==================================================================================

	Typography 
	
	==================================================================================
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	==================================================================================  */


p {
	
	font-weight:normal;
	filter: none;
color:#E4E4E4;
  	-webkit-filter: grayscale(0);
	
}

a {
	outline:0;
	text-decoration:none;
	border: 0;
	color:#fff;
	padding:0;
	margin:0;
	font-size:inherit;
	filter: none;
  	-webkit-filter: grayscale(0);
}

ul {
	
	font-weight:normal;
	list-style:none;
}




hr{
    border: 0;
    background: rgba(84,94,102,1); 
   
}

.faint{
	opacity:0.6;
}
/*	==================================================================================

	Global Headings 
	
	==================================================================================  */

h1, h2, h3, h4, h5, h6 {
	font-family:"nimbus-sans-condensed-n9", "nimbus-sans-condensed", sans-serif;
	font-weight:900;
	color:#fff;
	margin:0 0 0 0;
	filter: none;
  	-webkit-filter: grayscale(0);
z-index:999;
}

/*facebook*/


.facebookbg {
	fill:#959696;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.facebooktxt{
	fill:#FFFFFF;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;}

.social_icons:hover .facebookbg{
	fill:#315CA8;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.social_icons:hover .facebooktxt{
	fill:#FFFFFF;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/*twitter*/

.twitterbg {
	fill:#959696;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.twitterbird{
	fill:#FFFFFF;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;}

.social_icons:hover .twitterbg{
	fill:#419CD6;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.social_icons:hover .twitterbird{
	fill:#FFFFFF;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}



/*Instagram*/

.instabg {
	fill:#959696;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.instalogo{
	fill:none;stroke:#FFFFFF;stroke-width:5.6718;stroke-miterlimit:10;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.instalogo2{
	fill:none;stroke:#FFFFFF;stroke-width:6.9322;stroke-miterlimit:10;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.instalogo3{
	fill:#FFFFFF;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}


.social_icons:hover .instabg{
	fill:url(#SVGID_1_);
	
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
	
}
.social_icons:hover .instalogo{
	fill:none;stroke:#FFFFFF;stroke-width:5.6718;stroke-miterlimit:10;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.social_icons:hover .instalogo2{
	fill:none;stroke:#FFFFFF;stroke-width:6.9322;stroke-miterlimit:10;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.social_icons:hover .instalogo3{
	fill:#FFFFFF;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}



.tubebg {
	fill:#959696;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.tubeicon {
	fill:#FFFFFF;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;}

.social_icons:hover .tubebg{
	fill:red;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.social_icons:hover .tubeicon{
	fill:#FFFFFF;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}


.splash{
    z-index:0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}


.cookie-wrapper{
    width:100%;
    background: #000000;
    padding:20px 0;
    float:left;
    left:0;
    top: 0;
    border-bottom: solid thin #e6e6e6;
    z-index: 99999;
}

.cookie-box{
    width:95%;
    margin:0 2.5%;
    padding:0;
    float:left;
}

.cookie-box p{
    width:80%;
    float:left;
    margin: 0 0 10px;
    color: #E4E4E4;
}

.cookie-box-body button{
    float:right;
}

.cookie-box-body{
    float:left;
    width:100%;
}

.cookie-box-inset{

    margin-top:20px;
    width:100%;

    float: left;
}

.editor-modal-wide{
    width:95%;
}

.editor-modal-wide p{
    margin: 0 0 10px;
}

#cookie-table{
    display:none;
    background: #272b2c;
}
.cookie-row{
    width:100%;
    float: left;


}

.cookie-row p{

    float:left;
    padding: 10px 0;
    margin:0;
}

.cookie-row p.cookie-type{
    font-weight: 900;
}




.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}



.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}



.modal-header {
    float: left;
    width: 100%;
    padding: 15px 60px;
}

.modal-header h4{
    font-size: 25px;
    margin-top:40px;
    width:100%;
}

.modal-content {
    position: relative;
    background-color: #545E66;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    float:left;
}

.modal-content .btn{
    float:right;
    margin-top:30px;
}

.modal-body{
    float:left;
}


.modal-footer{
    float: left;
}

.editor-modal-wide .modal-body, .editor-modal-wide .modal-header {
    padding: 15px 60px;
}


/* The switch - the box around the slider */
.modal-body .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.modal-body .switch input {display:none;}

/* The slider */
.modal-body .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  font-size:22px;
  -webkit-transition: .2s;
  transition: .2s;
}

.modal-body .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

.modal-body input:checked + .slider {
  background-color: #ccc;
}

.modal-body input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.modal-body input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.modal-body .slider.round {
  border-radius: 34px;
    padding: 5px;
}

.modal-body .slider.round:before {
  border-radius: 50%;
}

/*================bob====================================*/

.inset_4col .holiday_del {
	width:70%;
	margin:0 15%;
	padding-bottom: 5%;
	
}

.inset_4col .holiday_del table {
	width:100%;
}

.inset_4col .holiday_del table, th, td {
	border-collapse: collapse;
	border: 1px solid white;
	text-align: center;
	height:40px;
	
}

.inset_4col .holiday_del tr {
	font-size:3vw;
}

.inset_4col .holiday_del th {
	
	background-color: #c7c7c7;
	color:#545E6A;
	padding: 0 3%;
}

.inset_4col .holiday_del td {
	height:40px;
}

.flex_wrap .inset_4col .holiday_del h3 {
	padding: 1%;	
	
}

.flex_wrap .inset_4col .holiday_del p {
	margin-top:5%;
	width:100%;
	
}

.news_spot{
	float:left;
}






/*	==================================================================================

	ViewPort Widths
	
	==================================================================================  */




@media screen and (min-width: 300px) { 

#evans_header, #nav, .splash, .flex_wrap, #footer, #slide_control{
	width:95%;	
}

hr{
    height: 0.1em;
}

p{
	font-size:1em;
}


h2{
font-size:1.5em;
}

 input, select, #txtPostcode, .engine_select {
        font-size:1em;
  height: 1.8em;
}

#evans_header img{
	margin:2% 0;
	width:40%;

}

#evans_header p, .display_switch{
	display:none;
}

#nav_wrap{
height:0.2em;
}

#nav{
width:46%;
position:absolute;
top:-15vw;
right:2.5vw;
}

#nav ul{
width:100%;
}

#nav ul li a img{
     width:10vw;
}



#nav_small {
	display:none;
}

.dropdown{
	margin:0 0 0 0;
width:208%;
}

#nav li:hover .dropdown {
	left:-108%;
}

#nav li{
	float:left;
	transition: all 0.25s ease-out-in;
	padding:0.5em 0.5em 0.25em 0.5em;
	margin:0;
	border-right: 0px;
}

#nav li a{
font-size:1.5em;
margin:1%;
}

.dropdown ul{	
	padding:1% !important;
	margin:1% 1% 1% 1% !important;
	float:left !important;
}

.dropdown li{
	font-size:0.9em !important;
}


.dropdown img{
	display:none;
}

.list_4cols ul{
	margin:1% 0 6% 0 !important;
}


.list_4cols li, .list_2col li{
	width:98%;
}




.list_4cols b, .list_2cols b{
	line-height:1em;
	font-size:2em !important;
}


.list_4cols ul li, .list_2cols ul li{
	width:98% !important;
	font-size:1em !important;
	margin:0% !important;
}

ul.list_4cols, ul.list_2cols{
	width:92% !important;
	padding:2% 4% !important;
}

.panels_wrap{
	position:relative;
	width:100%;
	float:left;
	z-index:0;
margin-bottom:2%;
}

.splash_wrap img, .content_bg img{
	width:160%;
	margin-left:-20%;

} 
	
 .advPage img {
    width: 160%;
    margin-left: -50%;
	 border-bottom: #4a535b 2vw solid;
}
	
 

.splash_inset{
	width:45%;
	margin:4% 0 6% 0;
	padding:1%;
}
	
.advPage .splash_inset{
	width:100%;
	box-sizing: border-box;
	margin:4% 0 0 0;
	padding:1%;
}	
	

.splash_images img{
	width:100%;
}

.splash_inset p{
	display:none;
}

.advPage .splash h1{
	width:45%;
	margin:7vw 0 0 7%;
		  color: white;
  text-shadow:
   -1px -1px 0 #999,  
    1px -1px 0 #999,
    -1px 1px 0 #999,
     1px 1px 0 #999;
	font-size: 10vw;
		
}	
	.advPage .splash h1 span{
		display:block;
		width:100%;
	float:left;
		text-align: center;
	text-transform: uppercase;
	}
	
	.advPage .splash .prevent{
		font-size: 12vw;
		line-height: 10.5vw;
				
	}	
	
		.advPage .splash .engine{
		font-size: 14.5vw;
		line-height: 11.5vw;
				
	}
	
		.advPage .splash .overheat{
		font-size: 7.5vw;
			line-height: 7.5vw;
				
	}
	
	
	.advPage .splash p {
		display: block;
		width:86%;
		margin: 20vw 6% 0%;
		font-size: 1.2em;
	}
	

	.advPage .flex_wrap .intro p {
		margin: 10% 7% 0%;
	}
	

	
	.advPage .flex_wrap p {
		display: block;
		width:86%;
		margin: 2% 7% 6%;
		font-size: 1.2em;
	}
	
	
	.advPage .flex_wrap .section ul{
		width:86%;
		float:left;
		margin: 0% 0% 6% 0%;
		font-size: 1.2em;
		color: #E4E4E4;
	}	
	
	
	.advPage .flex_wrap h2 {
		display: block;
		width:86%;
		margin: 8% 7% 0%;
		font-size: 7vw;
	}
	
	.advPage .flex_wrap  h2 span{
  
    display:block;
	font-size: 5vw;
	font-weight: normal;
}	
	
	
	
	.advPage .flex_wrap h3 {
		display: block;
		width:86%;
		margin: 12% 7% 4%;
		font-size: 6vw;
	}
	

	
	
	
	.advPage .panels_wrap{
		background-image: url("../images/pc-arrows.svg");
		background-repeat: no-repeat;
		background-size: 150%; 
		margin-top:-4%;
		
	}
	
	
	.advPage .black{

		margin-top:0%;
		
	}
	
	.advPage .black{
		background: #000;
		padding-bottom: 10vw;
	}
	
	
.advPage .infoBox{
	box-sizing: border-box;
    width: 90%;
    margin: 10% 0 0;
    float: left;
    font-size: 6vw;
    padding: 5% 2% 5% 20%;
    position: relative;
    background: rgba(255,255,255,0.6);
    color: #333333;
}
	
.advPage .infoBox:before{
	content: ' ';
    font-size: 2vw;
    color: #E4E4E4;
    position: absolute;
    top: 10%;
    left: 15%;
    background: #272B2C;
    width: 2vw;
    height: 100%;
}		
	
.content_wrap .splash h1{
margin:8% 0 0 0;
font-size:10vw;
 text-shadow : 1px 1px 1px rgba(0, 0, 0, 0.68);

}

	
	

.content_wrap .splash h2{
margin:0;
font-size:6vw;
 text-shadow : 1px 1px 1px rgba(0, 0, 0, 0.68);
}

.content_wrap .splash p{
float:left;
margin:2% 0 4% 0;
font-size:5.5vw;
background: rgba(0, 0, 0, 0.2);
padding:2%;

}

.splash img{
float:right;
width:30%;
margin:2% 0 0 0;
}

#custom-pager-wrap{
	position:relative;
	width:100%;
	margin:-4% 0 0 0;
}

#custom-pager{
	display:none;
	font-size:3em;
	text-align:left;
}


.panels_wrap{
	margin:0% 0 0 0;
}


.flex_wrap{
	margin:0.5% auto 0.5% auto;
	overflow:hidden;
	position:relative;

}

.home{
margin-bottom:2%;
}

.brochure img{
width:30%;
margin:5%;
float:left;
overflow:hidden;
}



.grey_bg{
   background:#545E66;
	margin:0 auto 0 auto;
	overflow:hidden;

}


.grey_bg:target{
background:#3D4448;
border:4px solid #272B2C;
}

.first_col{
	display:none;
}



.inset_3col, .inset_4col, .double, .single{
	overflow:hidden;
 /*  background:#545E66;*/
	width:100%;
	margin:0 0 0.5% 0;
}



.flex_wrap h2{
	width:70%;
	margin:5% auto;
}
	
	.flex_wrap h3{

}

.flex_wrap p{
	width:70%;
	margin:2% auto 4% auto;


}
	
	.home p{
		display:none;
	}	
	
	.media .inset_strap a{
		display:none;
	}
	
.flex_wrap p.infoBox{
	width:55%;
	margin:6% auto 6% auto;
	
	text-align:center;
	font-size: 1.05vw;
	position: relative;
	border-left: solid thin rgba(255,255,255,0.6);
	color: #fff;
}
	
.flex_wrap p.infoBox::before {
	font-weight: 900;
	content:'" ';
	font-size: 2.5vw;
	position:absolute;
	top:-0.5vw;
	left:-1.5vw;
	opacity:0.6;

}
	

.flex_wrap ol li p{
	width:100%;
	margin:2% 0 4% ;


}

.flex_wrap ol {
	width:70%;
	margin:0 auto;


}
	
.flex_wrap ul {
	width:70%;
	margin:0 auto;
	list-style: circle;

}
	
	.flex_wrap .products_stocked ul{
		list-style: none;
	}	

.article{
text-align:center;
}

.article img{
margin:0;
	width:100%;
	
}

 .product h2{
	width:60%;
	margin:5% auto 0 auto;
overflow:hidden;
}

 .product p{
	width:60%;
	margin:2% auto 4% auto;
overflow:hidden;

}

.product img{
width:25%;
margin:2% 0% 2% 2%;
float:left;
position:relative;
}

.inset_strap a
{

    height:100%;
	position: relative;
	margin:2% auto 4% auto;
	font-size:5.5vw;
	padding:5%;
	-webkit-filter: grayscale(0);
}

.inset_strap{
	position:absolute;
	bottom:0;
	left:0;
	height:30%;
	width:80%;
	padding:0 11%
}
	
.inset_strap .inputLink {
    width: 76%;
    font-size: 4.5vw;
    cursor: pointer;
}	
	
	
.inset_strap .goBtn{
	width:20%;
	font-size: 4.5vw;
    color: #fff;
    cursor:pointer;
    background: #424C53;

}	


.heading_col .inset_strap{
position: relative;
}

.news img{
width:100%;
}

.news h1{
width:100%;
padding:0.5%;


position:relative;
display:block;
}

.top_article img{
width:100%;
}

.top_sub_article h2{
font-weight:normal;
margin-bottom:10%;
}


.news_heading{
width:100%;
background: rgba(0,0,0,0.5);
}

.news_heading p{
background: none repeat scroll 0% 0% #353B3E;
padding:6% 2%;
margin:0;
width:100%;
}

.news_heading h1{
padding:0% 2%;
float:left;

}

#map_wrap{
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
z-index:0;
}


#map_canvas{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

}


.stockist_icons{
width:15%;
margin:2% 2% 2% 2%;
float:left;

}

.stockist_icons img{
width:100%;
margin: 0 0 6% 0;
float:left;
}



.top{
height:auto;
position:relative;
width:100%;

}


.products_stocked{
position:relative;
float:left;
width:100%;
background:#3e464b;
padding: 2% 0 4% 0;
overflow:visible;
}

.products_stocked h4 {
margin:0% 0% 1% 15%;
padding:0;
width:65%;
}

.products_stocked ul {
margin:0% 1% 0% 4%;
padding:0 0 6% 0;
width:100%;

height:auto;
}

.products_stocked li {
width:65%;
margin:0 0% 1px 15%;
padding:0;

}

.pale_head{
display:none;
}

.red {
background:#A92700;
}

.black{
background:#272B2C;
}

.green{
background:#006837;
}

.yellow{
background:#FFFF00;
}

.blue{
background:#0071BC;
}

.products_stocked li.pale, .pale_head h4 {
display:none;
opacity:0.2;
}



.stockist_product_icon{
width:1em;
height:5%;
margin:0 2% 0 0;
text-align:center;
float:left;

}

.stockist_form{
width:100%;
}



.map_window{

height:70%;
z-index:0;
}

.stockist_listing{
width:65%;
display:block;
float:left;
margin:0 0 4% 0;
}



.stockist_listing p{
width:100%;
float:left;
}

.stockist_listing h2{
width:100%;
font-weight:900;
margin:4% 0 0% 0;
}

.stockist_listing h4{
width:100%;
font-weight:600;
margin:0% 0 4% 0;
}

.all_products img{
width:80%;
margin:0 auto;
}

.contact_wrap img{

margin:0% 6% 1% 2%;
}

.footer_col{
	width:96%;
	text-align:center;
}

.footer_col img{
	width:50%;
}

.footer_col p img{
	width:10%;
margin:0.5%;
}

.footer_col ul{
	width:100%;
}
	
.footer_col p .social_icons{
	width:10%;
	margin:0.5%;
}




	


@media (min-width: 480px)  {

#nav{
	width:95%;	
}

hr{
    height: 0.1em;

   
}

p {
	font-size:1em;
}

h1{
	font-size:8vw;
}

h2{
	font-size:1.9em;
}


#evans_header img{

	width:30%;

}

#evans_header p{
	display:block;
	position:absolute;
	bottom:8%;
	right:0;
	padding:0 0 0 0;
	margin:0;
}

#nav_wrap{
height:auto;
}

#nav{

position:static;
top:auto;

}

#nav li{
	border-right: 1px solid #272b2c;
}

#nav li:nth-child(8){
	display:none;
}
.display_switch{
	display:inline;
}

#nav li a{
font-size:1em;
margin:0%;
}


#nav ul li a img{
display:none;
}

.dropdown{
	margin:0.25em 0 0 0;
	width:99%;
}


.dropdown img{
display:block;
width:100%;
}

ul.list_4cols, ul.list_2cols{
	width:100% !important;
	padding:2% 0% !important;
}

#nav li:hover .dropdown {
	left:-0%;
}

.splash_wrap img, .content_wrap img{
	width:150%;
} 


.splash_inset {
       width:35%;
}


.splash_images img{
width:100%;
}

.splash img{
float:right;
width:30%;
margin:2% 0 0 0;
}
	
.inset_strap .inputLink {
 
    font-size: 2.2vw;

}	
	
	
.inset_strap .goBtn {
 
    font-size: 2.2vw;

}	
		
	
	
	.advPage .splash p {
	    margin: 16vw 6% 0%;
    font-size: 1.8em;
}
	

	.advPage .flex_wrap p{
		font-size: 1.5em;
		
   		 margin: 2% 7% 4%;
	}
	
	
	.advPage .flex_wrap .section ul {
   
    margin: 0% 7% 4%;
    font-size: 1.5em;

}
	
	
.advPage .infoBox{
	
    font-size: 2em;
  
}
	
.advPage .flex_wrap h2 {
	    margin: 8% 7% 2%;
    font-size:6vw;
}	
	
.advPage .flex_wrap h3 {

    font-size:4vw;
}	
	
.advPage .flex_wrap h2 span{

    font-size: 0.95em;
}	
	

.panels_wrap{
	margin:0.5% 0 0 0;
}

.brochure img{
width:40%;
}

.product  img{
width:25%;
margin:2% 6% 2% 2%;
float:left;
}


.news img {
    width: 100%;
}

.article img{
margin:0;
	width:100%;
	
}

.all_products img{
width:40vw;
margin:0 auto;
}

.heading_col{
	height:auto;
}

.inset_strap a{
	width:65%;
}



.footer_col{
	width:96%;
}

.footer_col img{
 	width:45%;
}

.footer_col li{
	width:29%;
}
}




@media (min-width: 768px)  {
    
  .editor-modal-wide {
    width: 60%;
} 
 #cookie-table{
    display:flex;
    margin-top:10px;
}

#cookie-table p{
    font-weight: 900;
}

.cookie-row{
    width:100%;
    float: left;
    display: flex;
    background: #e6e6e6;

}

.cookie-row p{
    float:left;
    flex: 1 2 20%;
     padding: 10px 20px;
}

.cookie-row p:nth-of-type(2){
    float:left;
    flex: 1 1 60%;
}

.cookie-bottom{
    margin-bottom: 20px;
    color: #545E66;
}

.cookie-bottom p{
    color: #545E66;
}

.cookie-row p.cookie-type{
    font-weight: normal;
}    

.modal-dialog {
    margin: 30px auto;
}

.list_4cols li{
	width:47%;
}	

.list_4cols b, .list_2cols b{
	font-size:2.5em !important;
}


.list_4cols ul li, .list_2cols ul li{
	font-size:1.3em !important;
}


.inset_3col, .inset_4col{

	margin:0;
}



.advPage .splash h1 {
  width:48%;
    margin: 0vw 0 0 6%;
   float: left;
}
	
.advPage .splash .overheat {
    font-size: 8.75vw;
    line-height: 7.5vw;
}	
	
.advPage .splash .engine {
    font-size: 16.5vw;
    line-height: 12.5vw;
}	
	
.advPage .splash .prevent {
    font-size: 13.5vw;
    line-height: 10.5vw;
}	
	
.advPage .splash p {
	width:44%;
      margin: 2vw 6% 0%;
    font-size: 1.2em;
	color: #333;
	padding:2%;
	background: rgba(255,255,255,0.7);
}	
	
.advPage .panels_wrap {
	box-sizing: border-box;
	background-size: 110%;
    margin-top: 0%;
}

	.advPage .flex_wrap h2 {
		margin: 2% 0 10% ;
		font-size: 4.2vw;
	}	
	
	
.advPage .flex_wrap .section h3 {
    margin: 2% 0 2% 2%;
	font-size: 3vw;
	    width: 98%;
    float: left;
	
}
	
.advPage .flex_wrap .section:first-child h3 {
    margin: 2% 0 2% 2%;
	
}
	
	
	

	
	
	
.advPage .flex_wrap p {
	margin: 0% 0% 6% 0%;
    float: left;
    width: 100%;
	    font-size: 1.3em;
}	
	
	
	.advPage .flex_wrap .section ul{
		width:100%;
		float:left;
		margin: 0% 0% 6% 0%;
		font-size: 1.3em;
	}	
	
	
.advPage .infoBox {
  
    margin: 6% 0 0;
   
}	
	
	
.advPage .flex_wrap p:first-of-type {
	
	margin: 0% 0% 6% 0%;
	
}
	
	.advPage .flex_wrap .intro p {
		font-size: 1.6em;
		margin: 8% 7% 0% 7%;
		width:86%;
	}	
	
	
.content_wrap .splash h2{
font-size:5vw;
}

.content_wrap .splash p{
font-size:1.5em;
}

.flex_wrap{
height:auto;
    display: -webkit-flex; /* Safari */
    display: flex;
display: -ms-flexbox;
   -webkit-flex: 1;  /* Safari 6.1+ */
-ms-flex-positive:1;
-ms-flex-negative:1;
-ms-flex-preferred-size:0%;
    flex: 1;

margin: 0.5% auto 0.5%;
}
		.home p{
		display:block;
	}
	
		.media .inset_strap a{
		display:block;
	}

	.advPage .flex_wrap .section{
		padding:5%;
		width:50%;
	}	

.flex_col_row{
    display: -webkit-flex; /* Safari */
    display: flex;

display: -ms-flexbox;
-ms-flex-positive:1;
-ms-flex-negative:1;
-ms-flex-preferred-size:0;
   -webkit-flex: 1;  
    flex: 1;

}

.home{
margin-bottom:2%;

}


.benefits{
flex-direction: row;
-webkit-flex-direction: row; 
  -ms-flex-direction:row;
opacity:0.85;
}

.product, .latest{
min-height:auto;
flex-direction: column;
-webkit-flex-direction: column; 
  -ms-flex-direction:column;
}

.media{
flex-direction: row;
-webkit-flex-direction: row; 
  -ms-flex-direction:row;
}


.article{
flex-direction: column;
-webkit-flex-direction: column; 
  -ms-flex-direction:column;

}

.media .article{

min-height:500px;
}

.article img{
margin:0;
	width:100%;
	
}

.inset_3col, .inset_4col{
   -webkit-flex:1;  /* Safari 6.1+ */
-ms-flex-positive:1;
-ms-flex-negative:1;
-ms-flex-preferred-size:0;
    flex: 1;
align-content: flex-end;

}

.inset_4col{
margin:0 0 0.6% 0;
}

.inset_4col:nth-child(1){
margin:0 1.5% 0.6% 0;
}

.double{
   -webkit-flex:1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
 flex-grow: 2; 
-webkit-flex-grow: 2; 
margin:0 0.6% 0 0;
}

.single{
   -webkit-flex:1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */      
    flex: 1;
 flex-grow: 1; 
-webkit-flex-grow: 1; 
margin:0;
}

.brochure img{
width:100%;

}

.inset_strap a{
	font-size:3vw;
}


.left{
margin:0 0.6% 0 0;
}


.heading_col .inset_strap{
	position:absolute;
}



.top_article{
margin:2% 0 4% 0;
background:#3f464b;
overflow:hidden;


}



.top_sub_article, .top_sub_article:nth-child(1){
margin:0 0.5% 0 0;

}

.top_sub_article:nth-child(4){
margin-right:0;

}



.top_sub_article h2{
font-size:2.5vw;

}

.news {

background:#353b3e;
margin:0 auto;
flex-direction: column;
-webkit-flex-direction: column; 
  -ms-flex-direction:column;
}



.map_window{
height:60%;
}

.top, .products_stocked{
   -webkit-flex:1 0 auto;  /* Safari 6.1+ */
    -ms-flex: 1 0 auto;  /* IE 10 */    
    flex: 1 0 auto;

}

.stockist {
  -ms-flex-direction:column;
flex-direction: column;
-webkit-flex-direction: column; 
}

.stockist_flex {
    display: -webkit-flex; /* Safari */
    display: flex;

flex-direction: column;
-webkit-flex-direction: column; 
  -ms-flex-direction:column;
}



.news img{
width:100%;
}

.resource{
margin:0 auto;
width:95%;
}

.resource a {
width:10%;
margin:1.25%;

}

.resource .dl a::after {
 content: " Click image to download";
text-align:center;
display:block;
}

.resource a img{
width:100%;
filter: none!important;
 	-webkit-filter: grayscale(0)!important;
}

.pro_img{
    display: -webkit-flex; /* Safari */
    display: flex;
-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
padding:2%;
height: auto;
flex: 1 1 0%;
width:92%;
margin:2%;
}

.resource h2{
width:90%;
margin:0.5% 1%;
}



.news_cols {
  -ms-flex-direction:column;
flex-direction: column;
-webkit-flex-direction: column; 
}

.news_spot{
margin: 0vw 1vw 1vw 1vw;
min-height:350px;
}

.latest_news{
background:#353b3e;
margin:0 auto;
flex-direction: column;
  -ms-flex-direction:column;
-webkit-flex-direction: column; 
}

.news_spot .article_img{
margin-top:1vw;
margin-right:0;
flex-grow: 1.5; 
-webkit-flex-grow: 1.5; 

display: flex;
display: -ms-flexbox;
-ms-flex-positive:1;
-ms-flex-negative:1;
-ms-flex-preferred-size:0;
justify-content: center; /* align horizontal */
 -webkit-justify-content: flex-end;	
-webkit-align-items: center;
align-items: center; /* align vertical */

}



.news_spot .article{
margin-top:1vw;
 flex-grow: 1; 
-webkit-flex-grow: 1; 
display: flex;

 -ms-flex-pack: center;
-ms-flex-positive:1.25;
-ms-flex-negative:1;
-ms-flex-preferred-size:0;
 display: -webkit-flex; /* Safari */
    -webkit-flex-flow: row wrap; /* Safari 6.1+ */
    -webkit-align-content: space-around; /* Safari 7.0+ */
justify-content: center; /* align horizontal */
 -webkit-justify-content: center;	
    align-content:space-around; 

align-items: center; /* align vertical */
-webkit-align-items: center;
}

.news h1{
margin:0.5% 1%;
width:97%;
font-size:3vw;
}

.resource h1{
margin:0.5% 1%;
width:97%;
font-size:3vw;
}

.news_heading{

margin:0 auto 0 auto;

}

.news_heading h1{
padding:0 0.5%;
font-size:3vw;
}

.news_heading p{
background: none repeat scroll 0% 0% #353B3E;
padding:1%;
font-size:2vw;
margin:0;
width:100%;
}


.all_products, .all_products:nth-child(1){
margin:0;
}


.all_products .grey_bg{
height:auto;
flex: 1;

   -webkit-flex: 1;  /* Safari 6.1+ */
-ms-flex-positive:1;
-ms-flex-negative:1;
-ms-flex-preferred-size:auto;

}

.all_products img{
width:40vw;
margin:0 auto;
}

.stockist_icons {
    width: 15%;
    margin: 5% 2% 2% 2%;
    float: left;
}

.stockist_listing h2{
width:100%;
font-weight:900;
margin:8% 0 0% 0;
}
.footer_col img{
	width:20%;
}
.footer_col p img{
	width:4%;
margin:0.5%;
}

.footer_col ul{
	width:50%;
}
	
.inset_4col .holiday_del tr {
	font-size:1.3vw;
}

}



@media (min-width: 1280px)  {


    
    
h1{
font-size:6.5vw;
}

#evans_header img {
	margin:0.5% 0 0.75% 0;
	width: 15%;
}

#evans_header p{
        font-size:1.4em;
}

#nav{
        font-size:1.2em;
}

.splash_wrap img, .content_bg img{
	width:120%;
	margin-left:-10%;
} 

.advPage img {
    width: 100%;
    margin-left:0%;
    
}

.inset_strap .inputLink {
    font-size: 1.1vw;
}
	
	
.inset_strap .goBtn {
    font-size: 1.1vw;
}	
	
	
	
.splash_inset {
	padding:1%;
	margin:2% 0 0% 0;
	width:35%;
}


.splash_images img{
	width:100%;
}

.splash_inset p{
	display:block;
}

.advPage .splash_inset {
	width:46%;
    padding: 0%;
}

.advPage .splash h1 {
    width: 100%;
    margin: 1vw 0 0 0%;
    
}	

.advPage .splash .prevent {
    font-size: 8vw;
    line-height: 6vw;
}
	
.advPage .splash .engine {
    font-size: 9.85vw;
    line-height: 8vw;
}	
	
.advPage .splash .overheat {
    font-size: 5.2vw;
    line-height: 4vw;
}	
	
.advPage .splash p {
    width: 66%;
    margin: 2vw 0% 0% 17%;
    font-size: 1.5vw;
    color: #333;
    padding: 0%;
    background: none;
    text-align: center;
	letter-spacing: 0.01vw;
	
}
	
.advPage .flex_wrap .intro p {
    font-size: 1.6vw;
    margin: 0% 7% 2% 7%;
 
}	
	
	
.advPage .flex_wrap h2 {
	
    margin: 2% 0;
    font-size: 3.4vw;
}	
	
.advPage .flex_wrap h2 span {

    font-size: 2.4vw;
}	
	
.advPage .panels_wrap {

	background-size: 60%;
	background-position: 30vw;
   
}	
	
.advPage .stockist_form {
	width:100%;
    margin: 0 0 4%;
}	
	
.benefits .flex_col_row{
display: -ms-flexbox;
-ms-flex-positive:1;
-ms-flex-negative:0;
-ms-flex-preferred-size:auto;


}

.news_spot {
display: -ms-flexbox;
-ms-flex-positive:1;
-ms-flex-negative:1;
-ms-flex-preferred-size:0;


}
.content_wrap .splash h1{
margin:4% 0 0 0;
text-shadow : 2px 10px 4px rgba(0, 0, 0, 0.4);
}

.content_wrap .splash p{
float:none;
background:none;
padding:0%;
 text-shadow : 1px 1px 1px rgba(0, 0, 0, 0.68);
}

#custom-pager{
	display:block;
	position:relative;
	font-size:4em;
	text-align:right;
	height:0.75em;
}

.panels_wrap{
	margin:0.5% 0 0 0;
}
	
	
.advPage .panels_wrap {
    margin: 6% 0 0 0;
}	
	
	
.advPage .flex_wrap .section {
    padding:2% 5%;
    width: 50%;
}	
	

	
.advPage .flex_wrap .section h3 {
    margin: 4% 0 2% 2%;
	width:98%;
	  float: left;
	font-size: 2.2vw;
}	
	
	
.advPage .flex_wrap .section:first-child h3 {
    margin: 5% 0 2% 2%;

}	
	
	
.advPage .flex_wrap .section p {
    margin: 0% 0 4% 0%;
    font-size: 1.3vw;

}	

.advPage .flex_wrap .section p:first-of-type {
    margin: 3% 0 4% ;
    font-size: 1.3vw;
}	
	
	
.advPage .infoBox{
	box-sizing: border-box;
	width:80%;
	margin:0%  ;
	float: left;
	font-size: 2vw;

	padding:1% 5% 1% 20% ;
	position: relative;
	background: rgba(255,255,255,0.6);
	color: #333333;
}
	
.advPage .infoBox:before{
	content:' ';
	font-size: 2vw;
	color: #E4E4E4;
	position: absolute;
	top:20%;
	left:18%;
	background: #272B2C;
	width:2vw;
	height:2vw;
}	
	

	

.benefits{
flex-direction:column;
-webkit-flex-direction: column; 
  -ms-flex-direction:column;
}



.product{
flex-direction:row;
-webkit-flex-direction: row; 
  -ms-flex-direction:row;
text-align:center;
}

.product, .latest{
min-height:auto;

}
.media .article{

min-height:0;
}

.home .inset_3col{
min-height:300px;
    display: -webkit-flex; /* Safari */
    display: flex;
display: -ms-flexbox;
 -webkit-flex-flow: row wrap; /* Safari 6.1+ */
    -webkit-align-content: space-around; /* Safari 7.0+ */
    display: flex;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    align-content: space-around; 
}

.home .inset_3col:first-child{

    display: block;

}

.first_col, .last_col{
	display:block;
}

.home img{
position:absolute;

}

.article{
flex-direction:row;
-webkit-flex-direction: row; 
  -ms-flex-direction:row;
}



.article img{
margin:0;
	width:100%;
	
}


.product img{
float:none;
display:block;
position:static;
width:30%;
margin:2% auto 2% auto;
clear:both;
}

.product h2{
width:65%;
margin:0 auto;
}

.product p{
width:75%;
margin:2% auto 8% auto;
font-size:1.25em;
}

.inset_strap a{
	font-size:1.5vw;
}

.latest_news{
flex-direction: row;
-webkit-flex-direction: row; 
  -ms-flex-direction:row;
}

.latest_cols{
flex-direction: column;
-webkit-flex-direction: column; 
  -ms-flex-direction:column;
}



.news h2{

font-size:3vw;
}

.top_sub_article h2{

font-size:2vw;
}


.news_cols {

flex-direction: column;
-webkit-flex-direction: column; 
  -ms-flex-direction:column;
}

.news_rows {
  -ms-flex-direction:column;
flex-direction: column;
-webkit-flex-direction: column; 
min-height:530px;
}

.news_cols:nth-child(2) {
margin-left:-0.5vw;
margin-right:-0.5vw;
}

.top_sub_article, .top_sub_article:nth-child(1){
margin-bottom:0.25vw;

}


.single ul{
width: 65%;
margin: 2% auto 4%;
padding:0;
}

.stockist {

margin:0 auto 0 auto;
flex-direction: column;
-webkit-flex-direction: column; 
  -ms-flex-direction:column;
}



.stockist_form{
width:45%;
}

.products_stocked li.pale, .pale_head h4{
display:block;
opacity:0.1;
}

.products_stocked{
font-size:0.9em;
padding:4%;
}

.products_stocked h4 {
    margin: 0% 0% 4% 1%;
    padding: 0px;
    width: 100%;
}

.products_stocked ul {
margin:0% 1% 0% 1%;
padding:0 0 6% 0;
width:31%;
display:block;
height:auto;
}

.products_stocked li {
width:100%;
margin:0 0% 1px 1%;
padding:0;

}

.news_cols img{

width:35%;
float:left;
margin:1% 5% 1% 1%;
}

.news_rows h2{
width:50%;
margin:2% 0;
font-size:1.6vw;
float:left;
}

.news_spot .article_img{
flex-grow: 0.75; 
-webkit-flex-grow: 0.75; 

}

.news_heading p{

font-size:1vw;

}

.all_products:nth-child(1){
margin: 0px 1.5% 0.6% 0px;
}

.all_products{
margin:  0px 0px 0.6%;
}

.footer_col{
	width:20%;
}

.footer_col img{
	width:80%;
}

.footer_col p img{
	width:10%;
}

.footer_col ul{
	width:80%;
	text-align:left;
}

.footer_col li{
	width:80%;
}
	
	.inset_4col .holiday_del tr {
	font-size:1vw;
}
}



@media only screen 
and (min-width : 1920px)
 {

.cookie-box{
    margin-left: 16.66666667%;
    width: 66.66666667%;
}     
     
#evans_header, #nav, .splash, .flex_wrap, #footer, #slide_control, .product_title{
	width:70%;	
}

p {
	font-size: 120%;
}
	 
ul.articleList {
    font-size: 120%;
	font-family: "nimbus-sans-condensed-n9", "nimbus-sans-condensed", sans-serif;
	color: #E4E4E4;
	padding:0;
}	
	 
ul.articleList li{
    text-align: left;
	margin-bottom: 2%;
}	 

h1{
	font-size:6vw;
}

h2{
	font-size:1.9em;
}

input, select, #txtPostcode, .engine_select {
        font-size:1.2em;
height:2.2em;
}

.dropdown li {
font-size:0.7em !important;
}

.list_4cols li{
	width:22.5%;
}	

.list_2cols li{
width:47.5%;
}

.list_2cols li mg{
width:60%;
}

	 .inset_strap .inputLink{

	font-size: 1vw;
	
}
	 
	.inset_strap .goBtn{
	
	font-size: 1vw;

} 


.splash_wrap img, .content_bg img{
	width:100%;
	margin-left:0%;
} 

 .splash_inset img{
	width:100%;
	margin-left:0%;
} 

.splash_images img{
	width:100%;
}
	 
	 
 
	 
	 
.advPage .flex_wrap  h2 {
  
    font-size: 2.5vw;
	 margin: 2% 0 4% 2%;
	width:86%;
	
}
	 
.advPage .flex_wrap  h2 span{
  
    display:block;
	font-size: 1.8vw;
	font-weight: normal;
}	 
	 

.advPage .flex_wrap .section h3 {
  
    font-size: 1.6vw;
	   

}	 
	 
.advPage .splash p {
    width: 100%;
    margin: 2vw 0% 0%;
    
	
}	
	 
	 
.advPage .flex_wrap .intro p {
    font-size: 1.2vw;
    margin: 4% 7% 0% 7%;
}	
	 
	 
.advPage .infoBox {
   
    width: 80%;
  margin:1% 0 0 0;
    font-size: 1.4vw;
    padding: 1% 5% 1% 24%;
   
}	 
	 
.advPage .infoBox:before {
    
    left: 25%;
  
}	 
	 
	
.advPage .flex_wrap .section p:first-of-type {

    font-size: 1.2vw;
}	 
	 
.advPage .flex_wrap .section p {

    font-size: 1.2vw;
}	 
	 
	 
.content_wrap .splash h1{
font-size:6vw;
}

.content_wrap .splash h2{
font-size:3vw;
}

.content_wrap .splash p{
width:60%;
font-size:1.5vw;
}

#custom-pager-wrap{
	margin:-2% 0 0 0;
}

.inset_strap a{
	font-size:1vw;
}


.product img{
width:20%;
margin:2% auto 2% auto;
}

.brochure img{
width:60%;
float:none;
margin:6% auto;
}

.news h1{
font-size:1.5vw;
}

.top_sub_article h2{

font-size:1vw;
}

.news_heading a{
font-size:1vw;
}

.stockist_listing p{
font-size:1em;
}

.article img{
margin:0;
	width:100%;
	
}

.all_products .grey_bg{
flex: 1;
    -ms-flex: 1 0 auto;  /* IE 10 */    
flex-grow:2;
}

.all_products img{
width:15vw;
margin:0 auto;
}

.product_title h1{
font-size: 4vw;
margin:0 2%;
text-shadow: 2px 10px 4px rgba(0, 0, 0, 0.4);
}

 }


/*	==================================================================================

	Forms
	
	==================================================================================  */
form{
	width:100%;
	position:relative;
	overflow:hidden;
}

input {
        width: 68%;
	float:left;
        -webkit-appearance: none;
	border-radius: 0px;
        border:none;
	font-family: "nimbus-sans-condensed-n9","nimbus-sans-condensed",sans-serif;
	font-weight:900;
	color:#808080;
	margin:0;
        padding: 0 0 0 2%;
	display:block;
}

select {
	border-radius: 0px;
        border: 0px;
	font-family: "nimbus-sans-condensed-n9","nimbus-sans-condensed",sans-serif;
	font-weight:900;
	color:#808080;
        padding: 0 0 0 2%;
	width: 70%;
	float:left;
        background:#fff;
        -webkit-appearance: none;
	display:block;
}



#submit {
	-webkit-appearance: none;
	border-radius: 0px;
	font-family: "nimbus-sans-condensed-n9","nimbus-sans-condensed",sans-serif;
	font-weight:900;
	color:#fff;
        width:30%;
	padding:0em;
	float:left;
	background:#424C53;
	border:none;
}

#submit:hover, #submit .flex_wrap form:hover {
	color:#272b2c;
	background:#CCC;
}

.dropdown ul form{
	width:100%;
	margin:12% auto 4% auto;
}

.home_form{
background:#424C53;
	width:65%;

	margin:2% auto 4% auto;
}
.contact_form{
width:94% !important;
margin:2% auto;
float:none;
background:none;
}

.contact_form p{
float:left;
width:25%;
margin:0;
}

.contact_form p img{
float:left;
width:77%;
margin:0 2% 2% 0;
}

.contact_input{
float:left;
width:71%;
margin:0 0 2% 0;
border:0;
padding:0 2%;
}

.half{
width:10%;
margin:0 2% 2% 0;

}

.txtarea{
	font-family: "nimbus-sans-condensed-n9","nimbus-sans-condensed",sans-serif;
	font-weight:normal;
	color:#808080;
padding-top:2%;

height: 5vw;
}

.contact_form .submit{
width:20%;
float:right;
}

.stockist_form{
background:#000;
border: 0.1em solid #545E66;
}


#pause_button, #play_button{
float:right;
width:2em;
z-index:900;
margin:0.5% 0.5%;
opacity:0.8;
height:2em;

}






/*	==================================================================================
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	==================================================================================

	Page Content Style 
	
	==================================================================================
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	==================================================================================  */
	
	
/*	==================================================================================

	Navigation
	
	==================================================================================  */	
	
#header_Wrap{
	width:100%;
	background: #272b2c;
	margin:0;
	padding:0;
position:relative;
	overflow: hidden; 
z-index:999;
}



#evans_header, #nav{
	margin:0 auto;
}

#evans_header{
	position:relative;
	overflow: hidden; 
}

#evans_header p, #evans_header p a{
	font-weight:600;
	color:#8D9BA6;
}

#evans_header p{

}

#evans_header img{
	position:relative;
	opacity:0.74;
	max-height: 100%;
	float:left;
}

#nav_wrap{
	width:100%;
	position:relative;
	background:#545E66;
	float:left;
	margin:0;
	padding:0;
	overflow:visible;
	box-shadow : 0em 0.1em 0.1em rgba(0, 0, 0, 0.43);
	z-index:999;
}

#nav ul{
	position:relative;
	float:left;
	padding:0 0 0 0;
	margin:0;
	
}

#nav li{
	float:left;
	transition: all 0.25s ease-out-in;
	padding:0.5em 0.5em 0.25em 0.5em;
	margin:0;
	
}

#nav li:hover{
	background:#424C53;
	transition: all 0.25s ease-in-out;
}

#nav li:first-child{
	border-left: 1px solid #272b2c;
}

#nav li a{
	color:#DADADA;
	font-weight:normal;
	display:block;
}

/*	==================================================================================

	Navigation dropdown menu
	
	==================================================================================  */	
	
.dropdown{

	height:auto;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:0.5%;
	background:rgba(39, 43, 44, 0.98);
	overflow:visible;
	box-shadow : 0 0.5em 0.5em rgba(0, 0, 0, 0.43);
	opacity:0;
	z-index:0;
}

.dropdown img{
	width:100%	
}

#nav_small a:hover .dropdown, #nav li:hover .dropdown {

display:block;
	opacity:1;
	transition: opacity .2s ease-in;
	-webkit- transition: opacity .2s ease-in;
}

.dropdown li{
	text-align:center;
	background:#545E66;
	border:0 !important;	
	float:left; !important;
}

.dropdown li:hover{
	background:rgba(255, 255, 255, 0.15) !important;
}

.dropdown ul b{
	position:relative;
	display:block;
	font-size:1.25em;
	font-weight:900;
	float:none;
}

ul.list_4cols, ul.list_2cols{

	Margin:0% !important;

}

.list_4cols, .list_2cols {
	width:100% !important;
	Margin:0% !important;
	padding:0% !important;
}

.list_4cols b, .list_2cols b{
	text-align:left !important;
	Margin:0% !important;
}

.list_4cols p, .list_2cols p{
	text-align:left !important;
	Margin:0% !important;
}

.list_4cols li{
	background:none !important;
	padding:1% !important;
	margin:0.25% !important;
}

.list_2cols li{
	background:none !important;
	padding:1% !important;
	margin:0.25% !important;
}

.list_4cols li:hover{
	background:none !important;
}

.list_4cols li li:hover{
	background:#545E66 !important;
}


.list_4cols ul{
	width:100% !important;
	background:none !important;
	padding:0 !important;
}

.list_4cols ul li, .list_2cols ul li{
	background:none !important;
	text-align:left !important;
	float:none !important;
	height:auto !important;
}

.dropdown li img{
	margin:0 auto 2% auto !important;
	float:none !important;
	display:block;
	width:60%;
}

.list_4cols li img{
	margin:0 auto 4% auto !important;
	float:left !important;
	display:block;
	width:100% !important;
}

.list_2cols li img{
	margin:0 auto  !important;
	float:left !important;
	display:block;
	
}


/*	==================================================================================

	Home Page
	
	==================================================================================  */	

.slides{
	position:relative;
	overflow:hidden;
	clear:both;
background:#272B2C;
}

.cycle-slideshow{
	overflow:visible !important;	
	z-index:0;
	margin:0 0 0 0;
	clear:both;
}




#custom-pager{
	z-index:200;	
	margin:0 auto;
float:right;
line-height:0.75em;
}

#custom-pager a{
	color:#fff;
	opacity:0.5;
}

#custom-pager a:hover, .cycle-pager-active a{
	color:#fff;
	opacity:0.8 !important;
}



.splash_wrap{
	width:100%;
	overflow:visible;
	position:relative;
	clear:both;
}

 .content_wrap{
	width:100%;
	overflow:hidden;
	position:relative;
	clear:both;
}

.splash_wrap img, .content_bg{
	position: absolute;

} 

.splash, #slide_control, .product_title{
	position:relative;
	margin:0 auto;
	overflow:hidden !important;
}

.splash_inset{
	text-align:left;
	overflow:hidden;
	float:left;
	position:relative;
	overflow:visible;
}

.splash_inset h1{
	line-height:100%;
}

.splash_inset p{
	position:relative;
	float:left;
	width:100%;
	z-index:500;
white-space:pre-wrap;
}

.splash_inset img{
width:90%;
	position:relative;
float:right;
margin:0 10% 0 0;
}


.splash_images{
	width:100%;
	position:relative;
	clear:both;
}

.splash_images img{
	position:relative;
	margin:0;
	float:left;
}





.home{
text-align:center;
}

.inset_3col, .inset_4col, .product_3col, .application, .brochure{
	float:left;
	position:relative;
	overflow:hidden;
	
}


.flex_wrap img{
	display:block;
	overflow:hidden;
	left:auto;
}

.panels_wrap .home img{
	width:100%;
}

.flex_wrap a img{

	filter: gray; /* IE6-9 */
  	filter: grayscale(1); /* Firefox 35+ */
  	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.home a img {
    filter: none;

    -webkit-filter: none;
}


.news img{
  	filter: none;
  	-webkit-filter: grayscale(0);
}
.flex_wrap a:hover img{
  	filter: none;
  	-webkit-filter: grayscale(0);
}


.news .inset_4col img:nth-child(2){
	position:absolute;
	top:10%;
	left:0;
	width:100%;
	margin:auto;
}


.media .inset_4col img:nth-child(2) {
    position: absolute;
    top: 10%;
    left: 0px;
    width: 100%;
    margin: auto;
}

.inset_strap a{
	font-weight:900;
    display:table-cell;
	-webkit-filter: grayscale(0);
	height:100%;
	position: relative;
	vertical-align:middle;
}

.inset_strap{
	background: rgba(84, 94, 102, 0.9);
	display:table;
}







/*	==================================================================================

	Products
	
	==================================================================================  */	

.content_wrap{
background:#272B2C;
}

.content_wrap .splash h2{

font-weight:normal;
}

.content_wrap .splash p{
font-weight:normal;

}

.brochure img{

	filter: none;
	-webkit-filter: grayscale(0);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
margin:0 0 3% 0;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search_box{
z-index:600;
}

.contact_wrap{
height:auto;
width:100%;
float:left;
position:relative;
line-height:2em;
}

.all_products img{
filter: none;
	-webkit-filter: grayscale(0);
}


.products_stocked ul{
float:left;
}

.extra_image{
width:100%;
}

.extra_image p{
width:48%;
margin: 2% 1%;
float:left;
}


/*	==================================================================================

	Footer
	
	==================================================================================  */	
	
#footer_wrap{
	position:relative;
	width:100%;
	background: #17191a;
	float:left;
	margin:0 0 0 0;
}

#footer{
	margin:0% auto 0% auto;
	height:100%;
	overflow:hidden;
}

.rule{
	width:100%;
	height:.1vw;
	background:#545E66;
	opacity:.6;
}

.footer_col{
	margin:1% auto;
	padding:0 2%;
	color:#545E66;
	float:left;
}

.footer_col p{
	font-size:0.8em;	
	margin:0;
}

.footer_col ul{
	font-size:1em;
	padding:0;
	margin:0 auto;
}

.footer_col li{
	float:left;
	padding:2%;
}

.footer_col img{
	opacity:.5;
	margin:2% auto;
}


.login_wrap{

  background: none repeat scroll 0 0 #545E66;
    border-radius: 6px;
    box-shadow: 0 4px 0 0 #17191a;
    float: left;
    margin:  0;
    padding: 0;
    width: 750px;
min-height:240px;
}

.login_wrap img{

 position:absolute;
opacity:0.5;
top:15px;
right:80px;

}

.login_wrap h2{

width:500px;
font-family: "nimbus-sans-condensed-n9","nimbus-sans-condensed",sans-serif;
color:#fff;
margin:10px 30px;
   font-size: 34px;
    font-weight: 900;
    line-height: 34px;
    text-align: Left;
    text-shadow: 1px 1px 0 rgba(91, 123, 127, 0.5);

}

.login_wrap a{

font-family: "nimbus-sans-condensed-n9","nimbus-sans-condensed",sans-serif;
color:#fff;
   font-size: 16px;
    font-weight: 900;

}


.login_wrap a:hover{


color:#638892;


}

.login_wrap .input{
margin:1% 0;

}

.login_wrap p:first-child{
float:none;
width:200px;
}
.login_wrap p{

width:100px;
color:#fff;
margin:5px 30px;
  font-size: 12px;
font-weight:normal;
font-family: Arial,Helvetica,sans-serif;
    text-align: Left;
float:left;
}



.login_wrap .inputButton {
width:525px;
margin: 20px 0 20px 160px;
    color: #FFFFFF;
    background: none repeat scroll 0 0 #17191a;
    box-shadow: 0 1px 0 0 #000;
border-radius: 3px;
border:0;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
display:none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
display:block;
}

.modalDialog > div {
	width: 750px;
	position: relative;
	margin: 10% auto;
	
}
.close {
	background: #CCC;
	line-height: 25px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;

}

.close:hover { background: #f4f4f4; }


.cse .gsc-branding,
.gsc-branding {
  display: none;
}

.pdf{
width:49%;
height:18vw;
float:left;
display:block;
margin: 0.5% 0.5% 60px 0.5%;
overflow:visible;
}

.pdf_vert{
width:20.75vw;
height:58vw;
float:left;
display:block;
margin: 0.5% 0.5% 60px 0.5%;
overflow:visible;
}

.pdf_dps{
width:49%;
height:600px;
float:left;
display:block;
margin: 0.5% 0.5% 60px 0.5%;
overflow:visible;
}

.pdf_fp{
width:20.75vw;
height:30vw;
float:left;
display:block;
margin: 0.5% 0.5% 60px 0.5%;
overflow:visible;
}
	

}