html
{
  height: 100%;
  width: 100%;
}

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header, nav, section, footer, figure, figcaption
{
  display: block;
}

[hidden], .old-IEs-inline, .old-IEs-block, .old-IEs
{
  display: none;
}

a
{
  text-decoration: none;
}

a img
{
  border: none;
}

strong, .strong
{
  font-weight: bold;
}

i
{
  font-style: normal;
}

q
{
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small, .small
{
  font-size: 0.925em;
}

sub, sup
{
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup
{
  top: -0.5em;
}

sub
{
  bottom: -0.25em;
}

img
{
  border: 0;
}

svg:not(:root)
{
  overflow: hidden;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

p, dl
{
  margin-bottom: 1em;
}

ul
{
  margin-left: 0;
  padding-left: 2em;
}

/* ========== END NORMALIZE. BEGIN =========== */

/* Responsive grid - vantech.uk 2013-2017 */

.mobile-only, .tablet-only
{
  display: none;
}

.desktop-only
{
  display: block;
}

.desktop-only.inline
{
  display: inline;
}

body
{
  width: 100%;
  padding: 0;
  min-height: 101%;
}

header, nav, section, footer
{
  width: 100%;
  margin: 0;
}

/*   ======== GENERAL =============== */

.col-bg-img
{
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img.background-top
{
  background-position: 50% 0;
  background-size: 100% auto;
}

.col-bg-img.background-right
{
  background-position: 100% 50%;
  background-size: cover;
}

.col-bg-img.background-fixed
{
  background-size: cover;
  background-attachment: fixed;
}

.flex-wrap, .flex-gallery, .col .flex-control
{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

.col.w-2-1.constrain-content .flex-control
{
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.vertical-align-top .flex-control
{
  align-self: flex-start;
}

.flex-off
{
  display: block;
  width: 100%;
}

.unit:focus-visible
{
  outline: none;
}

.unit.text img
{
  width: auto;
}

.unit
{
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
}

.unit.img
{
  display: flex;
  flex-direction: column;
}

.unit.img.slide-in-caption
{
  display: block;
}

.unit.img *
{
  display: block;
}

.unit.img figure
{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.unit.img figure img
{
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* Gallery images */

.unit.g-img
{
  margin-bottom: 1em;
}

/* Feature blocks */

.unit.fb
{
  display: flex;
  flex-direction: row;
}

.unit.fb.stacked
{
  flex-direction: column;
}

.unit.fb.reverse
{
  flex-direction: row-reverse;
}

.unit.fb.stacked.reverse
{
  flex-direction: column-reverse;
}

.unit.fb .text-part
{
  display: block;
  width: 66.666%;
  height: 100%;
  overflow: visible;
  padding: 0;
}

.unit.fb.stacked .text-part
{
  width: 100%;
  height: auto;
}

.unit.fb img
{
  width: 100%;
}

.unit.fb.side-by-side .text-part, 
.unit.fb.padding-text-only .text-part, 
.unit.fb.color .text-part, 
.unit.fb.layered .text-part
{
  padding: 1em;
}

.unit.fb.layered
{
  display: block;
  position: relative;
}

.unit.fb.layered .text-part
{
  position: absolute;
  width: calc(50% - 1em);
  top: 0;
}

.unit.fb.layered.lfb-text-center .text-part
{
  left: 25%;
  text-align: center;
}

.unit.fb.layered.lfb-text-right .text-part
{
  left: 50%;
}

.unit.fb .fb-img
{
  white-space-collapse: collapse;
  font-size: 0;
}

.unit.fb.side-by-side .fb-img
{
  width: 33.3333%;
}

.unit.fb .fb-img object
{
  display: block;
  width: 100%;
}

.unit.fb .fb-img img, .unit.fb .fb-img object
{
  object-fit: cover;
  object-position: 50% 50%;
}

.unit.fb.folder-box .text-part
{
  padding-top: 1em;
}

/* SVG vector images */

.unit.svg
{
  text-align: center;
}

.unit.svg .figure
{
  background-size: contain;
  background-position: 50% 0;
}

.unit.svg img
{
  width: 100%;
  height: auto;
}

.video-canvas
{
	position: relative;
  width: 100%;
	height: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 120% auto;
}

.video-canvas.video-inline iframe
{
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

a.video-trigger
{
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  border: none;
  background: transparent url(../graphics/video-play.svg) 50% 50% no-repeat;
  background-size: 7.5em auto;
  cursor: pointer;
  transition: none;
}

a.video-trigger:hover
{
  background-image: url(../graphics/video-play-hover.svg);
}

.unit.text .flex-off p:last-child, 
.unit.text .flex-off h2:last-child, 
.unit.text .flex-off h3:last-child, 
.unit.text .flex-off h4:last-child, 
.unit.text .flex-off h5:last-child,
.gallery-heading h2
{
  margin-bottom: 0;
}

.unit.padding-all, 
.unit.padding-text-only .text-part, 
.unit.text.color, 
.unit.border-all, 
.padding-text-only .slide-text div
{
  padding: 1em;
}

.unit.border-bottom
{
  padding-bottom: 1.5em;
}

.center, .center .flex-off, .center *
{
  text-align: center;
}

.right
{
  text-align: right;
}

.text.vertical-middle
{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.unit.padding-none, .unit.padding-none .text-part, .unit.padding-text-only
{
  padding: 0;
}

.unit.padding-all.fb.side-by-side .text-part
{
  padding: 0 0 0 1em;
}

.unit.padding-all.fb.side-by-side.reverse .text-part
{
  padding: 0 1em 0 0;
}

.border-all
{
  border: 1px solid Silver;
}

.border-bottom
{
  border-bottom: 1px solid Silver;
}

.flex-fill
{
  margin: 0;
  padding: 0;
  height: 0;
}

a.phone-link-disabled
{
  pointer-events: none;
}

hr
{
  display: block;
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid Silver;
  margin-bottom: 1em;
}

a h2, a h3, a h4, h3 a
{
  color: inherit;
}

blockquote
{
  margin: 0 0 1em 1em;
  padding: 0 0 0 1em;
  font-style: italic;
}

ul
{
  list-style: none;
  margin: 0 0 0 0.75em;
  padding: 0;
}

ul ul
{
  margin-top: 1em;
}

li, ul.tight-list li:last-child
{
  position: relative;
  padding: 0 0 1em 0;
  margin: 0 0 0 1em;
}

ul li:before, ul.tight-list li:last-child:before
{
  content: " ";
  display: inline-block;
  position: absolute;
  left: -1em;
  top: 0.7em;
  width: 0.35em;
  height: 0.35em;
}

ul.tight-list li
{
  padding-bottom: 0.25em;
}

iframe
{
  border: none;
  margin: 0 0 1em 0;
}

/* Folder display */

ul#folder-list
{
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#folder-list li
{
  display: block;
  margin: 0;
  padding: 0 0 1em 1em;
  background-image: none;
}

/* ========= FORMS =========== */

p.form-row
{
  width: 50%;
  min-height: 3.5em;
  padding: 0 1em 0 0;
}

p#button-row
{
  width: 100%;
}

label
{
  display: block;
  width: 100%;
  min-height: 1.25em;
}

input[type=text], input[type=number], input[type=email], input[type=tel], select, textarea
{
  display: inline-block;
  width: 100%;
  font: inherit;
  min-height: 2.5em;
  padding: 0.5em;
  border: 1px solid Silver;
}

input[type=text].error, input[type=number].error, input[type=email].error, input[type=tel].error, select.error, textarea.error
{
  color: DeepPink;
  background-color: LightPink;
  border-color: DeepPink;
}

input[type="submit"], input[type="reset"], button, .button
{
  display: inline-block;
  align-items: center;
  justify-content: center;
  min-width: 5em;
  min-height: 2.5em;
  margin: 0 0 0.5em 0;
  padding: 0.5em 1em;
  font: inherit;
  cursor: pointer;
}

td.centre input
{
  text-align: center;
}

.search-box .button
{
  min-width: 2em;
}

input.off-screen
{
  position: absolute;
  left: -200em;
}

p.search-box
{
  display: flex;
  width: 30em;
  max-width: 100%;
  border: 1px solid Silver;
  min-height: 3em;
  justify-content: space-between;
}

p.search-box input
{
  border: none;
  min-height: 100%;
  margin: 0;
  width: 27em;
}

p.search-box .button
{
  border: none;
  min-height: 3em;
  width: auto;
  margin: 0;
}

/* ======= CART & SHOPPING ======= */

#pd-img-main
{
  display: block;
}

#cart-summary
{
  position: fixed;
  width: 16em;
  bottom: 1em;
  right: 1em;
  font-size: 0.9em;
  line-height: 1;
  z-index: 9999;
  background-color: rgba(256, 256, 256, 0.95);
  border-radius: 0.25em;
  padding: 0.5em;
  border: 1px solid silver;
}

#cs1
{
  text-align: center;
}

#cs2
{
  display: flex;
  text-align: center;
}

#cs2 a
{
  display: block;
  width: 50%;
}

#cart-hdg-item
{
  width: 65%;
}

#cart-hdg-q
{
  width: 7.5em;
}

#cart-hdg-del
{
  width: 3em;
}

#cart td.cart-name-row
{
  display: flex;
  align-items: center;
}

#cart td.cart-name-row a
{
  display: block;
  width: calc(100% - 3.5em);
}

#cart td.cart-name-row a.cart-thumb
{
  width: 2.5em;
}

#cart td.cart-name-row a.cart-thumb img
{
  width: 100%;
  height: auto;
}

#cart td.cart-name-row a.cart-thumb span
{
  display: block;
  width: 100%;
  padding-bottom: 66%;
  background-color: #F3F4F5;
}

#cart a.cart-row-delete
{
  color: #F5ADC6;
}

#cart a.cart-row-delete:hover
{
  color: #F53577;
}

/* Buy now buttons */

p.atc-disabled #atc-waiting,
p.atc-enabled #atc-waiting,
p.atc-waiting #atc-button
{
  display: none;
}

p.atc-waiting #atc-waiting
{
  display: inline-flex;
}

#atc-submit
{
  position: absolute;
  left: -999em;
}

/* media.php - displays full-size image / videos */

#media-top
{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  line-height: 1;
}

#media-heading
{
  display: block;
}

.media-canvas
{
  position: relative;
}

.media-canvas figure object
{
  display: block;
  margin: 0 auto;
}

.media-canvas img
{
  display: block;
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
}

#media-close-button, a#media-prev, a#media-next, #media-expand
{
  display: block;
  position: absolute;
  top: 0;
  left: 0.125em;
  width: 1.25em;
  height: 1.25em;
  z-index: 999;
  font-size: 2em;
  background: transparent url(../graphics/media-close.svg) 50% 50% no-repeat;
  background-size: cover;
  padding: 0;
}

#media-expand
{
  background-image: url(../graphics/media-expand.svg);
  top: 0;
}

:fullscreen #media-expand
{
  background-image: url(../graphics/media-shrink.svg);
}

a#media-prev
{
  background-image: url(../graphics/media-nav-prev.svg);
  left: auto;
  right: 0.25em;
  top: 3.25em;
}

a#media-next
{
  background-image: url(../graphics/media-nav-next.svg);
  top: 3.25em;
}

#media-close-button span, #media-prev span, #media-next span, #media-expand span
{
  display: none;
}

#media-nav-text span
{
  cursor: not-allowed;
}

/* Slides */

.slide-canvas
{
  width: 100%;
  height: 100%;
}

.unit.slides
{
  position: relative;
}

.slide-canvas.trans-fade.slides-on
{
  display: block;
}

.slide-canvas.trans-fade .unit.slide img
{
  opacity: 0;
  transition: opacity 1s 1s linear;
}

.slide-canvas.trans-fade .unit.slide.active img
{
  opacity: 1;
}

.slide-canvas.trans-fade .unit.slide, 
.slide-canvas.trans-fade .unit.slide figure
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-canvas.trans-slide
{
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x;
  scroll-snap-align: center;
  scrollbar-color: transparent transparent;
  scrollbar-width: 0px;
}

.slide-canvas.trans-slide .unit.slide
{
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: center;
}

#slide-step
{
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 999;
}

.slide-nav
{
  display: block;
  position: absolute;
  top: calc(50% - 2em);
  left: 0;
  width: 2.5em;
  height: 4em;
  padding: 1em;
  background: var(--slide-ind-color) url(../graphics/slide-prev.svg) 50% 50% no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.75s;
}

.unit.slides:hover .slide-nav,
.unit.slides:hover #slideSelect
{
  opacity: 1;
}

.slide-nav:hover
{
  background-color: var(--slide-ind-active-color)
}

.slide-nav#slideNext
{
  left: auto;
  right: 0;
  background-image: url(../graphics/slide-next.svg);
}

.slide-canvas .unit.slide.fb .text-part
{
  transition: margin 2s;
}

.slide-canvas .unit.slide.lfb-text-left .text-part
{
  margin-left: -100vw;
}

.slide-canvas .unit.slide.lfb-text-center .text-part
{
  margin-top: -100vw;
}

.slide-canvas .unit.slide.lfb-text-right .text-part
{
  margin-left: 100vw;
}

.slide-canvas .unit.slide.active .text-part
{
  margin: 0 !important;
}

.slide-text h3
{
  width: 100%;
  color: inherit;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0;
}

.slide-text, .persist-text
{
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  min-height: 1%;
  padding: 1.5em;
  width: 100%;
  background-color: rgba(0,0,0,0.35);
  color: #fff;
  opacity: 0;
  transition: opacity 2.5s;
}

.slides .persist-text
{
  width: 50%;
  left: 50%;
  top: 1em;
  margin: 0 auto 1em auto;
  padding: 0;
  opacity: 1;
  background-color: transparent;
}

.persist-text-styler
{
  background-color: rgba(256,256,256,0.85);
  color: #3D4651;
  padding: 1em;
}

.slide-canvas.trans-fade .slide.active .slide-text
{
  opacity: 1;
}

#slideSelect
{
  position: absolute;
  width: 100%;
  bottom: 2.25em;
  text-align: center;
  opacity: 0.2;
  transition: opacity 0.75s;
}

#slideSelect span
{
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  background-color: var(--slide-ind-color);
  margin: 0 0.5em 0 0;
  transition: background-color 0.5s;
}

#slideSelect span.active,
#slideSelect span:hover
{
  background-color: var(--slide-ind-active-color);
}

/* Mobile display */

.persist-text.text-moved .persist-text-styler
{
  background-color: transparent;
}

.persist-text.text-moved *
{
  color: #fff;
}

.persist-text.text-moved h2
{
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-shadow: 0.075em 0.075em 0.075em rgba(0, 0, 0, 0.5);
}

/* Tabbed sections */

.tab-section
{
  width: 100%;
}

.tab-section input.tab-switch
{
  display: none;
}

.tab-section label.tab-label
{
  display: inline-block;
  padding: 0.5em;
  border: 1px solid RoyalBlue;
  width: auto;
  margin: 0;
  cursor: pointer;
  transition: background-color linear 0.25s;
}

.tab-section label.tab-label:hover
{
  background-color: RoyalBlue;
}

.tab-section input.tab-switch:checked + label
{
  background-color: White;
  color: RoyalBlue;
}

.tab-section .unit.panel-content
{
  display: none;
  padding: 1.5em 0;
  width: 100%;
}

#tab-1:checked ~ .unit.panel-content.tab-content-1,
#tab-2:checked ~ .unit.panel-content.tab-content-2,
#tab-3:checked ~ .unit.panel-content.tab-content-3,
#tab-4:checked ~ .unit.panel-content.tab-content-4,
#tab-5:checked ~ .unit.panel-content.tab-content-5,
#tab-6:checked ~ .unit.panel-content.tab-content-6,
#tab-7:checked ~ .unit.panel-content.tab-content-7,
#tab-8:checked ~ .unit.panel-content.tab-content-8,
#tab-9:checked ~ .unit.panel-content.tab-content-9,
#tab-10:checked ~ .unit.panel-content.tab-content-10
{
  display: flex;
}

/* PAGE NUMBERS (plain text) */

.pg-numbers a:before, .pg-numbers span:before
{
  content: 'Page ';
}

.pg-numbers a.first-page-search:before, .pg-numbers a.last-page-search:before
{
  content: '';
}

/* ===== GRID ================ */

.w-1-4 { width: calc(25% - 0.75em); }
.w-1-3 { width: calc(33.333333% - 0.75em); }
.w-1-2 { width: calc(50% - 0.5em); }
.w-2-3 { width: calc(66.666666% - 0.375em); }
.w-3-4 { width: calc(75% - 0.1875em); }

/* Gallery within column */

.unit.w-1-4.col .unit.g-img.w-1-4, .unit.w-1-4.col .unit.g-img.w-1-3
{
  width: 100%;
}

.unit.w-1-3.col .unit.g-img.w-1-4, .unit.w-1-3.col .unit.g-img.w-1-3,  
.unit.w-1-2.col .unit.g-img.w-1-4, .unit.w-1-2.col .unit.g-img.w-1-3
{
  width: calc(50% - 0.5em);
}

/* ==== With no 'margins' ==== */

.w-1-4.margin-none, .w-1-4.margin-bottom { width: 25%; }
.w-1-3.margin-none, .w-1-3.margin-bottom { width: 33.333333%; }
.w-1-2.margin-none, .w-1-2.margin-bottom { width: 50%; }
.w-2-3.margin-none, .w-2-3.margin-bottom { width: 66.666666%; }
.w-3-4.margin-none, .w-3-4.margin-bottom { width: 75%; }

.unit.margin-none
{
  margin-bottom: 0;
}

#mobile-detect
{
  display: block;
  width: 0;
  height: 0;
}
