/* Change box sizing method to bring on the awesome */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Fix lightview */

.lv_window,
.lv_window * {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Full screen the panels */

html,
body,
#canvas {
	height: 100%;
}

/* Body */

body {
	background-color: #121b20;
	color: #ffffff;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.5%;
	font-weight: 400;
}

/* Set fixed background image for some elements */

#secondary .selected a,
#secondary a:hover,
#tertiary .selected a,
#tertiary a:hover {
	background-color: #121b20;
}

/* Panels */

#canvas {
	width: 100%;
	overflow: auto;
}

#banner .container {
	position: relative;
	height: 135px;
	padding: 20px 0;
}

#banner h1 {
	position: absolute;
	top: 20px;
	left: 0;
	width: 96px;
	margin: 0;
	padding: 0;
}

#banner h1 img {
	height: 96px; /* Otherwise IE8 balks */
}

#banner h2 {
	position: absolute;
	top: 52px;
	left: 116px;
	margin: 0;
	padding: 0;
	font-family: 'Neue Helvetica W02', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size: 3em;
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
}

#banner .aside {
	position: absolute;
	top: 18px;
	right: 0;
	margin: 0;
	text-align: right;
}

#banner .aside h3 {
	margin: 0 0 0.4em 0;
	color: #ffffff;
	font-size: 2.3em;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.4;
}

#banner .aside p {
	margin: 0 0 0.4em 0;
	font-size: 1.3em;
}

#banner .aside p a {
	color: #ffffff;
	text-decoration: none;
}

#banner .aside p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

section .container {
	padding: 20px 0;
}

#header .container {
	position: relative;
}

/* !Footer */

#footer-sitemap {
	padding: 20px 0 0 0;
}

#footer {
	margin-bottom: 100px;
	color: #666666;
}

#footer .container {
	padding: 10px 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#footer p {
	margin: 0;
}

/* !Fonts */

section p,
#footer p {
	margin-top: 0;
	font-size: 1.2em;
	line-height: 1.4;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
	margin-top: 0;
	font-weight: 400;
}

section h2 {
	color: #1892ec;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.4;
}

#springform h2 {
	color: #ffffff;
}

a {
	color: #0090ef;
}

/* Lists */

section ul,
section ol {
	margin: 1em 0 1em 3em;
	padding: 0;
}

section ul {
	list-style-type: disc;
}

section ol {
	list-style-type: decimal;
}

section li,
section td,
section th {
	font-size: 1.2em;
	line-height: 1.4;
}

section li li,
section li p,
section td p,
section th p,
section td li,
section th li {
	font-size: 1em; /* Fix nested elements */
}

/* !Quotes */

blockquote {
	margin: 0;
	padding: 10px 40px;
	border-left: 5px solid #cccccc;
	background-color: #efefef;
}

/* !Tables */

table {
	width: 100%;
	margin-bottom: 20px;
}

thead {
	background-color: #efefef;
}

td,
th {
	padding: 5px 10px;
	text-align: left;
}

td,
th {
	border-bottom: 1px solid #dddddd;
}

/* !Primary Navigation */

#navigation .wrapper.p1 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#navigation .wrapper.p2 {
	border-bottom: 1px solid #ffffff;
	background-color: rgba(255,255,255,0.4);
}

#navigation .wrapper.p3 {
	border-bottom: 1px solid #ffffff;
}

#primary {
	display: table;
	position: relative;
	width: 100%;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(4,13,17,0.55);
	font-size: 1.2em;
	list-style-type: none;
	z-index: 200;
}

/* !Level 2 and below */

#primary ul {
	position: absolute;
	width: 240px;
	margin: 0;
	padding: 0;
	background-color: #202d36;
	list-style-type: none;
}

#primary div {
	display: none;
	position: relative;
	margin: 0;
	padding: 0;
}

/* !All li */

#primary li {
	position: relative;
	margin: 0;
	padding: 0;
}

#primary a {
	position: relative;
	color: #ffffff;
	text-decoration: none;
}

/* !Popup */

#primary li.d1:hover > div {
	display: block;
	border-top: 1px solid transparent;
}

#primary li.d1:hover > div > ul {
	border-top: 1px solid #ffffff;
}

/* !Popup */

#primary li.d1.last:hover > div > ul {
	right: 0;
	left: auto;
}

#primary li.d1.last:hover > div > ul ul {
	right: 240px;
	left: auto;
}

/* !Popup */

#primary li.d2:hover > div {
	display: block;
	position: absolute;
	top: 0;
	left: 240px;
}

/* !Level 1 */

