* {
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	font-size: 14px;
	font-size: calc(7px + 0.4vw);
	line-height: 1.55em;
}
#prev, #next {
	font-family: DejaVu Sans, 'DejaVuSans', 'DejaVuSansBold';
}
.shadow-close {
	-webkit-box-shadow: 0 0.5em 0.5em 0 rgba(0,0,0,.2);
	box-shadow: 0 0.5em 0.5em 0 rgba(0,0,0,.2);
}
.text-shadow-close {
	text-shadow: 0 0.1em 0.1em rgba(0,0,0,.65);
}
svg {
	display: block;
}
.logo-100 {
	opacity: 1;
}
.logo-90 {
	opacity: .9;
}
.logo-80 {
	opacity: .8;
}
.logo-70 {
	opacity: .7;
}
.logo-60 {
	opacity: .6;
}
.logo-50 {
	opacity: .5;
}
.logo-40 {
	opacity: .4;
}
.logo-30 {
	opacity: .3;
}
.logo-20 {
	opacity: .2;
}
.logo-10 {
	opacity: .1;
}
#nav-offset {
	height: 7em;
}
nav {
	width: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	z-index: 1001;
}
nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
}
nav .emblem, nav .letters, nav #buttons, nav #socials, nav .button,  nav #searchtrigger, nav #searchdetrigger, #cart.active, #cart.green {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	/*-webkit-transition: all 350ms ease-out;
	-moz-transition: all 350ms ease-out;
	-ms-transition: all 350ms ease-out;
	-o-transition: all 350ms ease-out;
	transition: all 350ms ease-out;*/
}
nav #searchtrigger:hover, nav #searchdetrigger:hover, #searchsubmit:hover, #cart.active:hover, #cart.green:hover {
	opacity: 0.4;
	cursor: pointer;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
nav #brand {
	margin: 0 2em 0 2em;
	display: inline-block;
	vertical-align: middle;
}
nav .emblem svg{
	height: 4em;
	padding: 1.5em;
}
nav .letters svg{
	height: 2em;
	padding: 2.5em 0;
	max-width: 15em;
}
nav .mono {
	fill: #111;
}
nav #brand:hover {
	opacity: 0.6;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
nav #buttons > .button > a {
	padding: 2.725em 0.6em;
	display: block;
}
nav #buttons > .button > a::first-letter {
	text-transform: capitalize;
}
nav #socials > .button > a {
	padding: 0.6em 0.6em;
	display: block;
	line-height: 1em;
}
nav #socials svg, nav #socials img {
	width: 1.5em;
	fill: #888;
	opacity: 0.7;
}
nav #socials a:hover svg, nav #socials a:hover img {
	opacity: 1;
}
nav .button:hover {
	background: rgba(0, 0, 0, 0.1);
	/*-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;*/
}
nav #language {
	font-size: 0.7em;
	padding: 0.75em 0.75em 4.89em 0.75em;
	display: none;
}
nav #language:hover {
	background: none;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
.bar {
	display: block;
	width: 2.5em;
	height: 0.3em;
	margin: 0.6em;
}
nav #searchtrigger svg, nav #searchdetrigger svg, #cart svg {
	height: 2em;
	padding: 2.5em;
}
nav #expand {
	display: none;
}
@media (hover: none) {
	nav #buttons, nav #language, nav #socials {
		display: none;
	}
	nav #expand {
		display: inline-block;
		padding: 1.85em 0.5em;
	}
}
@media (max-width: 1250px) {
	nav #buttons, nav #language, nav #socials {
		display: none;
	}
	nav #expand {
		display: inline-block;
		padding: 1.85em 0.5em;
	}
}
nav #catalog, nav .subcategories {
	display: none;
	z-index: 999;
}
/*nav #buttons > .dropdown:hover > ul*/#catalog {
	/*display: flex;*/
	justify-content: center;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	flex-wrap: wrap;
	align-content: stretch;
}
nav .catalog.button {
	text-align: center;
	position: relative;
	width: 10em;
}
nav .catalog.button > a {
	display: block;
	padding: 1em;
	font-size: 0.85em;
}
nav .catalog.button > a > .icon {
	width: 5em;
	height: 5em;
	margin: 0.5em auto 1.5em;
}
nav .catalog.button > a > .icon svg {
	width: 5em;
	height: 5em;
	opacity: .7;
}/*
nav .catalog.button:hover > ul, nav .dropdown.button:hover > .subcategories {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
}*/
nav .catalog.button > ul, nav .dropdown.button > .subcategories {
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
}
nav .dropdown.button.single {
	position: relative;
}
nav .single ul li a::first-letter {
	text-transform: capitalize;
}
nav .single ul li a {
	font-size: 1em;
}
nav .subcategory.button {
	text-align: left;
	width: 20em;
}
nav .subcategory.button a {
	display: block;
	padding: 0.8em;
}
#menu .menu {
	display: none;
}
#menu {
	width: 30em;
	position: fixed;
	top: 7em;
	bottom: 0;
	left: -30em;
	overflow-y: scroll;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	z-index: 998;
}
#menu.active {
	left: 0;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
