/***/
BODY {
	background-color: #F5F5F5;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}
HTML {
	font-size: 10px;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

A.bttn {
	background-color: #EBEBEB;
	padding: 8px 10px;
}
A.bttn I {
	margin: 0 5px;
}
A.bttn I.fa-shopping-cart::before {
	color: #15adc4;
	font-size: 1.8rem;
}
A.bttn I.fa-times-circle::before {
	color: #d61b1b;
	font-size: 1.8rem;
}
H2.shop {
	margin: 0;
}
H2.shop + P {
	margin-top: 20px;
}
H3.blue {
	background-color: #16539d;
	color: #FFFFFF;
	margin: 0 25px 20px -20px;
	padding: 10px 5px;
	position: relative;
	text-transform: uppercase;
}
H3.blue::after {
	border-style: solid;
	border-width: 20px 0 20px 15px;
	border-color: transparent transparent transparent #16539d;
	content: "";
	height: 0px;
	position: absolute;
		right: -15px;
		top: 0px;
	width: 0px;
}
H3.yellow {
	background-color: #e2a80c;
	color: #FFFFFF;
	margin: 0 25px 20px -20px;
	padding: 10px 5px;
	position: relative;
	text-transform: uppercase;
}
H3.yellow::after {
	border-style: solid;
	border-width: 20px 0 20px 15px;
	border-color: transparent transparent transparent #e2a80c;
	content: "";
	height: 0px;
	position: absolute;
		right: -15px;
		top: 0px;
	width: 0px;
}
H4 {
	color: #444444;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}
H5 {
	color: #3E3E3E;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.5em;
}

P {
	color: #848484;
	/*font-family: 'Ubuntu', sans-serif;*/
	font-size: 1.3em;
	line-height: 1.1;
}
.pages P {
	line-height: 20px;
	margin: 10px 15px;
}
.pages A {
	color: #0F4D97;
}
.pages P:first-of-type {
	margin-top: 40px;
}
.title {
	margin-top: 0;
}
.title.form {
	margin-bottom: 0;
}
SPAN.blue {
	color: #064B9E;
}
SPAN.err {
	color: #ea1818;
	font-size: 1.2rem;
	font-weight: bold;
}
DIV.clear {
	clear: both;
}
P.notify {
	color: #FFFFFF;
	padding: 5px;
}
P.notify I {
	margin-right: 10px;
}
P.notify .fa:before {
	font-size: 18px;
}
P.notify.success {
	background-color: #a6ce39;
}
P.notify.error {
	background-color: #ed132c;
}
.notfound {
	text-align: center;
}
.notfound IMG {
	max-width: 100%;
}
.notfound P {
	font-size: 1.8em;
	margin: 10px;
}


/***Tooltips***/

a.tip {
	outline:none; 
}
a.tip strong {
	line-height:30px;
}
a.tip:hover {
	text-decoration:none;
} 
a.tip span {
   display:none;
}
a.tip:hover span, a.tip:focus {
    display:inline-block; 
}
a.tip span {
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
A.tip I.fa {
	color: #212121;
}

/***ICONS***/

.fa-facebook-square:before {
	color: #3A5A9F;
	display: block;
	font-size: 3em;
}
.fa-google-plus-square:before {
	color:  #D34836;
	display: block;
	font-size: 3em;
	margin-left: 10px;
}
.fa-lock:before {
	color: #FFFFFF;
	font-size: 3em;
}
.fa-phone:before {
	color: #FFFFFF;
	font-size: 3em;
}
.fa-search:before {
	color: #FFFFFF;
	font-size: 3em;
}
.fa-shopping-cart:before {
	color: #FFFFFF;
	font-size: 3em;
}
.fa-twitter-square:before {
	color: #4099FF;
	display: block;
	font-size: 3em;
	margin-left: 10px;
}

/**Custom Selects**/
SPAN.customSelect {
	background-color: #FFFFFF;
	border: 1px solid #B0B0B0;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	color: #8b8b8b;
	font-size: 1.4rem;
	padding: 10px;
	width: 100%;
}
SPAN.customSelect::after {
	color: #064B9E;
	content:"\f0dd";
	font-family:'FontAwesome';
	font-size: 1.8em;
	float: right;
	margin-top: -5px;
	/*position: absolute;
		right: 25px;
		top: 2px;*/
}
SPAN.customSelectInner {
	width: 80% !important;
}

/***DIVS***/

.arrow_box {
	margin-top: 35px;
	position: relative;
	background: #f5f6f8;
	border: 1px solid #dedede;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(245, 246, 248, 0);
	border-bottom-color: #f5f6f8;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(222, 222, 222, 0);
	border-bottom-color: #dedede;
	border-width: 31px;
	margin-left: -31px;
}
 
IMG.about {
	display: block;
	height: auto;
	margin: 0 auto 10px;
	max-width: 100%;
}
DIV.account {
	border: 1px solid #DEDEDE;
	padding: 20px;
	position: relative;
}
DIV.account A.specialButtonBlue {
	position: absolute;
		bottom: 20px;
		right: 20px;
} 
DIV.account FIELDSET {
	float: left;
	width: 50%;
}
DIV.account INPUT {
	background-color: #FFFFFF;
	border: 1px solid #B0B0B0;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    inset 1px 1px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         inset 1px 1px 5px 0px rgba(50, 50, 50, 0.41);
	font-size: 1.4em;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
}
DIV.account INPUT[type="checkbox"] {
	box-shadow: none;
	width: 50%;
}
DIV.account LABEL {
	color: #848484;
	font-size: 1.4em;
	margin-bottom: 5px;
}
SPAN.account-small {
	color: #FFFFFF !important;
	margin: 10px;
}
DIV.accountRow {
	background-color: #053F8E;
	border-bottom: 9px solid #F5F5F5;
	padding: 10px 0;
}
DIV.accountRow A {
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.2em;
	margin-left: 10px;
	text-transform: uppercase;
}
DIV.accountRow A:hover {
	color: #3598db;
}
DIV.accountRow .fa-lock:before {
	font-size: 14px;
}
DIV.bannerBox {
	background-color: #F7F7F7;
	border: 1px solid #E5E5E5;
	padding: 10px
}
DIV.bannerWrapper {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-bottom: 2px solid #0D4A94;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    4px 4px 8px 0px rgba(50, 50, 50, 0.22);
	box-shadow:         4px 4px 8px 0px rgba(50, 50, 50, 0.22); 
}
DIV.bannerWrapper IMG {
	display: block;
	height: auto;
	max-width: 100%;
}
.border-right {
	border-right: 1px solid #E5E5E5;
}
#bottom {
	background-color: #EBEBEB;
	padding: 10px;
}
IMG.brand {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
DIV.breadcrumb {
	font-size: 1.3em;
}
DIV.breadcrumb A {
	color: #064B9E;
}
DIV.breadcrumb A:hover {
	text-decoration: underline;
}
DIV.categoryText H4 {
	height: 38px;
}
DIV.category {
	text-align: center;
}
DIV.category.product IMG {
	height: 163px;
}
DIV.category A.catTitle {
	color: #3E3E3E;
	font-size: 1.5rem;
	text-transform: none;
}
DIV.categoryText H5 {
	min-height: 60px;
}

/* Main container */
.cbp-vm-switcher {
    padding: 10px;
}
 
/* options/select wrapper with switch anchors */
.cbp-vm-options {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 3px solid #E5E5E5;
}
 
.cbp-vm-options a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: #d0d0d0;
    margin: 2px;
}
 
.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
    color: #064B9E;
}
 
.cbp-vm-options a:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
}
 
/* General style of switch items' list */
 
.cbp-vm-switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
    content: " "; 
    display: table; 
}
 
.cbp-vm-switcher ul:after { 
    clear: both; 
}
 
.cbp-vm-switcher ul li {
    display: block;
    position: relative;
}
 
.cbp-vm-image {
    display: block;
    margin: 0 auto;
}
 