#primary li.d1 {
	display: table-cell;
	z-index: 100;
}

#primary li.d1 > a {
	display: inline-block !important;
	width: 100%;
	height: 36px;
	margin-bottom: -1px;
	padding-top: 10px;
	border-left: 1px solid #666666;
	font-weight: bold;
	text-align: center;
}

/* !Level 2 and below */

#primary li.d2 a {
	display: block;
	width: 240px;
	padding: 10px 15px;
	border-bottom: 1px solid #485c6a;
}

/* !All */

#primary a:hover,
#primary li:hover > a {
	background-color: #ffffff;
	color: #202d36;
}

#primary .selected > a {
	background-color: #ffffff;
	color: #202d36;
}

#primary li.d1.expand > a:hover:after,
#primary li.d1.expand:hover > a:after {
	color: #202d36;
}

#primary li.d1 li.expand:after {
	position: absolute;
	top: 12px;
	right: 10px;
	color: #ffffff;
	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 0.6em;
	content: '\f054';
	z-index: 10000;
}

#primary li.d1 li.expand.selected:after {
	color: #202d36;
}

#primary li.d1 li.expand:hover:after {
	color: #202d36;
}

/* !Home Icon */

#primary li.d1.p1 {
	position: relative;
	min-width: 28px;
}

#primary li.d1.p1 > a {
	border: none;
}

#primary #folder-home {
	position: relative;
	text-indent: -1000em;
}

#primary #folder-home:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 9px;
	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 18px;
	font-weight: 100;
	text-indent: 0;
	content: '\f015';
}

#primary #folder-home:hover:before {
	background-color: #ffffff;
	color: #202d36;
}

/* !Highlight last tab */

#primary li.d1.last > a {
	border: none;
	background-color: red;
}

#primary li.d1.last:hover > a {
	background-color: #ffffff;
	color: #202d36;
}

#primary li.d1.last.selected > a {
	background-color: #ffffff;
	color: #202d36;
}

/* !Secondary Navigation */

#secondary {
	position: relative;
	height: 80px;
	margin: 0 auto -1px auto;
	padding: 26px 20px 0 20px;
	list-style-type: none;
}

#secondary li {
	float: left;
}

#secondary a {
	width: 110px;
	height: 53px;
	margin-right: 20px;
	margin-bottom: -1px;
	padding: 7px 10px;
	float: left;
	border: 1px solid #ffffff;
	border-bottom: none;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#secondary a:hover {
	color: #ff0000;
}

#secondary .selected a,
#secondary a:hover {
	height: 54px;
	margin-bottom: -1px;
	color: #1892ec;
}

/* !Tertiary Navigation */

#tertiary {
	position: relative;
	height: 80px;
	margin: 0 auto -1px auto;
	padding: 26px 20px 0 20px;
	list-style-type: none;
}

#tertiary li {
	float: left;
}

#tertiary a {
	width: 110px;
	height: 53px;
	margin-right: 20px;
	margin-bottom: -1px;
	padding: 7px 10px;
	float: left;
	border: 1px solid #ffffff;
	border-bottom: none;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#tertiary a:hover {
	color: #ff0000;
}

#tertiary .selected a,
#tertiary a:hover {
	height: 54px;
	margin-bottom: -1px;
	color: #1892ec;
}

/* !Gallery */

#canvas .gallery {
	margin: 0 0 20px -20px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#canvas .gallery li {
	width: 196px;
	margin: 0;
	padding: 20px 0 0 20px;
	float: left;
}

#canvas .gallery a {
	width: 100%;
}

#canvas .gallery img {
	width: 100%;
}

#canvas .gallery a {
	display: block;
	position: relative;
	float: left;
	border: 1px solid transparent;
	text-decoration: none;
}

#canvas .gallery a .title {
	position: absolute;
	text-indent: -1000em;
}

.showgallerytitles #canvas .gallery a .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	margin: 0;
	padding: 10px 0 10px 10px;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	text-indent: 0;
	text-shadow: 0 0 6px white;
}

#canvas .gallery a:hover {
	border: 1px solid #ff0000;
}

#canvas .gallery a:hover:before {
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -40px 0 0 -40px;
	color: #ffffff;
	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 100px;
	content: '\f00e';
	opacity: 0.4;
}

#canvas .gallery img {
	float: left;
}

/* !Top */

#canvas .top {
	display: block;
	margin: 10px 0;
	clear: left;
}

#canvas .top a:before {
	padding-right: 5px;
	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 14px;
	content: '\f0d8';
}

#canvas .top a {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
}

#canvas .top a:hover {
	color: #ff0000;
}

/* !Product List */