#menu li {
	display: block;
	vertical-align: middle;
	width: 100%;
	cursor: pointer;
}
#menu li a:hover {
	background: rgba(0,0,0,0.05);
}
#menu li a {
	padding: 2em 1em;
	font-size: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	width: 22em;
}
#menu-catalog a {
	font-size: 0.9em;
}
#menu .dropdown.handle {
	text-align: center;
	width: 1.75em;
}
#menu .dropdown.handle:after {
	content: '▼';
}
#menu .dropdown.handle.active:after {
	content: '▲';
}
#menu .dropdown.text {
	width: 18em;
}
#menu .menu.active {
	display: block;
	background: rgba(0,0,0,0.1);
}
#menu::-webkit-scrollbar { 
	display: none; 
}
#menusocials {
	display: block;
	padding: 2.5em 0;
	line-height: 1em;
}
#menusocials a {
	display: inline-block;
	padding: 1.25em;
	line-height: 1em;
}
#menusocials svg, #menusocials img {
	width: 1.7em;
	display: inline-block;
	line-height: 1em;
}
#specs {
	width: 100%;
	max-width: 900px;
	text-align: center;
}
h1 {
	font-size: 2.618em;
	font-weight: 200;
	line-height: 1.3em;
}
h1:first-letter {
	text-transform: capitalize;
}
h2 {
	font-size: 1.618em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.3em;
	line-height: 1.5em;
}
#main {
	width: 100%;
	max-width: 106em;
	min-height: 95vh;
	margin: auto;
	background: #fff;
}
#index-main {
	max-width: 90em;
	margin: auto;
	min-height: 80vh;
}
#breadcrumbs {
	padding: 0.5em 1em;
}
#breadcrumbs a, #breadcrumbs span {
	text-decoration: none;
	font-weight: 600;
}
#warning {
	border: 7px solid red;
	margin: 1em 2em;
	padding: 2em 4em;
	background: white;
}
#warning h1 {
	color: red;
	text-align: center;
}
#warning p {
	font-size: 1.5em;
	line-height: 1.4em;
}
#showcase {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#carousel {
	flex: 3 1 70%;
	display: inline-block;
}
#index-carousel {
	display: block;
}
#slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slide, .thumbnail, .control {
	display: none;
}
.slide.active {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#controls {
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.1);
	position: relative;
}
.thumbnail, .control, .appearance {
	cursor: pointer;
}
.control.active {
	font-size: 5em;
	padding: 0.3em;
	opacity: 0.4;
	display: inline-block;
	position: absolute;
	bottom: 50%;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	color: #eee;
}
#prev {
	left: 0;
}
#next {
	right: 0;
}
.thumbnail.current {
	width: 5em;
	height: 4em;
	margin: 0.5em 0.3em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.4;
}
#categorybanner {
	width: 100%;
	max-width: 106em;
	padding-bottom: 27%;
	min-height: 25em;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}