.cbp-vm-image img {
    display: inline-block;
    max-width: 100%;
}
 
.cbp-vm-title {
    margin: 0;
    padding: 0;
}
 
.cbp-vm-price {
    color: #c0c0c0;
}
 
.cbp-vm-add {
    color: #fff;
    background: #47a3da;
    padding: 10px 20px;
    border-radius: 2px;
    margin: 20px 0 0;
    display: inline-block;
    transition: background 0.2s;
}
 
.cbp-vm-add:hover {
    color: #fff;
    background: #02639d;
}
 
.cbp-vm-add:before {
    margin-right: 5px;
}
 
/* Common icon styles */
.cbp-vm-icon:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
 
.cbp-vm-grid:before {
    content: "\f00a";
}
 
.cbp-vm-list:before {
    content: "\f00b";
}
 
.cbp-vm-add:before {
    content: "\f055";
}
 
/* Individual view mode styles */
 
/* Large grid view */
.cbp-vm-view-grid ul {
    text-align: center;
}
 
.cbp-vm-view-grid ul li {
	float: left;
    width: 25%;
    text-align: left;
    padding: 2%;
    margin: 20px 0 0;
    display: inline-block;
    min-height: 320px;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
    vertical-align: top;
}
.cbp-vm-view-grid UL LI H5 A {
	color: #3E3E3E;
}
.cbp-vm-view-grid UL LI .categoryText {
	min-height: 110px;
}
.cbp-vm-view-grid UL LI .featuredProductWrapper {
	overflow: hidden;
}
.cbp-vm-view-grid UL LI P.desc {
	display: none;
}
 
.cbp-vm-view-grid .cbp-vm-title {
    font-size: 2rem;
}
.featuredProductWrapper {
	height: 163px;
}

 
/* List view */
.cbp-vm-view-list li {
	margin: 20px 0;
    padding: 20px 0;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
 
.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
    display: inline-block;
    vertical-align: middle;
}
 
.cbp-vm-view-list .cbp-vm-image {
    width: 10%;
}
 
.cbp-vm-view-list .cbp-vm-title {
    font-size: 1.3rem;
    padding: 0 10px;
    white-space: normal;
    width: 23%;
}
.cbp-vm-view-list .featuredProductWrapper {
	border-bottom: none;
	float: left;
	min-width: 200px;
}

.cbp-vm-view-list .featuredProductWrapper:after {
	clear: both;
}

.cbp-vm-view-list .categoryText {
	border-left: 2px solid #0D4A94;
	float: left;
	padding-left: 15px;
	width: 70%;
} 
.cbp-vm-view-list UL LI H5 A {
	color: #3E3E3E;
	font-size: 1.5rem;
	font-weight: 700;
}

.cbp-vm-view-list UL LI {
	border-bottom: 1px solid #E5E5E5;
} 
 
.cbp-vm-view-list .cbp-vm-details {
    width: 40%;
    padding: 0 15px;
    overflow: hidden;
    white-space: normal;
}
 
.cbp-vm-view-list .cbp-vm-add {
    margin: 0;
}
 
@media screen and (max-width: 66.7em) {
    .cbp-vm-view-list .cbp-vm-details  {
        width: 30%;
    }
} 
 
@media screen and (max-width: 57em) {
    .cbp-vm-view-grid ul li {
        width: 49%;
    }
}
 
@media screen and (max-width: 47.375em) {
    .cbp-vm-view-list .cbp-vm-image {
        width: 20%;
    }
 
    .cbp-vm-view-list .cbp-vm-title {
        width: auto;
    }
 
    .cbp-vm-view-list .cbp-vm-details  {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
 
    .cbp-vm-view-list .cbp-vm-add  {
        margin: 10px;
    }
}
 
@media screen and (max-width: 40.125em) {
    .cbp-vm-view-grid ul li {
        width: 100%;
    }
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
DIV.checkout .inputs {
	margin: 0 auto;
	width: 85%;
}
SPAN.req {
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
		right: 10px;
		bottom: 10px;
}
DIV.account SPAN.req {
	color: red;
	font-size: 20px;
	right: 0px;
	top: 5px;
}
DIV.account SPAN.required {
	color: red;
	display: block;
	font-size: 14px;
	margin-top:-5px;
	margin-bottom: 5px;
}
DIV.checkout .inputs SPAN.req SPAN.required {
	color: red;
	font-size: 20px;
}
DIV.checkout .inputs INPUT {
	border: 1px solid #B0B0B0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 1%;
	width: 100%;
}
DIV.checkout .inputs LABEL {
	font-size: 1.4em;
}
DIV.checkout SPAN.required {
	color: green;
	font-size: 1.5rem;
}
DIV.checkout INPUT {
	font-size: 1.4em;
}
DIV.checkout INPUT.confirm {
	background-color: #064B9E;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 1.9em;
	font-weight: 300;
	height: auto;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
}
DIV.checkout INPUT.confirm:hover {
	background-color: #D20000;
}
DIV.checkoutConfirm H2 {
	font-size: 23px;
}
DIV.checkoutConfirm INPUT {
	background-color: #064B9E;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 1.9em;
	margin-bottom: 10px;
	padding: 5px 20px;
}

DIV.checkoutConfirm INPUT:hover {
	background: none;
	background-color: #D20000;
}
FORM.compare P {
	font-size: 1.1rem;
	margin: 4px;
}
FORM.compare FIELDSET {
	float: left;
	min-width: 150px;
}
FORM.compare INPUT {
	margin-right: 5px;
}
FORM.compare INPUT.compareBttn {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	border: medium none;
	border: 1px solid #BEBEBE;
	color: #A8A8A8;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.4rem;
	margin: 5px 0 0 10px;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 165px;
}
FORM.compare INPUT.compareBttn:hover {
	background: #215ea8; /* Old browsers */
	background: -moz-linear-gradient(top, #215ea8 0%, #06448e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215ea8), color-stop(100%,#06448e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #215ea8 0%,#06448e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #215ea8 0%,#06448e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215ea8', endColorstr='#06448e',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}
DIV.comparison {
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
}
DIV.comparison:last-child {
	border-bottom: 1px solid #BEBEBE;
}
DIV.comparison LABEL {
	color: #FFFFFF;
	background-color: #215EA8;
	text-align: center;
	padding: 2px 0;
	text-transform: uppercase;
	width: 100%;
}
DIV.comparisonText {
	padding: 5px;
	text-align: left;
}


/********RESPONSIVE TABLES********/
DIV.box IMG {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	
}
TABLE.comparison {
	margin-bottom: 20px;
	width: 100%;
}
TBODY TD.name {
	color: #191919;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
}
TBODY TD.name A {
	margin-top: 10px;
	position: relative;
	z-index: 9999;
}
TBODY TD {
	color: #A4A4A4;
	font-weight: 600;
	padding: 10px 0;
}
TBODY TD.price, TBODY TD.height, TBODY TD.width, TBODY TD.depth, TBODY TD.warranty {
	border-left: 1px solid #F5F5F5;
}
TBODY TD.price {
	color: #18559F;
	font-size: 1.5rem;
	font-weight: 700;
}
TBODY TD.warranty {
	border-right: 1px solid #F5F5F5;
}
TBODY TR {
	padding: 10px 0;
}
THEAD {
	background-color: #F5F5F5;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 10px;
}
THEAD P {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	margin: 15px 0;
	text-transform: uppercase;
}
THEAD TH {
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
}
THEAD TH.name {
	width: 250px;
}

TABLE.comparison thead TD:last-child {
	border-right: none;
}
TD, TD A {
	font-size: 1.4rem;
}
tr {
	border-bottom: 1px solid #E5E5E5;
	margin: 5px 0;
}
@media only screen and (max-width: 800px)  {

	#primary {
		padding: 0 5px 0 5px;
	}
	#tabs-1 {
		padding: 10px;
	}
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { 
		border: 1px solid #ccc; 
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		min-height: 25px;
		height: auto !important;
		position: relative;
		padding-left: 35% !important; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		font-weight: bold;
		width: 30%; 
		padding-right: 10px; 
	}
	
	td INPUT {
		width: 90% !important;
	}
	td TEXTAREA.medium {
		min-height: 0;
		width: 90% !important;
	}
	td.name {
		border-bottom: none;
		float: left;
		margin-bottom: 20px;
		padding-left: 20px !important;
		width: 50%;
	}
	td.pic {
		padding-bottom: 40px;
	}
	#noLabel td {
		height: auto;
		padding-left: 0 !important;
		text-align: center;
	}
	#noLabel td:before {
		width: 0;
	}
	
	/*
	Label the data
	*/
	td:before { 
		content: attr(data-title); 
	}
}




