/* Micro reset */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html, body { height: 100%; width: 100%; 
font-family: Helvetica, Arial, sans-serif;
font-size: 100%;
 }
h1, h3, p {
  max-width: 800px;
  margin: 0 auto 1em;
}
/* headings */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#363636;
}
h1{
	font-size: 2.5em;
	line-height: 1.2;
}
h2{
	font-size: 1.8em;
	line-height:1.2;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.2em;
}
h5, h6{
	font-size: 1.1em;
}

/* paragraph */
p{
	line-height:1.1;
}
footer p{
  background:#666666;
	font-size:0.8em;
	color:#ffffff;
	margin:20px 0px;
	padding:0;
	line-height:1.8;
	display:block;
	text-align:center;
	min-width:100%;
}



  /*  Menu - Background */
.navigation {

  /* critical sizing and position styles */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  
  /* non-critical appearance styles */
  list-style: none;
  background: #111;
  overflow-y:scroll;
  overflow-x: hidden;
}

/*  Menu - List items */
.nav-item {

  /* non-critical appearance styles */
  width: 100%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #777;
}
.nav-item a {

  /* non-critical appearance styles */
  display: block;
  padding: 10px;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  color: white;
  font-size: 0.8em;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
}

.nav-item a:hover {
  color: #c74438;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(75,20,20,0.65) 100%);
}

  /* Nav Trigger */
.nav-trigger {

  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {

  /* critical positioning styles */
  position: fixed;
  left: 15px; top: 40%;
  z-index: 2;
  
  /* non-critical apperance styles */
  height: 110px;
  width: 30px;
  cursor: pointer;
  background-image: url("menu.png");
  background-size: contain;
}

/* trigger action */
.nav-trigger + label, .site-wrap {
  transition: left 0.6s;
}
.nav-trigger:checked + label {
  left: 215px;
  background-image: url("menu.jpg");
  height: 110px;
  width: 30px;
}
.nav-trigger:checked ~ .site-wrap {
  left: 200px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}
body {

   /* hide body when menu open */
  overflow-x: hidden;
}

  /* Site Wrapper */
.site-wrap {
/* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  background-color:white; /* Needs a background or nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
    /* non-critical apperance styles */
  padding: 1em 4em 4em 4em;
}
.site-wrap a:link { 
	color: #000099; 
	text-decoration: none;
}
.site-wrap a:hover,
.site-wrap a:visited:hover {
	color: #009933; 
	text-decoration: underline;
	}
.site-wrap a:visited {
	color: #000000;
	text-decoration: none;
	}

.site-wrap a:active {
	color: #FFFF00;
	}

  /* tradeenq */
.tradeenq{
	text-align:center;
	width:100%;
	margin:10 auto;
}

.tradeenq img{
	padding:0 0 10px 0;
	border:0;	
}


  /* LOGO */
.logo{
	text-align:center;
	width:100%;
	margin:10 auto;
}

.logo img{
	padding:0 0 10px 0;
	border:0;	
}
.logo .tel{
	display:block;
	font-size:1.7em;
	color:#FF0000;
}
.logo p{
	font-size:1em;
	padding-top:5px;
	color:#aaaaaa;
}
.warning{	
    font-size:1.1em;
	color:#ff0000;
}


/* CONTENT */
.content{
	margin:10px auto 0;
  width:900px;
}

/* mainindexcontent */
.mainindexcontent{
	margin:10px auto 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width:900px;
}


/* BRAND */
section.brand{
	width:300px;
	border:1px solid #cccccc;
}

section.brand img{
	margin:10px 0;
	padding:5px;
	border:0px;
}

@media screen and (max-width: 450px) {
	section.brand {
		width:250px;
		border:0;
    }
}


section.brand:hover,
section.brand:active{
	background:#ffffff;
	cursor: pointer;
	border-bottom:1px solid #ef998c;
}
section.brand:hover .branddesc{
	color:#bfbfbf;
}
div.branddesc{
	color:#bbbbb;
	font-size:1.1em;
}
section.brand{
	text-align:center;
}
section.brand img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

section.brand img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

@media screen and (max-width: 619px) and (min-width: 320px) {
	.content {
		width:300px;
		justify-content: flex-start;
    }
}

@media screen and (max-width: 919px) and (min-width: 620px) {
	.content {
		width:600px;
    }
}
@media screen and (max-width: 619px) and (min-width: 320px) {
	.mainindexcontent {
		width:300px;
		justify-content: flex-start;
    }
}

@media screen and (max-width: 919px) and (min-width: 620px) {
	.mainindexcontent {
		width:600px;
    }
}




 /* HEAD */
section.head{
	font-size:1em;
	color:#666666;
	line-height:1.2;
}
section.head{
	text-align:center;
}
.flex-container{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   	margin-top:20px;
    align-items: center;
}


 /* twit */
section.twit{
	font-size:1em;
	color:#666666;
}
section.twit{
	margin:10px auto;
}


 /* contactus */
section.contactus{
	font-size:1em;
	margin:10px auto;
}

 /* General */
section.general{
	font-size:1em;
	color:#000000;
}
section.general{
	text-align:left;
}
section.general p{
	font-size: 1em;
	line-height: 1.1;
}

 /* indexbrandinfo */
section.indexbrandinfo {
	margin-top:10px;
	border:1px solid #000000;

}
section.indexbrandinfo h4{
	color:#ffffff;
	display:block;
	text-align:center;
	width:100%;
	padding:10px 0;
	margin-bottom:10px;
	background-color:#000000;
}
.brandinfocompanents{
	margin:auto;
}
section.brandinfocompanents p{
	margin:10px 10px 10px;
}
section.brandinfocompanents h5{
	margin:10px 10px 0;
	text-align:left;
	display:block;
	color:red;
}
section.brandinfocompanents h6{
	margin:10px 10px 0;
	display:block;
	color:#4d0000;
	text-align:center;
}
section.brandinfocompanents p{
	font-size: 1em;
}
section.fillflex p{
    font-size: 0.9em;
	margin:10px 10px 10px;

}
section.fillflex h5{
	margin:10px 10px 0;
	text-align:left;
	display:block;
	color:red;
}
section.fillflex h6{
	margin:10px auto 0;
	display:block;
	color:#4d0000;
}


.fillflex {
	display:block;
	width:800px;
	padding:10px 0;
	text-align:justify;
	margin:auto;
}

@media screen and (max-width: 919px) and (min-width: 620px) {
	.fillflex {
		width:580px;
    }
}@media screen and (max-width: 619px) and (min-width: 350px) {
	.fillflex {
		width:280px;
    }
}
@media screen and (max-width: 350px) {
	.fillflex {
		width:200px;
    }
}
.citesource{
	font-size: 0.8em;
    font-style: italic;
	color:#737373;
}

 /* FORM */
.form-style{
    padding: 20px 12px 10px 20px;
	background-color:#e5ecff;
	border:1px solid #000000;
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 0.9em;
    padding-bottom: 3px;
	text-align:center;
}
.form-style-antispam{
    font-style: italic;
    margin-bottom: 10px;
    font-size: 0.8em;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .antispam-field{
    width: 40px;
    text-align: center;
}
.form-style input.input-field{
    width: auto;
   
}

.form-style input.input-field,
.form-style .antispam-field,
.form-style .textarea-field,
 .form-style .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .antispam-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 55%;
}
.form-style input[type=submit],
.form-style input[type=button]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.form-style input[type=submit]:hover,
.form-style input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
}

 /* LARGE BUTTON */