#categorybanner p {
	position: absolute;
	display: block;
	padding: 1em 2.5em;
	left: 0;
	bottom: 15%;
	font-size: 2.618em;
	line-height: 1.15em;
}
#categorybanner p:first-letter {
	text-transform: capitalize;
}
#categorybanner p a {
	text-decoration: none;
}
#subcategoryshowcase {
	display: flex;
	flex-wrap: wrap;
	max-width: 106em;
	margin: auto;
	min-height: 70vh;
}
#filters {
	flex: 1 1 30%;
	min-width: 15em;
}
#subcategoryshowcase > #subcategories {
	flex: 1 1 60%;
	padding: 3.5em;
}
#subcategories > #subcategorygrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(8em, 14em));
	grid-column-gap: 2.5em;
	grid-row-gap: 3.5em;
	margin: 2em 0 4em;
}
#subcategoryshowcase #subcategorygrid {
	flex: 1 1 60%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(8em, 13em));
	grid-column-gap: 2.5em;
	grid-row-gap: 3.5em;
	padding: 3.5em;
	background: #fff;
}
#subcategorygrid a {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 1px)/6 - 2em);
	margin: 1em;
	text-decoration: none;
}
@supports (display: grid) {
	#subcategorygrid a {
		width: auto;
		margin: 0;
	}
}
#subcategorygrid a .thumbnail {
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
}
#subcategorygrid a h2 {
	display: block;
	padding: 1em;
	font-size: 1.1em;
	text-align: center;
}
#subcategorygrid a p {
	display: block;
	padding: 1.5em;
	line-height: 1.25em;
	text-align: left;
}
.subcategorylink {
	text-align: left;
	font-size: 2.618em;
	line-height: 1.1em;
	text-decoration: none;
}
.subcategorylink p:first-letter {
	text-transform: capitalize;
}
.thumbnail:hover, .thumbnail.active, .control:hover, .appearance:hover, .appearance.active, .spec-appearance:hover, .spec-appearance.active {
	opacity: 1;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
#appearances {
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.1);
}
.appearance {
	width: 3em;
	height: 3em;
	border-radius: 1.5em;
	display: inline-block;
	opacity: .65;
	border: 0.3em solid #fff;
	margin: 0.3em;
	-webkit-box-shadow: inset 0 0.5em 0.5em 0 rgba(0,0,0,.2);
	box-shadow: inset 0 0.5em 0.5em 0 rgba(0,0,0,.2);
	box-sizing: border-box;
}
#description {
	flex: 1 1 22%;
	display: inline-block;
	padding: 3em;
	position: relative;
    word-break: break-word;
}
#description h1 {
	font-size: 3em;
}
#description h2 {
	margin: 1em 0 3em;
	opacity: 0.7;
}
#text {
	font-size: 1.5em;
	line-height: 1.618em;
}
#description h1, #description h2, #text {
	z-index: 2;
}
#emblem {
	position: absolute;
	left: 0.5em;
	right: 0.5em;
	top: 0.5em;
	bottom: 0.5em;
	fill: rgba(255,255,255,0.1);
	z-index: 1;
}
#emblem svg {
	position: relative;
	width: 100%;
	height: 100%;
}
#landing {
	display: block;
	width: 100%;
}
#landing img {
	width: 100%;
}
.feature {
	display: flex;
	margin: 2em;
	flex-flow: row wrap;
}
.pic {
	flex: 1 1 40%;
	min-height: 28em;
}
.text {
	flex: 1 1 50%;
	padding: 3em;
}
.text h1 {
	margin-bottom: 1.5em;
}
.text > div {
	font-size: 1.3em;
	line-height: 1.55em;
}
.text > div p {
	margin-top: 0.7em;
}
#details {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}
#specs {
	flex: 1 1 55%;
}
#reviews-downloads {
	flex: 1 1 29%;
}
#specs, #reviews-downloads {
	padding: 4em;
	text-align: center;
}
.spec, .subspec {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.specvar {
	background: #eee;
	text-align: right;
	border-left: 1em solid #ddd;
}
.part {
	font-weight: 600;
	background: #eee;
	margin-top: 0.5em;
}
.subspec {
	border-left: 1em solid #eee;
}
.item, .part, .subpart, .spec, .subspec, .specvar {
	padding: 0.5em;
	-webkit-box-shadow: 0 0.5em 0.5em 0 rgba(0,0,0,.2);
	box-shadow: 0 0.5em 0.5em 0 rgba(0,0,0,.2);
}
.item {
	text-align: center;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 0.618em;
}
.item.link {
	margin-top: 0;
}
.item.link a {
	font-weight: 400;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}
.item.link:hover a {
	color: #fff;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;	
}
.attribute, .value {
	display: inline-block;
	vertical-align: middle;
}
.attribute {
	width: 50%;
	text-align: left;
	font-weight: 600;
}
.value {
	width: 49%;
	text-align: right;
}
.subpart {
	text-align: right;
	font-weight: 500;
}
#specs .separator {
	height: .25em;
}
.spec-appearance {
	width: 2.5em;
	height: 2.5em;
	border-radius: 1.25em;
	display: inline-block;
	vertical-align: middle;
	opacity: .65;
	border: 0.3em solid #fff;
	margin: 0.3em;
	-webkit-box-shadow: inset 0 0.2em 0.2em 0 rgba(0,0,0,.2);
	box-shadow: inset 0 0.2em 0.2em 0 rgba(0,0,0,.2);
	box-sizing: border-box;
}
.value p, .parts p {
	display: inline-block;
	vertical-align: middle;
}
.parts {
	display: none;
}
.parts.active {
	display: block;
}
.colour {
	width: 1em;
	height: 1em;
	border-radius: 1em;
	display: inline-block;
	vertical-align: middle;
	margin: 0.25em;
	-webkit-box-shadow: inset 0 0.2em 0.2em 0 rgba(0,0,0,.2);
	box-shadow: inset 0 0.2em 0.2em 0 rgba(0,0,0,.2);
}
#reviews-downloads h1 {
	margin-bottom: 1em;
}
#reviews-downloads .separator {
	height: 3em;
}
.review, .downloadable {
	display: block;
	margin: 1.5em 0;
}
.review p, .downloadable p {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
.review div {
	display: inline-block;
	vertical-align: middle;
	width: 12em;
	height: 12em;
	opacity: .5;
	margin-right: 3em;
}
.downloadable a {
	display: inline-block;
	vertical-align: middle;
	opacity: .5;
	margin-right: 3em;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: 800;
}
.review:hover div, .downloadable a:hover {
	opacity: 1;
}
#footer {
	width: 100%;
	padding: 3em;
	box-sizing: border-box;
	text-align: center;
}
#footer a, #footer span {
	font-weight: 800;
	opacity: .7;
}
#footer a:hover {
	opacity: 1;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;	
}
.banner-header {
	font-size: calc(4px + 0.65vw);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 3em 4em;
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 35%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(35%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 35%);
	background: -o-linear-gradient(-45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 35%);
	background: -ms-linear-gradient(-45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 35%);
	background: linear-gradient(135deg, hsla(0, 0%, 0%, 0.45) 0%, hsla(0, 0%, 0%, 0.436) 3.9%, hsla(0, 0%, 0%, 0.415) 6.8%, hsla(0, 0%, 0%, 0.386) 9.2%, hsla(0, 0%, 0%, 0.352) 11.4%, hsla(0, 0%, 0%, 0.313) 13.5%, hsla(0, 0%, 0%, 0.272) 15.9%, hsla(0, 0%, 0%, 0.23) 18.9%, hsla(0, 0%, 0%, 0.187) 22.8%, hsla(0, 0%, 0%, 0.145) 27.9%, hsla(0, 0%, 0%, 0.107) 34.5%, hsla(0, 0%, 0%, 0.072) 42.9%, hsla(0, 0%, 0%, 0.042) 53.3%, hsla(0, 0%, 0%, 0.02) 66.1%, hsla(0, 0%, 0%, 0.005) 81.6%, hsla(0, 0%, 0%, 0) 100%);
}
.banner-header:first-letter, .panel-header:first-letter, #description h1:first-letter {
	text-transform: none;
}
.banner-header h1 {
	margin-bottom: 0.5em;
}
.banner-header a {
	text-decoration: none;
	color: #fff;
	border: 2px #fff solid;
	border-radius: 1em;
	opacity: 0.7;
	font-size: 1.15em;
	padding: 0.3em 0.6em;
}
.banner-header a:hover {
	opacity: 1;  
}
.banner-body {
	font-size: calc(4px + 1.05vw);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.5em 2.4em 0.5em;
	line-height: 1.55em;
	color: #ddd;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%);
}
#media {
	max-width: 90em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.5em;
	box-sizing: border-box;
}
.panel {
	flex: 1 1 28%;
	min-width: 15em;
	margin: 1.5em;
	position: relative;
}
.panel div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 56.25%;
}
.panel-header {
	position: absolute;
	left: 0;
	bottom: 15%;
	padding: 0.4em 1.5em;
	text-decoration: none;
	font-size: 1.25em;
}
.categorylink {
	text-align: center;
	text-decoration: none;
}
.categorylink .icon {
	margin: auto;
	width: 10em;
	height: 10em;
}
.categorylink p {
	font-size: 2.618em;
	padding: 0.618em 0.618em 2em;
	line-height: 1.2em;
}
.categorylink p:first-letter {
	text-transform: capitalize;
}
.categorylink:hover {
	opacity: 0.3;
}
.catalogcategory .subcategorylink {
	font-size: 1.8em;
	line-height: 1.55em;
}
#catalogshowcase {
	max-width: 106em;
	display: flex;
	margin: auto;
	flex-wrap: wrap;
}
.catalogcategory {
	flex: 1 1 22%;
	padding: 6em;
	min-width: 15em;
}
#newspub {
	max-width: 86em;
	margin: auto;
	min-height: 100vh;
}
#newspub h3 {
	padding: 1em 5em 1em 6em;
	opacity: 0.4;
}
#newspub h1 {
	padding: 1em 3em 1em;
}
#publicationbody {
	font-size: 1.309em;
	padding: 1em 6em 6em;
}
#publicationbody p {
	margin-bottom: 0.8em;
}
.servicepanel {
	width: 90%;
	border-bottom: 1px #999 solid;
	margin: auto;
	display: none;
	box-sizing: border-box;
}
.storepanel {
	width: calc(100%/7 - 2em);
	box-sizing: border-box;
	margin: auto;
	display: none;
	vertical-align: top;
	margin: 1em;
	position: relative;
	text-align: center;
}
@media (max-width: 1200px) {
	.storepanel {
	width: calc(100%/6 - 2em);
	}
}
@media (max-width: 1000px) {
	.storepanel {
	width: calc(100%/5 - 2em);
	}
}
@media (max-width: 800px) {
	.storepanel {
	width: calc(100%/4 - 2em);
	}
}
@media (max-width: 600px) {
	.storepanel {
	width: calc(100%/3 - 2em);
	}
}
@media (max-width: 400px) {
	.storepanel {
	width: calc(100%/2 - 2em);
	}
}
.store.logo {
	width: 100%;
	padding-bottom: 100%;
	background-color: #fff;
	display: block;
}
.store.logo:hover {
	opacity: 0.7;
}
.listening {
	display: block;
	position: absolute;
	right: -5%;
	opacity: 1;
	font-size: 0.9em;
	padding: 0.3em;
	color: #fff;
}
.listening {
	background: #2b4;
	top: -5%;
}
.storename {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 30%;
	text-align: center;
	font-size: 2em;
	text-decoration: none;
}
.servicepanel.active {
	display: block;
}
.storepanel.active {
	display: inline-block;
}
.services.headline, .stores.headline {
	padding: 2em 4em;
}
.services.headline > p, .stores.headline > p {
	margin-top: 1.5em;
	font-size: 1.3em;
}
.services.countries, .stores.countries {
	padding: 2em 4em;
}
.services.countries > a, .stores.countries > a {
	font-size: 1.25em;
	font-weight: 800;
	margin-right: 1.5em;
	display: inline-block;
}
.services.cities, .stores.cities {
	width: 100%;
	padding: 2em 4em;
	box-sizing: border-box;
	display: none;
}
.services.cities.visible, .stores.cities.visible {
	display: block;
}
.services.cities > a, .stores.cities > a {
	font-size: 1.25em;
	font-weight: 800;
	margin-right: 1.2em;
	line-height: 2em;
	display: none;
}
.services.cities > a.visible, .stores.cities > a.visible {
	display: inline-block;
}
.services.cities > a.small, .stores.cities > a.small {
	font-size: 1em;
}
.services.units, .stores.units {
	width: 100%;
	padding: 2em;
	box-sizing: border-box;
	display: none;
}
.services.units.active, .stores.units.active {
	display: block;
}
.service.name, .store.name {
	font-size: 1.5em;
	font-weight: 800;
	text-decoration: none;
}
.address {
	font-size: 1em;
	padding: 0.5em;
}
.yandexmaps {
	text-decoration: none;
	font-size: 0.9em;
	opacity: 0.7;
	text-align: center;
}
.yandexmaps:hover {
	opacity: 1;
}
.city, .country {
	cursor: pointer;
}
.newslist {
	width: 95%;
	display: flex;
	margin: 2em auto;
	flex-wrap: wrap;
}
.newsthumbnail {
	flex: 1 1 30%;
}
@media (max-width: 700px) {
	.newsthumbnail {
		flex: 1 1 100%;
	}
}
.newsthumbnail > a {
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
	background-size: cover;
}
.newshead {
	padding: 0 4em;
	flex: 1 1 60%;
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.newshead > span {
	font-weight: 800;
	display: block;
	margin: 1em 0;
}
.newshead > h2 {
	display: block;
	font-size: 1.6em;
	line-height: 1.25em;
	margin: 1em 0;
}
.newshead > p {
	display: block;
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 1em 0;
}
.newshead > a {
	display: block;
	font-size: 1.4em;
	padding: 0.3em;
	color: #55f;
	border: 2px solid #55f;
	border-radius: 0.5em;
	text-decoration: none;
	margin: 1em 0;
}
.newshead > a:hover {
	color: #fff;
	background: #55f;
}
.reviewlist {
	width: 95%;
	display: flex;
	margin: 2em auto;
	flex-wrap: wrap;
	justify-content: center;
}
.reviewthumbnail {
	flex: 1 1 15%;
}
@media (max-width: 700px) {
	.reviewthumbnail {
		flex: 0 1 30%;
	}
	.reviewhead {
		flex: 1 1 100%;
	}

}
.reviewthumbnail > a {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
}
.reviewhead {
	padding: 4em;
	flex: 1 1 80%;
	box-sizing: border-box;
}
.reviewhead > span {
	font-weight: 300;
	font-size: 1.2em;
	display: block;
	margin-top: 2em;
}
.reviewhead > a {
	display: block;
	text-decoration: none;
	font-size: 1.8em;
}
.reviewhead > a:first-letter {
	text-transform: capitalize;
}
#logos {
	text-align: center;
	padding-top: 5em;
}
#logos > .emblem {
	width: 10%;
	padding: 1.5em;
	display: inline-block;
	vertical-align: middle;
}
#logos > .letters {
	width: 25%;
	padding: 1.5em;
	display: inline-block;
	vertical-align: middle;
}
#brand-description {
	padding: 4em;
	font-size: 1.5em;
	line-height: 1.8em;
}
#brand-description > * {
	padding: 0.8em 0;
}
.exclusive {
	opacity: 0.6;
	position: absolute;
	top: 1em;
	left: 1em;
	background: #fff;
}
.exclusive:hover {
	opacity: 1;
}
.exclusive .logo {
	width: 8em;
	height: 8em;
	display: inline-block;
	vertical-align: bottom;
}
.exclusiveword {
	text-align: center;
}
.exclusive .name {
	display: none;
}
@media (max-width: 900px) {
	.exclusive .logo {
		display: none;
	}
	.exclusive .name {
		display: block;
		padding: 1em;
		font-size: 1.25em;
	}
}
#search-big {
	display: block;
	width: 100%;
	max-width: 106em;
	box-sizing: border-box;
	margin: auto;
	background: #fff;
	padding: 5em 2em;
	text-align: center;
}
#search-big a, #search-big input {
	font-size: 2.2em;
	line-height: 1.3em;
}
#search-big a {
	font-weight: 100;
}
#search-big input, #searchbox input {
	border: none;
	background: none;
	border-bottom: 2px solid #000;
	color: #555;
	font-weight: 400;
	margin: 0 0.7em;
	max-width: 80%;
}
#searchbox input {
	font-size: 2.2em;
	display: inline-block;
	color: #000;
}
#searchbox input::placeholder {
	opacity: 0.4;
}
#searchbox {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: rgba(255,255,255,0.92);
	opacity: 0;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	padding-top: 20vh;
	text-align: center;
	z-index: 1000;
}
#searchsubmit, #searchbox label {
	display: inline-block;
	vertical-align: bottom;
}
#searchsubmit svg {
	height: 3em;
}
/*
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
*/
.stores.view {
	display: flex;
}
.stores.view div {
	flex: 1 1 50%;
	padding: 1.5em;
	text-align: center;
	font-size: 1.25em;
	font-weight: 800;
	cursor: pointer;
}
.stores.view div:hover {
	opacity: 0.7;
}
.stores.view div.active, #blacklistall {
	background: #eee;
}
#blacklisthide, #blacklistbody {
	background: #000;
}
#blacklisthide {
	color: #fff;
}
#blacklistbody {
	padding: 2em;
}
#blacklisthide, #blacklistbody, #blacklistall {
	display: none;
}
#blacklisthide.active, #blacklistbody.active, #blacklistall.active {
	display: block;
}
#storesbody > div {
	display: none;
	padding: 2em;
	background: #eee;
}
#storesbody > div.active {
	display: block;
}
.countryseparator {
	height: 0.6em;
}
#storesselectinput {
	text-align: center;
	padding: 1em;
}
#storesselectinput > ul {
	-moz-column-count: 3;
	-moz-column-gap: 2.5em;
	-webkit-column-count: 3;
	-webkit-column-gap: 2.5em;
	column-count: 3;
	column-gap: 2.5em;
	list-style-type: none;
	font-size: 1.25em;
	padding: 1.5em;
	font-weight: 600;
}
#storesselectinput > ul > li {
	cursor: pointer;
	padding: 0.2em;
}
#storesselectinput > ul > li:hover {
	opacity: 0.65;
}
#storesselectinput > div {
	display: inline-block;
	position: relative;
}
#storesselectinput input {
	font-size: 2em;
	border: none;
	border-bottom: 1.5px solid black;
	background: none;
	width: 33%;
	min-width: 20em;
	padding: 0.25em 0.2em 0;
	background: #fafafa;
}
#cityautocomplete {
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	max-height: 14em;
	overflow-y: auto;
}
#cityautocomplete p {
	display: none;
	text-align: left;
	font-size: 1.2em;
	padding: 0.2em;
	cursor: pointer;
}
#cityautocomplete p.first {
	background: #eee;
}
#cityautocomplete p:hover {
	background: #ddd;
}
#cityautocomplete p.active {
	display: block;
}
#storesselectcontent h3 {
	display: block;
	background: #ddd;
	padding: 1em;
}
#storesselectcontent > div {
	padding: 1.5em;
	background: #fbfbfb;
}
.blacklist .store.logo {
	filter: grayscale(75%);
}
.blacklogo {
	position: relative;
}
.blacklist .strike {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top left, rgba(240,0,0,0.1) 0%, rgba(240,0,0,0.1) 48%, rgba(240,0,0,1) 48%, rgba(240,0,0,1) 52%, rgba(240,0,0,0.1) 52%, rgba(240,0,0,0.1) 100%);
}
.blacklist .store.logo:hover {
	opacity: 1;
}
.blackname {
	background: #444;
	color: #fff;
	font-size: 1.25em;
	padding: 0.35em;
	font-weight: 400;
}
.blacksite {
	background: #222;
	color: #ddd;
	font-size: 0.9em;
	padding: 0.35em;
	word-wrap: break-word;
}
.blacklocs {
	background: #111;
	color: #ccc;
	padding: 0.35em;
}
.blade-wholesale {
	position: relative;
}
.blade-wholesale svg {
	width: 81%;
	left: 9%;
	top: 35%;
	position: absolute;
}