DIV.contact {
/* 	margin-top: 62px; */
	padding-right: 30px;
	position: relative;
}

DIV.contact A.phone {
	color: #064B9E;
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.9em;
	font-weight: 700;
}
DIV.contact SPAN {
	color: #616161;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
}
DIV.contact .fa-phone:before {
	color: #C3C3C3;
	font-size: 4rem;
	position: absolute;
		right: 0;
		top: 2px;
	transform:rotate(227deg);
	-ms-transform:rotate(227deg); /* IE 9 */
	-webkit-transform:rotate(227deg); /* Opera, Chrome, and Safari */	
}
FORM.contact {
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
FORM.contact INPUT {
	background-color: #FFFFFF;
	border: 1px solid #B0B0B0;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    inset 1px 1px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         inset 1px 1px 5px 0px rgba(50, 50, 50, 0.41);
	font-size: 1.4em;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
}
FORM.contact INPUT.bttn {
	background: #215ea8; /* Old browsers */
	background: -moz-linear-gradient(top, #215ea8 0%, #06448e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215ea8), color-stop(100%,#06448e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #215ea8 0%,#06448e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #215ea8 0%,#06448e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215ea8', endColorstr='#06448e',GradientType=0 ); /* IE6-9 */
	border: 1px solid #094082;
	border-radius: 2px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.6em;
	padding: 10px 15px;
	text-transform: uppercase;
	width: 150px;
}
FORM.contact LABEL, FORM.contact LABEL.challenge, DIV.spam {
	color: #848484;
	font-size: 1.4em;
	margin-bottom: 5px;
}
FORM.contact SELECT {
	float: left;
	font-size: 1.3rem;
	height: 40px;
	padding: 5px;
	width: 95%;
}

FORM.contact TEXTAREA {
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
}
DIV.contact-address A {
	color: #848484;
}
DIV.contact IMG.about {
	display: block;
	margin-bottom: 10px !important;
}

DIV.content {
	background-color: #FFFFFF;
}
DIV.content .contentRight {
	min-height: 1200px;
}
DIV.content .contentRight.pages  {
	font-size: 12px;
}
DIV.content .contentRight UL {
	color: #848484; 
}
DIV.content .contentRight UL LI {
	font-size: 1.3rem;
}
DIV.copyrightRow {
	background-color: #064B9E;
	padding: 15px 0;
}
DIV.copyrightRow A {
	color: #90B9EA;
}
DIV.copyrightRow P {
	color: #FFFFFF;
	font-size: 1.1em;
	text-transform: uppercase;
}
DIV.copyrightRow P.copyrightLinks A {
	margin: 0 5px;
}
DIV.copyrightRow P.copyrightLinks A:first-child {
	margin-left: 0;
}
DIV.copyrightRow P.design {
	text-align: right;
}
P.deliveryOptions {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4;
	margin: 5px 0;
}
#discountForm {
	float: left;
	margin: 0 0 20px 0;
}
UL.downloads {
	border-bottom: 1px solid #EBEBEB;
	list-style-type: none;
	padding-left: 0;
}
UL.downloads LI A {
	color: #064b9e;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}
UL.downloads LI P {
	color: #C3C3C3;
	font-size: 1.2rem;
}
DIV.featuredProduct H5 {
	height: 35px;
}
DIV.featuredProduct H5 A {
	color: #3E3E3E;
}
/*DIV.featuredProduct DIV.featuredProductWrapper {
	height: 223px;
}*/
.pWrapper {
	border-bottom: 2px solid #0D4A94;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
DIV.featuredPrice SPAN.price {
	color: #064B9E;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	font-weight: 700;
}
DIV.featuredPrice SPAN.small {
	color: #ACACAC;
	font-size: 13px;
	margin-left: 5px;
}
SPAN.strikethrough {
	background-color: #D20000;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 2px 5px;
	position: absolute;	
	top: 160px;
}
DIV.productDetailsText SPAN.strikethrough {
	position: static;
}
SPAN.strikethrough.home {
	position: static;
}
DIV.featuredProductWrapper IMG {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
DIV.footer {
	background-color: #FFFFFF;
	border-top: 1px solid #E5E5E5; 
	padding: 20px 0;
}
IMG.footerLogo {
	display: block;
	height: auto;
	max-width: 100%;
}
DIV.footer .contact {
	margin-top: 0;
}
DIV.footer .contact A.phone {
	font-size: 2.2rem;
}
DIV.footer UL.footerLinks {
	list-style-type: none;
	padding-left: 0;
}
DIV.footer UL.footerLinks LI {
	margin-bottom: 10px;
}
DIV.footer UL.footerLinks LI A {
	color: #585858;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
DIV.footer UL.footerLinks LI A:hover {
	color: #064B9E;
}
DIV.footerAddress A {
	color: #848484;
}
DIV.footerRow .container {
	background-color: #FFFFFF;
}
DIV.greybox {
	background-color: #F6F6F6;
	border: 1px solid #DEDEDE;
	padding: 20px;
}
DIV.header {
	background-color: #FFFFFF;
}
DIV.header .basket {
	margin-top: 20px;
}
DIV.header .basket A {
	color: #515151;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.3em;
	margin-left: 10px;
}
DIV.header .basket SPAN {
	color: #053F8E;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.3em;
}
DIV.header .basket .fa-shopping-cart:before {
	color: #053F8E;
	font-size: 2rem;
}

DIV.header .search {
	float: left;
	margin-top: 62px;
	width: 100%;
}
DIV.search FORM {
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
	border-radius: 4px;
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(50, 50, 50, 0.26);
	-moz-box-shadow:    inset 5px 5px 10px 0px rgba(50, 50, 50, 0.26);
	box-shadow:         inset 5px 5px 10px 0px rgba(50, 50, 50, 0.26); 
	overflow: hidden;
	position: relative;
}
DIV.search FIELDSET {
	margin: 0;
	padding: 0;
}
DIV.search INPUT.search, INPUT.search.keep-open {
	background-color: transparent;
	border: medium none;
	font-size: 1.4em;
	margin: 0;
	padding: 15px;
	-webkit-padding-before: 13px;
	-webkit-padding-after: 13px; 
	width: 60%;
}
DIV.search INPUT[type="submit"], DIV.search BUTTON {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	border: medium none;
	border-left: 1px solid #BEBEBE;
	float: right;
	line-height: 1;
	margin: 0;
	padding: 10px 10px;
	-webkit-appearance: button;
	-webkit-padding-before: 5px;
}
DIV.search .fa-search::before {
	color: #A8A8A8;
}
DIV.headerRow {
	border-top: 1px solid #E4E4E4;
}
DIV.headerRow IMG.gas {
	float: right;
	margin: 5px 0;
}
FORM.login INPUT {
	background-color: #FFFFFF;
	border: 1px solid #B0B0B0;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    inset 1px 1px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         inset 1px 1px 5px 0px rgba(50, 50, 50, 0.41);
	font-size: 1.4em;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
}
FORM.login INPUT.loginbttn {
	background: #215ea8; /* Old browsers */
	background: -moz-linear-gradient(top, #215ea8 0%, #06448e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215ea8), color-stop(100%,#06448e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #215ea8 0%,#06448e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #215ea8 0%,#06448e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215ea8', endColorstr='#06448e',GradientType=0 ); /* IE6-9 */
	border: 1px solid #094082;
	border-radius: 2px;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.6em;
	height: auto;
	margin-bottom: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	width: 200px;
}
FORM.login LABEL {
	color: #848484;
	font-size: 1.4em;
	margin-bottom: 5px;
}
DIV.map {
	border: 1px solid #DEDEDE;
	padding: 5px;
}
.margin-bottom {
	margin-bottom: 15px !important;
}
.margin-top {
	margin-top: 20px;
}
DIV.nav {
	background: #075cb4; /* Old browsers */
	background: -moz-linear-gradient(top, #075cb4 0%, #053b89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#075cb4), color-stop(100%,#053b89)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #075cb4 0%,#053b89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #075cb4 0%,#053b89 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #075cb4 0%,#053b89 100%); /* IE10+ */
	background: linear-gradient(to bottom, #075cb4 0%,#053b89 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075cb4', endColorstr='#053b89',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	margin-bottom: 15px;
}
UL.nav {
	float: right;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
UL.nav LI {
	float: left;
}
UL.nav LI:hover {
	background-color: #176bc5;
}
UL.nav LI A {
	border-left: 1px solid #1557A5;
	border-right: 1px solid #04307A;
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.4em;
	padding: 15px;
}
UL.navLevelOne LI:first-child A {
	border-left: 1px solid #04307A;
}
UL.navLevelOne .more {
	display: none;
}
#nav ul li.left > ul {
	left:auto; 
	right:0;
}
#nav ul li.left ul li > ul {
	left:auto; 
	right:100%; 
	top:auto; 
	margin-top:-35px;
}
#nav > ul {
	*zoom: 1;
}
#nav > ul > li {
	display:block; 
	float:left;  
	/*position:relative;*/
}
#nav > ul > li a {
	display: block;
	line-height: 1.0;
}
#nav UL.navLevelTwo {
	display: none;
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
	position: absolute;
		top: 28px;
	width: 220px;
	z-index: 999;
	/*z-index:0;*/
}
#nav UL.navLevelTwo LI {
	background: none;
	background-color: #3598db;
	border-top: 1px solid #FFFFFF !important;
	border-bottom: 0; 
	display: block;
	float: left;
	font-size: 1em;
	list-style: none;
	padding: 2%;
	padding-left: 2%;
	position: relative;
	width: 96%;
}
#nav UL.navLevelTwo LI:last-child {
	margin-bottom: 0;
}
#nav UL.navLevelTwo LI A {
	display: block;
	color: #FFFFFF;
	border: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 7px 0 7px 5px;
	text-transform: uppercase;
}
#nav UL.navLevelTwo LI.hover A {
	 color: #053b89;
}
#nav ul li:hover > ul {
	display:block;
}