#canvas .newslist {
	margin: 0 0 20px -20px;
	overflow: hidden;
}

#canvas .item {
	position: relative;
	width: 225px;
	margin: 20px 0 0 20px;
	float: left;
}

#canvas .item:after {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5px 6px 5px 7px;
	color: #000000;
	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 20px;
	content: '\f00e';
	opacity: 0.2;
}

#canvas .item h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	margin: 0;
	padding: 10px 0 10px 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#canvas .item h1.dark {
	color: #0b1218;
}

#canvas .item .price {
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	width: 80px;
	margin: 0;
	padding: 10px 10px 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

#canvas .item .price {
	text-shadow: 0 0 5px black;
}

#canvas .item .shortdescription {
	position: absolute;
	top: 10px;
	right: 70px;
	left: 10px;
	color: #555555;
	font-size: 11px;
	font-weight: 600;
	text-shadow: 0 0 5px black;
}

#canvas .item a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid transparent;
	background-image: url(/image/clear.gif);
	text-indent: -1000em;
	z-index: 100;
}

#canvas .item a img {
	float: left;
	line-height: 1;
}

#canvas .item a:hover {
	border: 1px solid #ff0000;
	z-index: 10;
}

#canvas .item:hover:before {
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -45px 0 0 -45px;
	background-color: transparent;
	color: #ffffff;
	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 100px;
	content: '\f00e';
	opacity: 0.6;
	z-index: 1;
}

/* !Slider */

#canvas .slider {
	width: 66.66%;
	margin-bottom: 50px;
	border-right: 5px solid transparent;
}

#old-slider {
	width: 100% !important;
}

#canvas .slider,
#canvas .rsSlide,
#canvas .rsOverflow {
	background-color: transparent !important;
}

#canvas .slider .panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#canvas .slider .link a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	text-indent: -1000em;
}

#canvas .slider.c1 {
	margin-bottom: 25px;
}

#canvas .slider.c1 .rsBullets {
	display: none;
}

#canvas .rsBullets {
	right: 0 !important;
	bottom: -25px;
	left: 0 !important;
}

#canvas .rsBullet {
	width: 6px;
	margin: 0 10px;
	padding: 0;
}

#canvas .rsBullet span {
	background-color: #ffffff;
}

#canvas .rsNavSelected span {
	background-color: #1892ec;
}

/* !Section Heading */

#canvas.section-home #content h2 {
	font-size: 2.2em;
}

#canvas.section-home #content h2 strong {
	color: #ffffff;
}

/* !Form */

#springform .checkboxlist {
	margin-bottom: 1.5em;
}

#springform .label {
	color: #1892ec;
}

#springform .checkboxlist .label {
	position: absolute;
}

#springform .checkboxlist label {
	line-height: 1.8;
}

#springform .note {
	margin-top: 1em;
	border-top: 1px solid #666666;
	color: #1892ec;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

#springform .note.close {
	margin: 0;
	padding: 0 0 8px 5px;
	border: none;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

#springform .note.strong {
	border: none;
	color: #ffffff;
	font-size: 2em;
	text-transform: none;
}

#canvas #springform .text,
#canvas #springform .textarea {
	border-color: #b4bec6;
	background-color: #8e979d;
	color: #ffffff;
}

#canvas #springform #formsubmit {
	float: right;
	clear: both;
}

/* !Sitemap */

.sitemap-toggle {
	margin: 0;
	padding: 20px 0;
	color: #ffffff;
	font-size: 13px;
	cursor: pointer;
}

.sitemap-toggle:before {
	padding-right: 5px;
	font-family: 'Font Awesome 5 Pro', 'FontAwesome';
	font-size: 14px;
	content: '\f0e8';
}

#sitemap {
	margin: 0;
	padding: 20px 0 25px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}

#sitemap li,
#sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sitemap a {
	display: block;
	padding: 3px 0;
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap ul ul {
	margin: 0 0 0 10px;
}

#sitemap > li {
	display: block;
	width: 11%;
	padding: 0 1% 0 0;
	float: left;
}

#sitemap > li > a {
	font-weight: 600;
}

.slicknav_menu {
	display: none;
	min-height: 54px;
	background-color: #111111 !important;
}

.slicknav_btn {
	/* 	float: left; */
	background-color: #0090ef !important;
}

.slicknav_btn * {
	font-weight: 400 !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

.slicknav_nav a:hover {
	background-color: #222222 !important;
	color: #0090ef;
}

/* !Adverts */

.adverts {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}

.adverts .panel {
	width: 32.33%;
	margin-top: 1.33vw;
}