#brand-header {
	display: flex;
	flex-flow: row wrap;
}
#brand-header #page-banner {
	flex: 1 0 75%;
	min-width: 320px;
	min-height: 180px;
	box-sizing: border-box;
}
#brand-header .logos {
	flex: 1 0 25%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	padding: 4em;
	box-sizing: border-box;
	background: #eee;
}
#brand-header .logos .emblem {
	width: 30%;
	max-width: 9em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1em;
}
#brand-header .logos .letters {
	width: 100%;
	max-width: 25em;
	display: inline-block;
	vertical-align: middle;
}
#brand-header .logos .mono svg {
	fill: #fff;
}
#brand-links {
	list-style: none;
	padding: 1em 6em;
}
#brand-links li {
	display: inline-block;
	vertical-align: middle;
	padding: 0.5em;
}
#brand-links .button {
	opacity: 0.6;
}
#brand-links .button:hover {
	opacity: 1;
}
#brand-links .button svg {
	width: 1em;
}
#page-contents > p {
	margin-bottom: 0.7em;
}
#comparetrigger, #clearcomparetrigger {
	display: none;
}
.comparebig svg, .decomparebig svg, #comparetrigger svg, .tocart svg {
	width: 1.5em;
	display: inline-block;
	vertical-align: middle;
}
.comparebig svg, #comparetrigger svg, .tocart svg {
	margin-right: 1em;
}
.decomparebig svg {
	margin-left: 1em;
}
.comparebig, .decomparebig {
	display: none;
}
.comparebig.active, .decomparebig.active, #clearcomparetrigger.active, #comparetrigger.active, .tocart {
	display: block;
	position: fixed;
	right: 2em;
	top: 92vh;
	padding: 1em;
	opacity: 0.5;
	font-size: 1.15em;
	z-index: 999;
	border-radius: 2em;
	-webkit-box-shadow: 0 0.7em 0.7em 0 rgba(0,0,0,.17);
	box-shadow: 0 0.7em 0.7em 0 rgba(0,0,0,.17);
	box-sizing: border-box;
}
.tocart {
	top: 10em;
}
#comparetrigger.active, #clearcomparetrigger.active {
	display: inline-block;
	background: #2b0;
	fill: #fff;
	top: 85vh;
	color: #fff;
	text-decoration: none;
}
#clearcomparetrigger.active {
	top: 78vh;
}
#comparetrigger.active:hover, #clearcomparetrigger.active:hover {
	opacity: 1;
	cursor: pointer;
}
.tocart {
	background: #c00;
	color: #fff;
	fill: #fff;
	transition: .1s ease-out;
}
.tocart:hover {
	font-size: 1.18em;
	top: 9.75em;
	background: #e00;
	cursor: pointer;
}
.comparebig, .decomparebig:hover {
	background: #ddd;
	color: #555;
	fill: #555;
}
.comparebig:hover, .decomparebig:hover {
	cursor: pointer;
	opacity: 1;
}
.comparebig:hover, .decomparebig {
	background: #2b0;
	color: #fff;
	fill: #fff;
}
.compare svg {
	width: 1.4em;
}
.compare {
	padding: 0.7em;
	border-radius: 1.4em;
	background: #ddd;
	opacity: 0.3;
	display: block;
	position: absolute;
	top: -0.6em;
	right: -0.6em;
	cursor: pointer;
}
.compare.active, .compare:hover {
	background: #2b0;
}
.compare:hover {
	opacity: 1;
}
#comparison {
	background: #fff;
	margin: auto;
	overflow-x: auto;
	max-width: 100%;
	min-height: 95vh;
}
#comparison table {
	table-layout: fixed;
}
#comparison table td {
	width: 12em;
	min-width: 12em;
	padding: 0.8em;
	box-sizing: border-box;
}
#comparison td img {
	width: calc(100% - 1.6em);
}
#comparison .name td {
	padding-bottom: 2.5em;
}
#comparison td.appear {
	text-align: right;
}
#comparison td.appear div {
	opacity: 1;
}
#comparison a {
	color: #346;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 600;
}
#comparison a:hover {
	color: #459;
}
.techcomment {
	font-size: 0.95em;
	text-align: left;
	margin-top: 1.5em;
	padding: 0 2em;
}
.sticker {
	position: absolute;
	left: -0.2em;
	top: -0.2em;
	text-transform: uppercase;
	text-align: center;
	border-radius: 50%;
	width: 4em;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	font-weight: 800;
}