DIV.navbar-header {
	background: #215ea8; /* Old browsers */
	background: -moz-linear-gradient(top, #215ea8 0%, #06448e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215ea8), color-stop(100%,#06448e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #215ea8 0%,#06448e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #215ea8 0%,#06448e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215ea8', endColorstr='#06448e',GradientType=0 ); /* IE6-9 */
	margin-left: -15px;
	margin-right: -15px;
}
DIV.navbar-header DIV.btn-group {
	float: left;
	padding-left: 8%;
	text-align: center;
	width: 20%;
}
DIV.navbar-header DIV.basket-button {
	background-color: #2E2E2E;
	padding: 2px 0 2px 6%;
}
DIV.navbar-header DIV.basket-button SPAN.basket-count {
	background: #215ea8; /* Old browsers */
	background: -moz-linear-gradient(top, #215ea8 0%, #06448e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215ea8), color-stop(100%,#06448e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #215ea8 0%,#06448e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #215ea8 0%,#06448e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215ea8', endColorstr='#06448e',GradientType=0 ); /* IE6-9 */
	border: 1px solid #094082;
	border-radius: 2px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.6em;
	margin: 3px 7px 0 0; 
	max-width: 40px;
	padding: 3px 7px;
	
}
DIV.navbar-header .navbar-toggle, DIV.navbar-header A.basket {
	text-align: center;
	width: 20%;
}
DIV.navbar-header UL.dropdown-basket {
	position: absolute;
		left: auto !important;
		right: 0 !important;
}
DIV.navbar-header UL.dropdown-basket P.heading { 
	color: #064B9E;
	font-size: 1.5rem;
	text-decoration: underline;
	text-transform: uppercase;
}
DIV.navbar-header UL.dropdown-basket P {
	font-size: 1.3rem;
}
DIV.navbar-header UL.dropdown-basket A.specialButtonBlue {
	float: none;
	font-size: 1.2em;
}
DIV.navbar-header .members-button, DIV.navbar-header .phone-button, DIV.navbar-header .search-button {
	padding-top: 2px;
}
DIV.navbar-header .btn-xs, DIV.navbar-header .search-button, DIV.navbar-header .members-button {
	border-right: 1px solid #04307A;
}
DIV.navbar-header .search-button, DIV.navbar-header .members-button, DIV.navbar-header .phone-button {
	border-left: 1px solid #1557A5;
}
DIV.navbar-header #search {
	float: left;
	max-width: 100%;
}
DIV.navbar-header #search FORM {
	background-color: #F9F9F9;
	border: 1px solid #BEBEBE;
	border-radius: 1px;
	padding: 5px;
}
DIV.navbar-header #search FIELDSET {
	margin: 0;
	padding: 2px;
}
DIV.navbar-header #search INPUT.search {
	background-color: #F9F9F9;
	border: medium none;
	float: left;
	font-size: 1.3em;
	margin: 0;
	padding: 6px 0;
	width: 80%;
}
DIV.navbar-header #search INPUT[type="submit"] {
	background-color: transparent;
	border: medium none;
	border-left: 1px solid #BEBEBE;
	color: #A8A8A8;
	float: right;
	font-family: 'FontAwesome';
	font-size: 2em;
	line-height: 1;
	margin: 0;
	padding: 2px 6px 2px 12px;
	-webkit-appearance: button;
	-webkit-padding-before: 5px;
}
DIV.newsFeed H4 A {
	color: #444444;
}
DIV.newsFeed IMG {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
DIV.newsFeed .strikethrough {
	background-color: #D20000;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
	padding: 2px 5px;
}
UL.newsHeadlines {
	list-style-type: none;
	padding-left: 0;
}
UL.newsHeadlines LI {
	background: none;
	border-bottom: 1px solid #EBEBEB;
	font-size: 1em;
	margin-bottom: 15px;
	padding-left: 0;
	padding-bottom: 15px;
}
UL.newsHeadlines LI:last-child {
	border-bottom: none;
}
UL.newsHeadlines LI A.headline {
	color: #064B9E;
	font-family: 'Ubuntu', sans-serif;
	font-size: 2em;
	margin-bottom: 10px;
}
UL.newsHeadlines .newsHeadlinesDate {
	background-color: #064B9E;
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	padding: 0 9px;
	text-align: center; 
}
UL.newsHeadlines .newsHeadlinesDate SPAN.day {
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.2em;
	font-weight: 700;
}
UL.newsHeadlines .newsHeadlinesDate SPAN.month {
	font-size: 1.5em;
	text-transform: uppercase;
}
UL.newsHeadlines .newsHeadlinesImage IMG {
	display: block;
	height: auto;
	width: 100%;
}

#newsMain IMG {
	display: block;
	height: auto !important;
	max-width: 100%;
}
#newsMain .imageDate {
	background-color: #064B9E;
	color: #FFFFFF;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	margin-right: 10px;
	padding: 0 9px;
	text-align: center;
}
#newsMain .imageDate SPAN.day {
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.2em;
	font-weight: 700;
}
#newsMain .imageDate SPAN.month {
	font-size: 1.5em;
	text-transform: uppercase;
}
DIV.newsMainHeader {
	border-bottom: 1px solid #EBEBEB;
}
DIV.newsMainSocial {
	margin-bottom: 20px;
}
DIV.orderer {
	background-color: #F4F4F4;
	border:1px solid #999999;
	margin-bottom: 10px;
	padding: 1%;
}
DIV.orderer H4 {
	font-size: 1.1em;
	margin-bottom: 5px;
}
DIV.orderer DIV.productItem DIV.left {
	float: left;
	width: 60%;
}
DIV.orderer DIV.productItem DIV.ten, H4.ten {
	float: left;
	text-align: right;
	width: 13.3%;
}
DIV.orderer DIV.productItem {
	margin: 5px 0;
}
DIV.orderThanks A {
	color: #064B9E;
}
.noPadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.noPaddingLeft {
	padding-left: 0 !important;
}
DIV.productDetailsMain {
	border: 1px solid #EBEBEB;
	
}
DIV.productDetailsMain IMG {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 400px;
	max-width: 100%;
}
DIV.productDetailsThumb {
	border: 1px solid #EBEBEB;
}
DIV.productDetailsThumb IMG {
	display: block;
	height: auto;
	max-width: 100%;
}
DIV.productDetailsText .deliveryBox {
	border: 1px solid #EBEBEB;
	margin-bottom: 15px;
	padding: 15px;
}
DIV.productDetailsText .featuredPrice {
	padding-bottom: 15px;
}
DIV.productDetailsText FORM.productAdd {
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	margin: 15px 0 0 0;
	padding: 15px 0;
}
DIV.productDetailsText FORM.productAdd LABEL {
	color: #6C6C6C;
	float: left;
	font-size: 1.5rem;
	margin-right: 10px;
	padding: 10px 0;
	text-transform: uppercase;
}
DIV.productDetailsText FORM.productAdd LABEL.pog {
	display: block;
	float: none;
}
DIV.productDetailsText FORM.productAdd LABEL.options {
	font-size: 1.2em;
}
DIV.productDetailsText FORM.productAdd LABEL.options INPUT {
	height: 10px;
}
DIV.productDetailsText FORM.productAdd INPUT {
	border: 1px solid #EBEBEB;
	float: left;
	font-size: 1.3em;
	height: 40px;
	padding: 10px;
}
DIV.productDetailsText FORM.productAdd INPUT.qty {
	margin-right: 20px;
	width: 40px;
}
DIV.productDetailsText FORM.productAdd INPUT.basketAdd {
	background: #215ea8; /* Old browsers */
	background: -moz-linear-gradient(top, #215ea8 0%, #06448e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215ea8), color-stop(100%,#06448e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #215ea8 0%,#06448e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #215ea8 0%,#06448e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215ea8', endColorstr='#06448e',GradientType=0 ); /* IE6-9 */
	border: 1px solid #094082;
	border-radius: 2px;
	color: #FFFFFF;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.6em;
	margin-top: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
}
DIV.productDetailsText FORM.productAdd INPUT[type=submit] {
	color: #FFFFFF;
	display: block;
	float: left;
    font-family: 'FontAwesome', sans-serif;
    margin-top: 0;
}
DIV.productDetailsText FORM.productAdd .options {
	float: left;
	margin-right: 10px;
}
P.product-nav-button {
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 3em;
	padding: 10px;
	text-transform: uppercase;
	width: 200px;
}
.btn-xs {
	font-size: 1em !important;
}
UL.productNav {
	border-bottom: 1px solid #DEDEDE;
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0;
}
UL.productNav LI {
	background: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	padding-left: 0;
	position: relative;
	width: 100%;
}
UL.productNav LI:hover {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
UL.productNav LI.addNav {
	display: none;
}
UL.productNav LI.hover A, UL.productNav LI.show A {
	color: #04307A;
}
UL.productNav LI A {
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	color: #787878;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.3em;
	display: block;
	padding: 10px 15px 10px 25px;
	text-transform: uppercase;
	-webkit-transition:color 0.5s ease;
    -moz-transition:color 0.5s ease;
    -o-transition:color 0.5s ease;
    transition:color 0.5s ease;
}
UL.productNav LI A:hover {
	color: #064B9E;
}
UL.productNav li .more {
    background-position: 50% 50%;
	cursor: pointer;	
	padding: 10px;
    position: absolute;
    	right: 0;
    	top: 0;
    -ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;	
    z-index: 200;
}
Ul.productNav li .more:before {
	font-family: 'FontAwesome';
    content: "\f04b";
    color: #3498DB;
    font-size: 1.4em;
}
UL.productNav li:hover .more {
	color: #3498DB;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
}
UL.productSubNav {
	list-style-type: none;
	padding-left: 0;
	height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	/*position: absolute;
		top: 34px;
	width: 180px;*/
	z-index: 999;
	/*z-index:0;*/
}
UL.productSubNav LI {
	background: none;
	background-color: #FFFFFF;
	float: left;
	font-size: 1em;
	height: 0;
	-webkit-transition:height 0.5s ease;
   -moz-transition:height 0.5s ease;
     -o-transition:height 0.5s ease;
        transition:height 0.5s ease;
}
UL.productSubNav LI:hover A {
	background-color: #3498DB;
	color: #FFFFFF;
}
UL.productSubNav LI A:before {
	color: #064B9E;
	content: "\F04D";
	display: block;
	float: left;
    font-size: 0.8em;
    font-family: 'FontAwesome';
    margin-right: 5px;
    position: absolute;
    	left: 25px;
    	top: 12px;	
}
UL.productSubNav LI A {
	color: #CAEAFF;
	padding-left: 45px;
}
DIV.row-offcanvas {
	padding-left: 15px !important;
  	padding-right: 15px !important;
}

.shopBasket {
	background-color: #FFFFFF;
	font-size: 1.2em;
}
DIV.shopBasket #discount {
	background-color: #EDEDED;
	color: red;
	margin-bottom: 10px;
	padding: 5px 0;
	width: 100%;
}
DIV.shopBasket #discount DIV.clear {
	padding: 0;
}
DIV.shopBasket #discounted {
	float: right;
	padding-right: 1%;
	text-align: right;
	width: 10%;  
}
.shopBasket TD {
	padding: 5px;
}
.shopBasket TD.required {
	width: 15%;
}
.shopBasket .secondRow TD {
	border-right: 1px solid #F5F5F5;
}
.shopBasket .secondRow TD:last-child {
	border-right: 1px solid #282828;
}
.shopBasket .shopBasketUpdateButton, #paypalform INPUT.submit {
	background: #aeaeae; /* Old browsers */
	background: -moz-linear-gradient(top, #aeaeae 0%, #8b8b8b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeaeae), color-stop(100%,#8b8b8b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aeaeae 0%,#8b8b8b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aeaeae 0%,#8b8b8b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aeaeae 0%,#8b8b8b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aeaeae 0%,#8b8b8b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#8b8b8b',GradientType=0 ); /* IE6-9 */
	border: 1px solid #e8e8d6;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 0px 1px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 0px 1px rgba(50, 50, 50, 1);
	color: #FFFFFF;
	cursor: pointer;
	padding: 3%;
	text-transform: uppercase;
}
UL.shopBasketControls.confirm LI A {
	color: #000000;
}
.shopBasket .topRow {
	background-color: #282828;
	color: #FFFFFF;
	height: 40px;
	text-transform: uppercase;
}
.shopBasket .topRow TH {
	border-right: 1px solid #FFFFFF;
	font-weight: 400;
}
.shopBasket .topRow TH:first-child {
	text-align: left;
}
.shopBasket .topRow TH:last-child {
	border-right: 1px solid #282828;
}
UL.shopBasketControls {
	list-style-type: none;
	margin-top: 20px;
	padding-left: 0;
}
UL.shopBasketControls LI {
	background: none;
	float: left;
	margin-right: 10px;
}
UL.shopBasketControls LI A {
	color: #FFFFFF;
	font-size: 1.5rem;
	margin-bottom: 15px;
	padding-left: 5px;
}
UL.shopBasketControls LI A.green {
background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #4c8851 0%, #549058 40%, #3e7a43 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(0%,#4c8851), color-stop(40%,#549058), color-stop(100%,#3e7a43)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#4c8851 0%,#549058 40%,#3e7a43 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#4c8851 0%,#549058 40%,#3e7a43 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#4c8851 0%,#549058 40%,#3e7a43 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#4c8851 0%,#549058 40%,#3e7a43 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3e7a43',GradientType=0 ); /* IE6-9 */
	border: 1px solid #3d7841;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #FFFFFF;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.6rem;
	padding: 10px 15px;
	text-transform: uppercase;
}
UL.shopBasketControls LI A.green .fa-shopping-cart:before {
	font-size: 1.8rem;
}
UL.shopBasketControls LI .fa-times {
	margin-right: 5px;
}
UL.shopBasketControls LI .fa-shopping-cart {
	margin-right: 5px;
}
.shopBasketSubmit FORM INPUT.shopCheckoutButton, INPUT.confirm {
	border: 1px solid #094082;
	background: #064B9E;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 1.9em;
	padding: 1%;
	text-transform: uppercase;
}
.shopBasketSubmit FORM INPUT.shopCheckoutButton:hover, INPUT.confirm:hover {
	background-color: #D20000;
}
DIV.shopBasket DIV.clear {
	padding: 10px 0;
	width: 100%;
}
DIV.shopBasket H3 {
	background-color: #f5f6f8;
	color: #787878;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 -15px 20px;
	padding: 10px 10px;
}
DIV.shopBasket SPAN.amount {
	color: #16539d;
	display: inline-block;
	font-size: 1.5em;
	margin-top: 12px;
}
DIV.shopBasket A.qty I {
	background-color: #f5f6f8;
	color: #787878;
	padding: 10px;
}
DIV.shopBasket #products, DIV.shopBasket #tip {
	float: left;
	width: 50%;
}
DIV.shopBasket #products DIV.left {
	float: left;
	padding: 0 3%;
}
DIV.shopBasket #products DIV.left .itemName {
	color: #3E3E3E;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7rem;
	font-weight: 600;
}
DIV.shopBasket H3.remove {
	height: 35px;
}
DIV.shopBasket DIV.total I.fa-times-circle {
	color: #16539d;
	font-size: 1.8em;
	margin-top: 13px;
}
DIV.shopBasket DIV.sep {
	border-bottom: 1px solid #DEDEDE;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
DIV.left DIV.details {
	float: left;
	margin-left: 20px;
	margin-top:10px;
}
DIV.shopBasket DIV.quantity {
	float: left;
	text-align: center;
}
DIV.basketDelivery H4, DIV.basketTotals H4 {
	font-weight: bold;
}
DIV.basketDelivery DIV.gray, DIV.basketTotals DIV.gray {
	background-color: #f5f6f8;
	border: 1px solid #DEDEDE;
	font-size: 1.4em;
	line-height: 25px;
	margin-bottom: 20px;
	padding: 20px 2%;
}
INPUT.gift {
	height: 40px;
	width: 100%;
}
INPUT.shopCheckoutButton {
	-webkit-box-shadow: 3px 3px 6px 1px #ddd;
	-moz-box-shadow: 3px 3px 6px 1px #ddd;
	box-shadow: 3px 3px 6px 1px #ddd;
	font-size: 2rem !important;
	padding: 17px 15px !important;
	width: 100%;
}
DIV.basketTotals DIV.gray .light {
	color: #787878;
}
DIV.shopBasket DIV.quantity INPUT {
	border: 1px solid #C9C9C9;
	height: 30px;
	margin-top: 10px;
	text-align: center;
	width: 30px;
}
DIV.shopBasket DIV.unit {
	float: left;
	text-align: center;
}
DIV.shopBasket DIV.total {
	float: left;
	text-align: right;
}
DIV.shopBasket DIV.total DIV.right {
	padding: 0 10%;
}
DIV.shopBasket DIV.two {
	float: left;
	text-align: right;
	width: 35%;
}
DIV.shopBasket DIV.label {
	border-radius: 0;
	color: #212121;
	float: left;
	font-size: 1.2em;
	text-align: right;
	width: 85%;
}
DIV.sidebar-offcanvas.basket {
	display: none;
}
#sideNav {
	border: 1px solid #E5E5E5;
	padding: 10px 15px;
}
#sidebar DIV.bluetop {
	background: #215ea8; /* Old browsers */
	background: -moz-linear-gradient(top, #215ea8 0%, #06448e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215ea8), color-stop(100%,#06448e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #215ea8 0%,#06448e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #215ea8 0%,#06448e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215ea8', endColorstr='#06448e',GradientType=0 ); /* IE6-9 */
	height: 36px;
}	
/*#sidebar ul li:hover > ul {
	height: 100%;
}*/
#sidebar ul li.show > ul LI {
	height: 36px;
	border-bottom: 1px solid #E7E7E7;
}
#sidebar ul li:hover > ul LI:last-child {
	border-bottom: none;
}

