@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

body {
	margin: 0px;
	color: #5c5c64;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 300;
	background: #313231;
}

a { 
	text-decoration: none;
	color: #5c5c64;
}

a:hover {
	color: #2a2a2d;
}

h1 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
}

h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}

.blue {
	color: #5DA1D3;
}

div.centered {
	width: 1150px;
	margin: 0px auto;
	overflow: auto;
	position: relative;
	z-index: 2;
}

div.centeredcontent {
	text-align: center;
}

div.vspace {
	padding: 80px 0px;
}

div.vspacemed {
	padding: 40px 0px;
}


div.vspacetiny {
	padding: 10px 0px;
}

#bodyarea {
	background: #f1f1f1;
}

#bodyarea.blogwhite {
	background: #ffffff;
}

#topdock {
    background: #ffffff;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #eeeeee;
    overflow: visible;
    font-size: 14px;
}

#topdock.dyson {
	background: #d6d644;
} 

#topdock p, #topdock a {
	margin: 0px;
}

#topdock #topcart {
    float: right;
}

#topdock img {
    width: 10px;
    margin-top: 5px;
    margin-left: 10px;
}

#mainslice {
	overflow: auto;
}

#mainslice h1, #mainslice h2, #mainslice p {
	color: #ffffff;
}

#mainslice.home {
	background: url('/assets/slices/home.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#navbar {
	width: 1150px;
	margin: 20px auto;
	text-align: right;
	z-index: 200;
	position: relative;
}

#featurebar {
	width: 100%;
	background-color:rgba(255, 255, 255, 0.2);
}

div.feature {
	display: inline-block;
	width: 33%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin: 20px 0px 40px;
	vertical-align: top;
}

div.feature p {
	margin: 0px;
}

#navbar ul.mainnav {
	margin: 40px 0px;
	padding: 0px;
	list-style-type: none;	
}

#navbar ul.botmargfix {
	margin: 40px 0px 10px 0px;
}

#navbar ul.mainnav li {
	display: inline-block;
}

#navbar ul.mainnav li a {
	margin: 0px 0px 0px 20px;
	color: #ffffff;
	font-size: 15px;
}

#navbar ul.mainnav li a:hover {
	border-bottom: 3px solid #5DA1D3;
}

#navbar ul.mainnav li.selected a {
	border-bottom: 3px solid #5DA1D3;
}

#navbar img {
	width: 220px;
	float: left;
	margin-top: -10px;
}

div.threecol {
	width: 300px;
	margin: 20px;
	display: inline-block;
	vertical-align: top;
}

div.imageholder {
	width: 100%;
	position: relative;
	height: 300px;
}

div.imageholder p {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
	background-color:rgba(0, 0, 0, 0.5);
	color: #ffffff;
	position: absolute;
	top: 70%;
	margin-top: -35px;
}

div.imageholder p span {
	font-size: 24px;
	font-weight: bold;
}