.sticker-wow {
	position: absolute;
	left: -0.2em;
	top: -0.2em;
}

.appearancedots {
	position: absolute;
	left: 0.2em;
	bottom: 0.2em;
}
.dot {
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.2em;
	border: none;
	opacity: 1;
}
.new {
	background: #00a0cc;
	color: #fff;
}
.wow {
	background: #d69a00;
	color: #fff;
}
.hit {
	background: #d62400;
	color: #fff;
}
.btstick {
	background: #24a0ed;
	color: #fff;
}
#error {
	text-align: center;
	height: calc(100vh - 15em);
	padding-top: 10em;
	box-sizing: border-box;
}
#cart {
	display: none;
	position: relative;
}
#cart.green {
	fill: #5b4;
	transition: none;
}
#price {
	margin-top: 2em;
}
#price h2 {
	display: none;
}
#price h2.active {
	display: block;
	font-size: 2em;
	margin-bottom: 0.3em;
}
#reestimate {
	display: none;
}
.cart > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 2em 1em 5em;
	background: #eee;
	padding: 1.5em;
}
.cart img {
	width: 20vh;
}
.cartitem {
	padding: 1em 3em;
	flex-grow: 1;
	font-size: 1.5em;
}
.cartitemprice {
	font-size: 2em;
}
.cartamount {
	text-align: right;
	flex-grow: 0;
	padding: 1em;
	font-size: 2em;
}
.cartamount a {
	padding: 0.7em 0.5em;
	display: inline-block;
	background: #999;
	color: #fff;
	margin-right: 0.1em;
}
.cartamount a:hover {
	background: #bbb;
	cursor: pointer;
}
.cartamount span {
	display: inline-block;
	background: #f4f4f4;
	width: 3em;
	text-align: center;
	padding: 0.7em 0.5em;
}
#orderform a, #orderform input {
	font-size: 1.5em;
	display: block;
	margin-left: 2em;
	margin-top: 0.5em;
}
#orderform input {
	margin-bottom: 1em;
}
#orderform input {
	padding: 0.4em;
}
#placeorder, #reestimate {
	border: none;
	padding: 0.9em 1.5em !important;
	background: #56b;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.8em;
}
#placeorder:hover, #reestimate:hover {
	opacity: 0.75;
	cursor: pointer;
}
#cartcount {
	border-radius: 1em;
	display: block;
	min-width: 1em;
	text-align: center;
	box-sizing: border-box;
	padding: 0.5em;
	background: #c00;
	color: #fff;
	position: absolute;
	top: 1em;
	right: 1em;
	font-weight: bold;
}