#slideshow {
	border: 3px solid #E5E5E5;
	margin-bottom: 15px;
	padding: 10px;
	position: relative;
}	
#slideshow IMG {
	display: block;
	height: auto;
	width: 100%;
}
DIV.slideshowText {
	position: absolute;
		left: 20px;
		top: 60px;
	padding: 15px 20px;
	text-align: center;
	z-index: 999;
}
DIV.slideshowText SPAN.large {
	color: #064B9E;
	font-family: 'Ubuntu', sans-serif;
	font-size: 6em;
	font-weight: 700;
	text-transform: uppercase;
}
DIV.slideshowText SPAN.small {
	color: #444444;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
}
DIV.slideshowText A.button, A.specialButtonBlue, A.specialButtonGreen, A.specialButtonRed, .title, .titleGreen, H2.shop, INPUT[type="submit"]  {
	background: #215ea8; /* Old browsers */
	background: -moz-linear-gradient(top, #215ea8 0%, #06448e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215ea8), color-stop(100%,#06448e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #215ea8 0%,#06448e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #215ea8 0%,#06448e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #215ea8 0%,#06448e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215ea8', endColorstr='#06448e',GradientType=0 ); /* IE6-9 */
	border: 1px solid #094082;
	border-radius: 2px;
	color: #FFFFFF;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.6rem;
	padding: 10px 15px;
	text-transform: uppercase;
}
INPUT.shopCheckoutButton:hover {
	background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #4c8851 0%, #549058 40%, #3e7a43 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(0%,#4c8851), color-stop(40%,#549058), color-stop(100%,#3e7a43)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#4c8851 0%,#549058 40%,#3e7a43 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#4c8851 0%,#549058 40%,#3e7a43 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#4c8851 0%,#549058 40%,#3e7a43 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#4c8851 0%,#549058 40%,#3e7a43 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3e7a43',GradientType=0 ); /* IE6-9 */
}
DIV.reg {
	background-color: #F5F5F5;
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
	padding: 20px;
}
DIV.reg H3 {
	margin-top: 0;
}
DIV.reg P.play {
	color: #555555;
	font-size: 1.5em;
}
DIV.reg P.play I {
	font-size: 0.8em;
	margin-right: 5px;
}
DIV.reg UL {
	list-style: none;
	padding: 0;
}
DIV.reg UL LI {
	color: #555555;
	font-size: 1.4em;
}
DIV.reg UL LI I {
	color: #16539d;
	margin-right: 5px;
}
.green {
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding: 10px 15px !important;
	text-transform: uppercase;
}
DIV.specialBlue, .specialRed, .green {
	border: 1px solid #E5E5E5;
	border-bottom: 2px solid #0D4A94;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    4px 4px 8px 0px rgba(50, 50, 50, 0.22);
	box-shadow:         4px 4px 8px 0px rgba(50, 50, 50, 0.22);
	padding: 15px;
}
DIV.specialBlue H1 {
	color: rgb(70,70,70);
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
}
DIV.specialBlue H2 {
	color: #848484;
	font-size: 1.3rem;
	line-height: 1.2;
	margin: 0 0 10px;
}
DIV.specialRed SPAN.special {
	color: rgb(70,70,70);
	display: block;
	font-size: 2.8em;
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
}
DIV.specialRed SPAN.specialSub {
	color: rgb(70,70,70);
	display: block;
	font-size: 1.8em;
	margin-bottom: 23px;
	text-transform: uppercase;
}
A.specialButtonBlue, A.specialButtonRed, A.compareBttn, .green {
	float: left;
}
A.specialButtonGreen, .titleGreen, .green {
	background: #57935b; /* Old browsers */
	background: -moz-linear-gradient(top, #57935b 0%, #3d7841 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57935b), color-stop(100%,#3d7841)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #57935b 0%,#3d7841 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #57935b 0%,#3d7841 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #57935b 0%,#3d7841 100%); /* IE10+ */
	background: linear-gradient(to bottom, #57935b 0%,#3d7841 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57935b', endColorstr='#3d7841',GradientType=0 ); /* IE6-9 */
	border: 1px solid #3D7241;
	margin-top: 0;
}
DIV.specialRed {
	border-bottom: 2px solid #C20707;
}
A.specialButtonRed {
	background: #d61b1b; /* Old browsers */
	background: -moz-linear-gradient(top, #d61b1b 0%, #bc0101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61b1b), color-stop(100%,#bc0101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d61b1b 0%,#bc0101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d61b1b 0%,#bc0101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d61b1b 0%,#bc0101 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d61b1b 0%,#bc0101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61b1b', endColorstr='#bc0101',GradientType=0 ); /* IE6-9 */
	border: 1px solid #C20707;
}
UL.specialFeatured {
	list-style-type: none;
	padding-left: 0;
}
UL.specialFeatured LI H5 A {
	color: #3E3E3E;
}
UL.specialFeatured LI SPAN.strikethrough {
	background-color: transparent;
	color: #D20000;
}
UL.specialFeatured LI IMG.specialFeaturedImage {
	margin-top: 10px;
}

/***SLIDESHOW***/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
	background-image: none;
  -webkit-backface-visibility: hidden;
  padding-left: 0;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }


.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
 .rslides_tabs {
 	display: none;
 	list-style: none;
	 position: absolute;
	 	bottom: 10px;
	 	right: 10px;
	 z-index: 9999;
 }
 .rslides_tabs LI {
	border: 1px solid #811518;
	float: left;
	height: 15px;
	margin-right: 5px;
	width: 15px;
}
.rslides_tabs LI.rslides_here {
	background-color: #811518;
}
.rslides_tabs LI A {
	display: block;
	text-indent: -9999px;
}
/***END SLIDESHOW***/


/**Image Zoomer**/
/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:500px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index:999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index:999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}


/***MEDIA QUERIES***/

@media screen and (max-width:1200px) {
	DIV.slideshowText {
		position: absolute;
			top: 40px;
	}
	UL.specialFeatured .noPaddingLeft {
		padding-left: 15px !important;
	}
}
@media screen and (max-width:992px) {
	DIV.about A {
		float: none;
		text-align: left;
	}
	BODY {
		background-color: #FFFFFF;
	}
	DIV.featuredPrice SPAN.price {
		line-height: 1;
	}
	DIV.featuredProduct H5 {
		margin: 0;
	}
	DIV.featuredProductWrapper {
		max-height: 150px;
		overflow: hidden;
	}
	DIV.navbar IMG.logo, IMG.logo-mobile {
		display: block;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
	}


@media only screen and (max-width:992px){
	BODY {
		padding-top: 0;
	}
	.container {
		
	}
	DIV.featuredProduct H5 {
	    min-height: 50px;
	}
	INPUT.search.keep-open {
		background-color: transparent;
		border: medium none;
		font-size: 1.4em;
		margin: 0;
		padding: 15px 5px;
		-webkit-padding-before: 13px;
		-webkit-padding-after: 13px; 
		width: 70%;
	}
	.navbar {
		width: 100%;
	}

	#nav {
		margin: 0;
		width: 100%;
	}
	#nav > ul {
		padding: 0;
	}
	#nav > ul > li {
		border-bottom: 1px solid #333333;
		padding: 0;
		position: relative;
		width: 100%;
	}
	#nav > ul > li:last-child {
		border-bottom: none;
	}
	#nav > ul > li a {
		display: block;
		font-size: 1.4em;
		padding: 2%;
		text-shadow: none;
		width: 96%;
	}
    #nav li .more {
        background-position: 50% 50%;
		cursor: pointer;	
		display: block;
    	padding: 10px;
        position: absolute;
        	right: 0;
        	top: 0;
        -ms-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;	
        z-index: 200;
    }
    #nav li .more:before {
        content: "\25c4";
        font-size: 2em;   
    }
    #nav li:hover .more {
    	color: #064B9E;
    	-webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	    -ms-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
    }
   
    #nav ul {
        display: block;
        margin: 0;
        width: 100%;
    }
    #nav li li a {
    	border-top: none;
	    padding-left: 20px;
    }
    
  	#nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    UL.nav LI {
		border-left: 0;
		float: left;
	}
	#nav UL LI {
		padding: 0;
		width: 100%;
		border-right: none;
	}
	#nav UL LI A {
		padding: 3%;
		width: 100%;
	}
	#nav UL LI A:hover {
		background-color: #333333;
		color: #FFFFFF;
	}
	#nav ul ul.navLevelTwo {
		background-color: #FFFFFF;
		border: none;
		display: none;
		padding: 0;
		position: static;
		width: 100%;
	}
	
	#nav UL UL.navLevelTwo LI {
		background: none;
		background-color: #FFFFFF;
		border: 0 !important;
		border-bottom: 1px solid #333333 !important;
		border-top: 0;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#nav UL UL.navLevelTwo LI A{
		border-bottom: 1px solid #333333;
		color: #333333;
		padding: 3%;
	}
	#nav UL UL.navLevelTwo LI A:hover {
		color: #FFFFFF;
	}
	#nav UL.navLevelTwo {
		width: 100%;
	}
	#nav UL UL.navLevelTwo LI:first-child {
		border-top: 1px solid #FFFFFF;
	}
	
	#nav UL UL.navLevelOne LI:hover > #nav UL UL.navLevelTwo {
		display: block;
	}
	DIV.newsFeedImageHome {
		max-height: 100px;
	}
	UL.productNav {
		margin-bottom: 10px;
	}
	
	
	UL.productNav LI {
		background: none;
		background-color: #06448E;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: inset 0px -1px 1px 0px rgba(33, 98, 184, 1);
		-moz-box-shadow:    inset 0px -1px 1px 0px rgba(33, 98, 184, 1);
		box-shadow:         inset 0px -1px 1px 0px rgba(33, 98, 184, 1);
	}
	UL.productNav LI.addNav {
		display: inline;
	}
	UL.productNav LI A {
		color: #FFFFFF;
	}
	UL.productNav LI A:hover {
		color: #2162B8;
	}
	ul.productNav li:hover a:before {
		content: "";
	}
	Ul.productNav li .more:before {
		color: #FFFFFF;
	}
	UL.productSubNav LI {
		background-color: #FFFFFF;
		border-left: 4px solid #2162B8;
	}
	UL.productSubNav LI:hover {
		background-color: #2162B8;
	}
	UL.productSubNav LI A {
		color: #06448E;
		border-left: 4px solid #2162B8;
	}
	UL.productSubNav LI A:hover {
		background-color: #2162B8;
		color: #FFFFFF;
	}
  .row-offcanvas {
    position: relative !important;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -90%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 92%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 92%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute !important;
    top: 0;
    width: 94.7%; /* 6 columns */
  }
  #sidebar {
  	background-color: #06448E;
  	padding-left: 0 !important;
  	padding-right: 0 !important;
  	z-index: 99;
  }
  DIV.sidebar-offcanvas.basket {
	display: block;
	}
	DIV.shopBasket DIV.total {
		margin-bottom: 10px;
		text-align: center;
	}
	DIV.shopBasket DIV.quantity {
		margin-bottom: 10px;
	}
	DIV.shopBasket H3 {
		margin-bottom: 10px;
	}
	DIV.shopBasket H3.hide {
		display: block !important;
	}
	DIV.shopBasket A.qty I {
		padding: 10px 15px;
	}
	DIV.shopBasket H3.remove::before {
		content: "Remove";
	}
}