p.aboveimage {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

p.aboveimage span {
	font-size: 23px;
	font-weight: bold;
	line-height: 25px;
}

div.imageholder img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.cta {
	width: auto;
	padding: 10px 20px;
	display: block;
	color: #ffffff;
	margin: 4px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
	font-weight: 400;
	cursor: pointer;
}

a.fixedwidth {
	display: inline-block;
	width: 200px;
	margin-right: 10px;
}

input[type="submit"] {
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 300;
	width: 100%;
	padding: 10px 20px;
	display: block;
	color: #ffffff;
	margin: 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
	font-weight: 400;
	cursor: pointer;
	background: #5DA1D3 url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 92% center;	
	border: none;
}

input[type="submit"].disable {
	background: #DDDDDD url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

input[type="submit"].lbluebutton {
	background: #8AC0E8 url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

input[type="submit"].grey {
	background: #dddddd url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

input[type="submit"]:hover {
	background: #4189be url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

input[type="submit"].grey:hover {
	background: #cccccc url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

input[type="submit"].primary {
	background: #D3975D url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

input[type="submit"].nostock {
	background: #dddddd;
}

input[type="submit"].primary:hover {
	background: #c27a35 url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

input[type="number"] {
	padding: 10px 20px 12px;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #5c5c64;
	background: #eeeeee;
	border: none;
	display: inline-block;
	font-size: 16px;
	margin: 7px 15px;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 300;
	width: 50px;
}

input[type="text"] {
	padding: 10px 20px 10px;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #5c5c64;
	border: none;
	display: inline-block;
	font-size: 16px;
	margin: 7px 15px;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 300;
	width: 50px;
}

#search input[type="text"] {
	width: 250px;
	margin-left: 0px;
	display: inline-block;
}

#search input[type="submit"] {
	display: inline-block;
	width: auto;
	margin-left: -30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 30px 10px 15px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

p.breadcrumbs {
	font-size: 14px;
	color: #929292;
}

p.breadcrumbs a:hover {
	text-decoration: underline;
}

p.breadcrumbs span {
	font-weight: 600;
}

label {
	color: #5DA1D3;
	font-weight: 400;
	font-size: 14px;
	margin-right: 20px;
}

a.bluebutton {
	background: #5DA1D3 url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

a.disabledbutton {
	background: #dddddd url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

a.bluebutton:hover {
	background: #4189be url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

a.lbluebutton {
	background: #8AC0E8 url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

a.lbluebutton:hover {
	background: #6aa8d5 url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

a.primary {
	background: #D3975D url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

a.nostock {
	background: #dddddd;
}

a.primary:hover {
	background: #c27a35 url('/assets/rightarrow_white.svg');
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

a.fixedwidth {
	width: 200px;
}

a.grey {
	background: #dddddd;
	background-repeat: no-repeat;
	background-size: auto 38%;
	background-position: 96% center;	
}

#footer {
	background: #313231;
	color: #ffffff;
}

div.footercol {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

div.footercol img.stripelogo {
    width: 290px;
    margin-top: 10px;
    height: auto;
}

div.footercoltf {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

#footer h5 {
	font-size: 18px;
}

#footer ul {
	padding-left: 0px;
	list-style-type: none;
}

#footer ul li {
	margin: 10px 0px;
	font-size: 14px;
}

#footer ul li a {
	color: #ffffff;
}

div.footercol img.logo {
	width: 50%;
}

#footer h5 {
	margin-top: 25px;
}

div.part {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
	width: 47%;
	margin: 20px 20px 20px 3px;
	overflow: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
}

div.partfull {
	width: 99%;
	margin: 20px 2px;
}

div.innermargin {
	margin: 25px;
}

div.part img.productshot {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 30%;	
	border: 1px solid #ededed;
}

div.part img.manlogo {
	height: 30px;
	float: left;
}

hr {
	clear: both;
	border: 0; 
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 20px 0px;
}

div.part a.cta {
	display: inline-block;
	width: 49%;
	padding: 10px 0px;
}

div.part a.cta span {
	margin-left: 15px;
}

div.part div.twogap {
	display: inline-block;
	width: 2%;
}

div.alignright {
	text-align: right;
}

p.price {
	font-weight: 600;
	font-size: 22px;
	margin-top: 10px;
}

p.price span.incvat {
	margin-left: 6px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 300;
}

div.part h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 10px;
}

div.part p.partno {
	font-size: 13px;
	font-weight: 600;
	margin-top: 0px;
}

#bodyarea h1 {
	font-size: 24px;
	font-weight: 600;
	color: #5DA1D3;
}

img.productshotfocus {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	border: 1px solid #ededed;
}

div.leftcol {
	display:inline-block;
	position: relative;
	vertical-align: top;
	width: 25%;
	text-align: center;
}

div.partright {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

div.partcentral {
	display: inline-block;
	vertical-align: top;
	width: 40.5%;
}

#bodyarea div.partcentral h1 {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #5c5c64;
}

div.partspacer {
	display: inline-block;
	vertical-align: top;
	width: 2%;
}

table.cart th, table.cart td {
	text-align: left;
	padding: 10px;
}

table.cart tr.withbuttons td {
	padding: 0px 10px;
}

table.cart tbody td {
	border-bottom: 1px solid #eeeeee;
}

table.cart thead th {
	border-bottom: 1px solid #dddddd;
}

table.cart tbody tr.noborder td {
	border-bottom: none;
}

table.cart tbody img {
	width: 50px;
	border: 1px solid #ededed;
	background: #ffffff;
}

table.cart th.centered, table.cart td.centered {
	text-align: center;
}

table.cart span.partno {
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
}

table.cart input[type="number"] {
	background: #ffffff;
}

#sortby {
	float: right;
	margin-right: 3%;
}

select {
	padding: 10px 10px 10px;
	background: #eeeeee;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #5c5c64;
	border: none;
	display: inline-block;
	font-size: 16px;
	margin: 0px 4px;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 300;
}

ul.suitable {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 20px;
	display: block;
}

ul.suitable li {
	display: inline-block;
	margin-right: 20px;
	font-size: 13px;
	background: url('/assets/grey_tick.png');
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: center left;
	padding-left: 17px;
	margin: 5px 15px 5px 0px;
}

p.suitable {
	font-size: 13px;
}

ul.suitable li.highlightmodel {
	font-weight: 600;
	color: #5DA1D3;
	background: url('/assets/blue_tick.png');
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: center left;
}

table.spectable {
	width: 100%;
}

table.spectable td {
	padding: 5px 10px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: top;
}

table.spectable td.firstbox {
	font-weight: 400;
	width: 25%;
}

table.spectable tr.lastone td {
	border-bottom: none;
}

.zoom {
	display:inline-block;
	position: relative;
	vertical-align: top;
	width: 99%;
	border: 1px solid #ededed;
	margin-bottom: 20px;
}

.zoom img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.zoom img::selection { background-color: transparent; }

.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url('/assets/magnify_icon.png');
}

div.ifholder {
	position: relative;
	width: 100%;
	clear: left;
}

div.ifholderhalf {
	position: relative;
	width: 48%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: middle;
}

label.standard {
    position: relative;
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 0px;
	display: inline-block;
	font-weight: 600;
}

div.ifholderhalf input[type="text"], div.ifholder input[type="text"], div.ifholder select {
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
}

form input[type="checkbox"] {
	float: left;
	margin: 5px 15px 12px 0px;
}

form select {
	margin: 0px;
}

span.error {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #c22b2b;
    font-size: 9px;
    margin-left: -75px;
    margin-top: -3px;
    padding: 2px 6px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

span.terms {
    margin-left: 25px;
    display: inline-block;
    padding: 0 6px;
    line-height: 18px;
}

div.thumb {
	width: 18%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 6px 0px 0px;
}

div.thumblast {
	margin: 0px;
}

div.thumb img {
	width: 100%;
	padding: 1px;
	border: 1px solid #eeeeee;
	cursor: pointer;
}

img.stripelogo {
	height: 40px;
	margin-top: 30px;
}

span.payment-errors {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #b92c1b;
    font-size: 11px;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: none;
    margin: 20px 0px;
    width: 95%;
}

#paymentform select {
	width: 100%;
}

#formcontent {
	display: none;
}

p.legals {
	width: 80%;
	font-size: 13px;
}

#burger {
    display: none;
    float: right;
    position: relative;
    margin-top: 5px;
}

#burger img {
    width: 34px;
    margin-top: -5px;
    cursor: pointer;
}

div.dropmenu {
    position: absolute;
    display: none;
    top: 36px;
    right: 0px;
    background-color: #ffffff;
    width: 185px;
    padding: 0px;
    z-index: 200;
    border: 1px solid #dddddd;
}

div.dropmenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.dropmenu ul li {
    display: inline-block;
    width: 100%;
    padding: 8px 0px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

div.dropmenu ul li.last {
	border-bottom: none;
}

div.blogover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
}

div.blogarticle {
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    width: 46%;
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    text-align: left;
    background: #ffffff;
    min-height: 441px;
}

div.blogarticle div.blogimage {
    height: 160px;
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

p.cardwarning {
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
	background: url('/assets/notice.png');
	background-repeat: no-repeat;
	background-size: 33px auto;
	background-position: center left;
}

#discountcode {
	width: 100px;
}

img.social {
	display: inline; 
	padding: 0px 5px 0px 0px;
	width: 35px;
}

@media only screen and (min-width : 320px) and (max-width : 1160px) {
	
	div.centered, #navbar {
		width: 95%;
	}
	
	#featurebar {
		width: 100%;
	}

}

@media only screen and (min-width : 320px) and (max-width : 720px) {
	
	div.feature {
		width: 50%;
	}
	
	#burger {
    	display: inline-block;
    }
	
	#navbar ul.mainnav {
		display: none;
	}
	
	div.footercol {
		width: 100%;
	}

	div.footercoltf {
		width: 100%;
	}
	
	div.part {
		width: 99%;
	}
	
	img.productshotfocus {
		display: inline-block;
		vertical-align: top;
		width: 75%;
	}

	div.partright {
		width: 100%;
	}

	div.partcentral {
		width: 100%;
	}

	div.partspacer {
		display: none;
	}
	
	div.leftcol {
		width: 100%;
	}
	
	#navbar img {
	    margin-top: 0px;
	}
	
	#navbar {
	    text-align: left;
	}
	
	#mainslice {
	    overflow: visible;
	}
	
	div.blogarticle {
    	width: 90%;
	}

}

@media only screen and (min-width : 320px) and (max-width : 620px) {
	
	#search input[type="text"] {
		width: 190px;
		padding: 13px 20px 11px;
		font-size: 13px;
	}

	.nomobile {
		display: none;
	}
	
}