.button {
    display: inline-block;
    margin: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #375fc5, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #375fc5, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #375fc5, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 1.5em;
    color: #ffffff;
}

.button span {
    display: inline-block;
    padding: 20px 30px;
    background-color: #528cec;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(222, 90%, 80%, .8), hsla(222, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(222, 90%, 80%, .8), hsla(222, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(222, 90%, 80%, .8), hsla(222, 90%, 70%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: 'Titillium Web', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.button:hover span {
    background-color: #6a8cec;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.button:active, .button:focus {
    -webkit-box-shadow:    0 8px 0 #375fc5, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #375fc5, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #375fc5, 0 12px 10px rgba(0, 0, 0, .3);
}

.button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
 /* Subindex BUTTON */
.sbutton {
    display: inline-block;
    margin: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #375fc5, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #375fc5, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #375fc5, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: .9em;
    color: #fff;
}

.sbutton span {
    display: inline-block;
    padding: 10px 15px;
    background-color: #528cec;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(222, 90%, 80%, .8), hsla(222, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(222, 90%, 80%, .8), hsla(222, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(222, 90%, 80%, .8), hsla(222, 90%, 70%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: 'Titillium Web', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.sbutton:hover span {
    background-color: #6a8cec;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.sbutton:active, .button:focus {
    -webkit-box-shadow:    0 8px 0 #375fc5, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #375fc5, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #375fc5, 0 12px 10px rgba(0, 0, 0, .3);
}

.sbutton:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

 /* Subindex */

main.subindex h2{
	text-align:center;
		color:#666666;
	font-size:1em;
	border:1px solid black;
	margin:10px 0;
	background: #ccc;
}
.keyatt{
  background: #e3edf5;
  padding:5px;
  list-style:none;
}
.atttype{
		color:#111;
	font-size:0.8em;
	display:inline-block;
	margin:0 1px 0 3px;
}
.attitem{
		color:#ff3366;
	font-size:0.8em;
	display:inline-block;
	margin:0 3px 0 1px;
}
.subindex img
{
max-width:70%;
}
.type-choice{
	text-align:center;
	padding:0 0 10px 0;
}
.atttype::after{
    content: ":";
    margin-left: 3px;
		color:#111;
	font-size:0.8em;
	}
.prodmessage{
}
section.prodmessage::after{
		color:#ff3366;
    content:"(Please call 020 8455 3925 for best price)";
	font-size:0.8em;
    margin-left: 5px;
}
/* prodinfo */
section.prodinfo{
	font-size:1em;
	color:#6666;
	line-height:1.2;
}
section.prodinfo,
section.prodinfo.underline{
	padding:10px 0;
	margin-bottom:0;
}
section.prodinfo img{
	margin:10px 0;
	padding:5px;
	border:0px;
}
section.prodinfo li{
	margin:0 0 8px 0;
}
section.prodinfo{	
	position:relative;
	border-bottom:1px solid #ccc;
}

section.prodddesc{
	color:#bbb;
	font-size:0.9em;
}
section.prodinfo{
	text-align:center;
}
section.prodinfo h3{
	font-size:1.1em;
	line-height:1.4;
	margin:0;
}
.prodpage img
{
max-width:100%;
}

section.prodinfo table{
text-align:center;
border-collapse:collapse;
border: 1px solid black;
width:100%;
margin-top:10px;
}
section.prodinfo th{
     font-size: 1em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #bbb;
    color: #ffffff;
    border: 1px solid black;

}
section.prodinfo td{
    text-align:left;
	padding:10px;
	font-size:0.8em;
    border: 1px solid black;
	vertical-align:top;
	}
section.prodinfo td:nth-child(2){
    background-color: #e3edf5;
	width:50%;
	color:#ff3366;
}
[v-cloak] {
  display: none;
}

h1 {
  text-align: center;
}

td img {
  width: 25px;
}

.jumbotron p {
  font-size: 1.2em;
}

.jumbotron {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}