@media only screen and (max-width:768px) {

	.basketPage #sidebar .bannerBox {
		display: none;
	}
	.border-right {
		border-right: none;
	}
	DIV.copyrightRow  {
		text-align: center;
	}
	DIV.copyrightRow P.design {
		text-align: center;
	}
	DIV.featuredProduct {
		text-align: center;
	}
	DIV.featuredProduct H5 {
		margin-bottom: 5px;
		min-height: 0;
	}
	DIV.featuredProduct A.specialButtonBlue {
		float: none;
	}
	DIV.featuredProductWrapper {
		border-bottom: none;
	}
	DIV.featuredProduct DIV.featuredProductWrapper {
		height: auto;
	}
	DIV.footer IMG.footerLogo {
		margin: 0 auto;
	}
	DIV.footer {
		text-align: center;
	}
	DIV.footer .footerAddress {
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 15px;
	}
	DIV.footer UL.footerLinks {
		border-bottom: 1px solid #E5E5E5;
	}
	SPAN.strikethrough  {
		position: static;
	}
	/****basket******/
	
	DIV.shopBasket DIV.total, DIV.shopBasket DIV.unit, DIV.shopBasket DIV.quantity, DIV.shopBasket #products {
		margin-bottom: 10px;
		width: 100%;
	}
	DIV.shopBasket #tip, DIV.shopBasket DIV.two {
		width: 50%;
	}
	DIV.shopBasket DIV.medium {
		width: 20%;
	}
	DIV.deliveryUpdate DIV.unit {
		width: 50%;
	}
	DIV.deliveryUpdate DIV.total {
		width: 30%;
	}
	DIV.shopBasket DIV.label {
		width: 70%;
	}
	DIV.shopBasket DIV.total {
		width: 30%;
	}
	DIV.total.top {
		width: 100% !important;
	}
	DIV.quantity H3, DIV.unit H3, DIV.total H3 {
		background-color: #CCCCCC;
		color: #212121;
		font-size: 1.2em;
		font-weight: 600;
	}
	DIV.quantity, DIV.unit, DIV.total {
		text-align: center !important;
	}
	DIV.shopBasket #bottom {
		background-color: rgba(6, 75, 158, 0.7);
		border-top: 1px solid #064B9E;
		padding: 2%;
	}
	DIV.shopBasket #bottom DIV.label, DIV.shopBasket #bottom DIV.total {
		background-color: #064B9E;
	}
	DIV.shopBasket #bottom DIV.total.blank {
		background: none;
	}
	DIV.shopBasket #grand DIV.label, DIV.shopBasket #grand DIV.total {
		color: #FFFFFF;
		padding: 3px 0;
	}
	DIV.shopBasket #grand DIV.clear {
		padding: 2px 0;
	}
	DIV.shopBasket DIV.total.blank.sub {
		margin: 5px 0;
		text-align: right !important;
		width: 100%;
	}
	input.shopCheckoutButton {
		margin-top: 10px;
		padding: 10px;
	}
	DIV.shopBasket DIV.quantity INPUT {
		text-align: center;
	}
	DIV.shopBasket #discounted {
		width: auto;
	}
	DIV.orderer DIV.productItem DIV.ten, DIV.orderer DIV.productItem DIV.left {
		width: 100%;
	}
	DIV.orderer DIV.productItem DIV.left  {
		margin-bottom: 10px;
	}
	DIV.orderer DIV.productItem DIV.ten H4 {
		font-weight: 400;
		text-align: left;
	}
	DIV.orderer DIV.productItem DIV.ten {
		background-color: #F9F9F9;
		text-align: center;
	}
	DIV.orderer DIV.productItem {
		border-bottom: 2px solid #FFFFFF;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width:640px) {
	.cbp-vm-options {
		display: none;
	}
	DIV.content .contentRight UL LI {
		text-align: center;
	}
	DIV.featuredProductWrapper {
		max-height: none;
	}
	.cbp-vm-view-grid UL LI .featuredProductWrapper {
		height: auto;
	}
	DIV.categoryText H5 {
		min-height: 0;
	}
	DIV.categoryText A.specialButtonBlue {
		float: none;
	}
	FORM.compare P {
		font-size: 1.4rem;
	}
	
}
@media only screen and (max-width:550px) {
	
	#accordion {
		display: block;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	#accordion H4 {
		border-bottom: 1px solid #D3D3D3;
		cursor: pointer;
		font-weight: 400;
		margin: 0;
		padding: 10px 0;
	}
	#accordion H4:after {
		content: "\271A";
		padding-left: 10px;
	}

	#accordion H3:focus {
		color: #999999;
		outline: none;
	}
	#accordion UL {
		list-style-type: none;
		padding-left: 0;
	}
	#accordion UL LI A {
		background-color: #064B9E;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
		display: block;
		font-size: 1.3em;
		margin-bottom: 0;
		padding: 10px;
	}
	#accordion UL LI A:hover {
		background-color: #D20000;
		text-decoration: none;
	}

	.shopBasketSubmit FORM INPUT.shopCheckoutButton, INPUT.confirm {
		font-weight: 300;
		font-size: 1.5rem;
	}	
}

@media only screen and (max-width:500px) {
	FORM.account .greybox {
		display: none;
	}
	FORM.account FIELDSET {
		margin-bottom: 50px;
		width: 100%;
	}
	IMG.about {
		margin-bottom: 10px;
	}
	DIV.bannerBox {
		margin-bottom: 0 !important;
	}
	DIV.navbar-header DIV.btn-group {
		padding-left: 6%;
	}
	DIV.contact {
		padding-right: 0;
		text-align: center !important;
	}
	DIV.contact .fa-phone:before {
		display: none;
	}
	DIV.navbar-header .navbar-toggle {
		width: 16.666666%;
	}
	DIV.navbar-header DIV.basket-button {
		width: 30%;
	}

    .row-offcanvas-right.active {
    	right: 98%; /* 6 columns */
    }

    .row-offcanvas-left.active {
    	left: 98%; /* 6 columns */
    }
    DIV.row.active DIV.navbar-header {
	    margin-left: -45px !important;
    }
    #shopBasket {
		padding: 2% 0;
	}
	TABLE.shopBasket {
		cell-padding 
	}
	.shopBasketSubmit FORM INPUT.shopCheckoutButton {
		padding: 4%;
		width: 100%;
	}
	.shopBasket TD {
		padding: 0;
	}
	#shopCheckout SELECT {
		width: 80%;
	}

    .sidebar-offcanvas {
    	position: absolute !important;
    	top: 0;
    	width: 98%; /* 6 columns */
    }
    IMG.logo-mobile.internal {
	    max-width: 60%;
    }
   
} 
@media only screen and (max-width:460px) {

	 DIV.productDetailsText FORM.productAdd INPUT.basketAdd {
		margin-top: 20px !important;
		width: 100%;
	}

}
@media only screen and (max-width:440px) {

	 DIV.productDetailsText FORM.productAdd INPUT.basketAdd {
		margin-top: 20px !important;
		width: 100%;
	}

}
@media only screen and (max-width:420px) {
	SPAN.req {
		display: none;
	}
	DIV.checkout INPUT.confirm {
		position: absolute;
		left: -10px;
	}
	#accordion {
		padding-top: 60px;
	}
}




