@charset "UTF-8";
/******************************************************************
Site Name:
Author: Kook

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

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

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

nav ul, nav ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* Black */
/* Red */
/* Dark Blue */
/* grey*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'Eurostile';
  src: url("/library/fonts/eurostile/eurostilebold-webfont.woff");
  src: url("/library/fonts/eurostile.eot?#iefix") format("embedded-opentype"), url("/library/fonts/font-name.woff") format("woff"), url("/library/fonts/font-name.ttf") format("truetype"), url("/library/fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/* Use to stop long strigns from breaking layout */
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*needed for when using scroll-down easing to anchor point on page*/
.scrollpoint {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden; }

/*********************
Border Radius
*********************/
/*
USAGE: @include border-radius($small-border-radius);
*/
/***************************
IMG HOVER ZOOM
***************************/
/*
USAGE: @include transform(scale3d());
*/
/*.imgwrap {
	position: relative;
	text-align: center;
	margin: 0;
	overflow: hidden;
	img {
		max-width:99.9%;
		vertical-align: middle;
		@include transition(all 0.3s linear);
		@include transform (scale3d(1, 1, 1));
		
				
	}

    &:hover{
         img{
			@include transform(scale3d(0.9, 0.9, 1));
		}
    }
}*/
/*********************
Align Center
*********************/
/*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @include box-sizing(border-box); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/********************************************
MIXIN CREATED FOR WHEN YOU NEED A BREAKPOINT
********************************************/
/*
USAGE: @include bp(baby-screen) {
    width: 100%;
  }
*/
/*********************
BUTTONS
*********************/
.button, button:not(.slick-arrow) {
  padding: 0.5em 0.8em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #cc0000;
  background: #cc0000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0.25em;
  font-weight: 300; }
  .button:hover, .button:focus, button:not(.slick-arrow):hover, button:not(.slick-arrow):focus {
    background: #cc0000;
    border: 2px solid black;
    padding: 0.5em 1.5em 0.5em 0.8em;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .button:before, button:not(.slick-arrow):before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
    position: relative;
    float: right;
    margin-right: -2em;
    font-size: large;
    font-weight: 300;
    line-height: 1.6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .button:hover, .button:focus, .button:active, button:not(.slick-arrow):hover, button:not(.slick-arrow):focus, button:not(.slick-arrow):active {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .button:hover:before, .button:focus:before, .button:active:before, button:not(.slick-arrow):hover:before, button:not(.slick-arrow):focus:before, button:not(.slick-arrow):active:before {
      opacity: 1;
      margin-right: -1em; }
  .button:active, button:not(.slick-arrow):active {
    background: #cc0000; }

.button.primary {
  background: #211f1f;
  border: 2px solid #ffffff;
  opacity: 1; }
  .button.primary:hover, .button.primary:focus, .button.primary:active {
    background: #cc0000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.button.secondary {
  background: black;
  border: 2px solid #ffffff; }
  .button.secondary:hover, .button.secondary:focus, .button.secondary:active {
    background: black;
    background: 2px solid black;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

#imageslider .button, #bottomblocks .button {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #imageslider .button:before, #bottomblocks .button:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
    position: relative;
    float: right;
    margin-right: -2em;
    font-size: large;
    font-weight: 300;
    line-height: 1.6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  #imageslider .button:hover, #imageslider .button:focus, #imageslider .button:active, #bottomblocks .button:hover, #bottomblocks .button:focus, #bottomblocks .button:active {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #imageslider .button:hover:before, #imageslider .button:focus:before, #imageslider .button:active:before, #bottomblocks .button:hover:before, #bottomblocks .button:focus:before, #bottomblocks .button:active:before {
      opacity: 0;
      margin-right: -1em; }

.Contact input.button {
  padding: 0.5em 0.8em; }
  .Contact input.button:before, .Contact input.button:after {
    content: none; }
  .Contact input.button:hover {
    padding: 0.5em 0.8em; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 97.5%;
  line-height: 1.6;
  color: #4a4a4a; }

.dontdisplay {
  display: none; }

.hideonMobile {
  display: none; }

.hideonDesktop {
  display: block; }

.os-animation {
  opacity: 0; }

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
/*********************
LAYOUT & GRID STYLES
*********************/
.row, #leftcol > div {
  margin: 0 auto;
  width: 96%;
  padding: 1em 0; }

/* Turn off padding on some rows*/
.header .row {
  padding: 0 0;
  position: relative; }

/*********************
LINK STYLES
*********************/
#content a {
  font-weight: 700; }

a, a:visited {
  color: #cc0000;
  /* removing text decoration from all headline links */
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: maroon; }
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .siteName {
  font-family: "Kanit", sans-serif;
  font-display: fallback;
  line-height: 1.2; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .siteName a {
    text-decoration: none; }

/******************************************************************
FONT FAMILIES
******************************************************************/
h1, .h1, h2, .h2, h4, .h4, .topMenu .nav li a {
  font-family: "Kanit", sans-serif; }

/******************************************************************
FONT SIZE
******************************************************************/
.smtext, thead, .respond-form label, .holdForm ul {
  font-size: 0.85em; }

#breadcrumbs {
  font-size: 0.8em; }

h1, .h1, .phone {
  font-size: 1.3em; }

h2, .h2 {
  font-size: 1.2em; }

h3, .h3, .button, .fa-ul li, .bigger, .topBlock > div p, .phone, .options, #bottomblocks blockquote p {
  font-size: 1em; }

/******************************************************************
FONT WEIGHT
******************************************************************/
.fal {
  font-weight: 300; }

h1, .h1, h2, .h2, h5, .h5, h4, .h4, h6, .h6, h3, .h3 {
  font-weight: 400; }

.shippingMenu {
  font-weight: 600; }

/******************************************************************
FONT STYLE
******************************************************************/
h1, .h1, h2, .h2, h5, .h5, h4, .h4, h6, .h6, h3, .h3, .topMenu .nav li a, .shippingMenu, .topMenu .nav li a {
  font-style: italic; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .siteName strong,
.topMenu .nav > li > a, thead, .slideHeading, .button, .options,
.shippingMenu, #breadcrumbs, ul.childlinks {
  text-transform: uppercase; }

/******************************************************************
LETTER SPACING
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .siteName strong, .topMenu .nav > li > a, thead, .shippingMenu {
  letter-spacing: 2px; }

/******************************************************************
MARGIN
******************************************************************/
.responsive .h3:after {
  display: none;
  margin-bottom: 0; }

h1, .h1, h2, .h2, h4, .h4, .gallery__item p {
  margin: 0.35em 0; }

h3, .h3, h5, .h5, h6, .h6 {
  margin: 0.75em 0; }

#accountMenu .h2, #address .h2, #pushMenu p, .countSpan .h1, .countSpan p {
  margin: 0em 0; }

#content .products.cf h2 {
  text-align: center; }

.heading {
  margin-bottom: 1em; }
  .heading:after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #cc0000;
    display: block;
    margin: 0.5em 0; }
  .heading.text-center:after {
    margin: 0.5em auto; }

.shippingMenu {
  text-align: center; }

#rightcol h4, #rightcol .h4 {
  position: relative;
  text-align: center;
  color: black;
  margin-bottom: 1.5em; }
  #rightcol h4:before, #rightcol .h4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 200%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #cc0000; }
  #rightcol h4:after, #rightcol .h4:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    top: 200%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #cc0000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #rightcol h4:hover:after, #rightcol .h4:hover:after {
    width: 100%; }

.slideshow_caption .h1 {
  display: inline-block;
  padding: 0em 0.25em;
  line-height: 1; }

/*************************
Colours
*************************/
.white, .heading .h1, .shippingMenu, #trusticons, #trusticons .h2, .shippingMenu a, #footer #facebook a, body.Home .heading h1, .slideshow_caption p.h1,
.slideshow_caption .slideDescription, #address form .button:hover, .phone a.button, a.button, #footer h3, .topMenu .nav li a, #copyright,
#footer, .cd-top i, .button, a.button:hover, a.button:focus, a.button.secondary:hover, .slick-slider button:before, .Home #topblocks,
.Home #topblocks h1, .Home #topblocks h3, #footer a:hover, .gallery__item, .gallery__item a, #content .products.cf h2,
#bottomblocks, #bottomblocks .h2, #CTA, #CTA a, #CTA a:visited #footer a, .slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active, button.slick-arrow:before,
.responsive button.slick-arrow:before, h3.white, #buyNow, blockquote:before, #buyNow h2, p.button a, .slideshow_caption .h3, .shippingMenu, .slideshow_caption p.h2 {
  color: #ffffff; }

.black, body.Home #content ul li::before, body.Home .columnlayout h2 a:hover, .phone a:hover, .respond-form h2, h1, .h1 {
  color: #211f1f; }

.grey, h2, .h2, h3, .h3, a.toggleMenu, .phone a:hover, #address form .button, body.Home #topblocks h2 a:hover, .phone i {
  color: #4a4a4a; }

.red {
  color: #cc0000; }

.white {
  color: #ffffff; }

/*************************
Turn off printable items
*************************/
.printable {
  display: none; }

/*************************
BABY SCREEN STYLING
*************************/
@media (max-width: 320px) {
  .shippingMenu {
    font-size: 0.7em; } }

/*********************
HEADER STYLES
*********************/
/*Set height of parallax on home to be bigger than inner pages */
.parallax-window .heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -ms-transform: translateX(0%) translateY(-50%);
  /*correction*/
  transform: translate3d(0, -50%, 0);
  width: 90%;
  text-align: center; }

.header {
  position: relative;
  z-index: 999999999;
  min-height: 70px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .header .clearHeader {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header .clearHeader .row {
      height: 140px; }
    .header .clearHeader #logo {
      display: block;
      width: 250px;
      height: 120px;
      margin: 0 auto;
      background: transparent url("../images/logo.svg") no-repeat center top;
      background-size: 250px 120px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -ms-transform: translateX(-50%) translateY(0%);
      /*correction*/
      transform: translate3d(-50%, 0, 0);
      top: 32%; }
      @media (max-width: 320px) {
        .header .clearHeader #logo {
          width: 200px;
          height: 96px;
          background-size: 200px 96px; } }
    .header .clearHeader .shippingMenu {
      display: block; }
  .header .darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #ffffff; }
    .header .darkHeader .row {
      height: 80px; }
    .header .darkHeader #logo {
      display: block;
      width: 250px;
      height: 120px;
      margin: 0 auto;
      background: transparent url("../images/logo.svg") no-repeat center top;
      background-size: 250px 120px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -ms-transform: translateX(-50%) translateY(0%);
      /*correction*/
      transform: translate3d(-50%, 0, 0);
      top: -23%; }
    .header .darkHeader .shippingMenu {
      display: none; }
    .header .darkHeader a.toggleMenu {
      top: 40%; }
  .header #logo {
    /*position: absolute;
		top:0.3em;
		left: 2%;*/
    z-index: 9999;
    position: relative; }
  .header .phone {
    line-height: 2.5;
    position: absolute;
    /*text-align: center;*/ }
    .header .phone span {
      margin: 0 0.5em;
      display: block; }
    .header .phone .email {
      display: none; }
    .header .phone .button {
      float: right; }
  .header .menu {
    border-bottom: 2px solid #211f1f; }
    .header .menu .last {
      text-align: center;
      margin-left: 0;
      margin-bottom: 0.75em;
      padding: 0.25em 0; }
      .header .menu .last nav {
        float: left;
        line-height: 2; }
        .header .menu .last nav a {
          display: inline-block; }
  .header #secondmenu {
    display: none; }

/*.heading {
	padding: 0.5em;
	text-align: center;
	@include center(true,true);
	width: 40em;
	max-width: 96%;
	h1 {
		margin-top: 0;
	}
}*/
/***********************
HERO - HERO
************************/
#hero {
  position: relative; }

body.Home #hero .row {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translateX(-50%) translateY(-50%);
  /*correction for IE9*/
  transform: translate3d(-50%, -50%, 0);
  width: 90%;
  padding: 1em; }

.shopbanner .row {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translateX(-50%) translateY(-50%);
  /*correction for IE9*/
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(0, 0, 0, 0.5);
  width: 80%;
  padding: 1.5em;
  text-align: center; }

.header .shippingMenu .row {
  padding: 0.3em 0;
  height: 65px;
  width: 100%; }

.shippingMenu {
  background: #cc0000;
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 0.3em 0; }
  .shippingMenu .last {
    position: absolute;
    text-align: center;
    top: 42%;
    width: 100%; }
    .shippingMenu .last img {
      margin-top: 0.3em;
      max-width: 30px; }
      .shippingMenu .last img:last-child {
        max-width: 120px; }
  .shippingMenu .first {
    position: fixed;
    bottom: -1px;
    overflow: hidden;
    padding: 0.5em 1em 0.5em 2em;
    background: #211f1f;
    width: 100%; }
  .shippingMenu .fourcol {
    width: 100%; }

body:not(.Home) #hero .row {
  padding: 0; }

body:not(.Home) #hero {
  overflow: hidden; }
  body:not(.Home) #hero h1, body:not(.Home) #hero .h1, body:not(.Home) #hero h2, body:not(.Home) #hero .h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50%, -50%, 0); }
  body:not(.Home) #hero h1, body:not(.Home) #hero .h1 {
    background: rgba(255, 255, 255, 0);
    width: 98%;
    z-index: 2;
    margin-top: 0; }
  body:not(.Home) #hero:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0; }

#breadcrumbs .row {
  padding: 0.3em 0; }

ul#gallery li {
  width: 100%;
  display: inline-block; }

.testimonial {
  text-align: center; }
  .testimonial i.fas.fa-quote-left {
    font-size: 1.5em;
    background: #cc0000;
    border-radius: 50px;
    color: #ffffff;
    margin-right: 0.5em;
    padding: 0.3em; }
  .testimonial .tagline {
    color: #cc0000;
    font-weight: 600; }

/***********************
MAILCHIMP FORM
************************/
#mc_embed_signup {
  background: transparent !important; }

#mc_embed_signup input.email {
  padding: 1em !important;
  width: 99% !important;
  margin-right: 12px !important;
  border: 1px solid #cc0000; }

#mc_embed_signup input.email, #mc_embed_signup input.button {
  display: inline-block !important; }

#mc_embed_signup .button {
  height: 50px !important; }

div#mc_embed_signup_scroll {
  text-align: center !important; }

#mc_embed_signup input.button {
  width: 50% !important; }

#mc_embed_signup input.button {
  background: #211f1f;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 1.3em; }

body:not(.Home) #hero {
  position: relative; }
  body:not(.Home) #hero .topBlock {
    /*z-index: 8888;*/
    text-align: center; }
    body:not(.Home) #hero .topBlock h2 {
      display: inline-block;
      padding: 0.5em;
      background: #ffffff;
      bottom: 0;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translateX(-50%) translateY(-50%);
      /*correction for IE9*/
      transform: translate3d(-50%, -50%, 0);
      text-align: center; }
    body:not(.Home) #hero .topBlock img {
      max-width: 800px; }
  body:not(.Home) #hero p {
    margin: 0; }
  body:not(.Home) #hero > div {
    max-height: 65px; }

/*hero*/
/*********************
NAVIGATION STYLES
*********************/
#mainMenu {
  text-align: right; }

.topMenu {
  width: 100%;
  float: right;
  clear: right;
  /* end .nav */ }
  .topMenu a.toggleMenu {
    margin-bottom: 0;
    position: absolute;
    top: 70%;
    left: 2%; }
    .topMenu a.toggleMenu span {
      display: block;
      width: auto;
      float: right;
      padding-left: 0.5em; }
  .topMenu .nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    text-transform: uppercase;
    top: 102%;
    left: 0;
    /* end .menu li */ }
    .topMenu .nav li {
      position: relative;
      text-align: left;
      /* Sub-menu level 2 */
      /* end level 2	*/
      /* Hover effects */ }
      .topMenu .nav li a {
        display: block;
        text-decoration: none;
        padding: 0.5em 0.5em;
        background: #141313;
        border-bottom: 1px solid rgba(130, 154, 193, 0.21);
        /*
						remember this is for mobile ONLY, so there's no need
						to even declare hover styles here. We want to
						keep this file as small as possible!
						*/ }
        .topMenu .nav li a:hover, .topMenu .nav li a:focus {
          background: #2e2b2b; }
        .topMenu .nav li a.parent:before {
          content: "\f107";
          font-family: 'Font Awesome 5 Pro';
          font-weight: 300;
          display: block;
          float: right;
          font-size: large;
          padding-right: 0.5em;
          line-height: 1.2; }
      .topMenu .nav li.hover > a.parent:before {
        content: "\f106"; }
      .topMenu .nav li ul,
      .topMenu .nav li ul.sub-menu,
      .topMenu .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        display: none;
        z-index: 8999; }
        .topMenu .nav li ul li,
        .topMenu .nav li ul.sub-menu li,
        .topMenu .nav li ul.children li {
          /* Sub-sub-menu level 3	*/
          /* end level 3	*/ }
          .topMenu .nav li ul li a,
          .topMenu .nav li ul.sub-menu li a,
          .topMenu .nav li ul.children li a {
            padding-left: 1em;
            background: #211f1f;
            border-bottom: 1px solid rgba(130, 154, 193, 0.21); }
            .topMenu .nav li ul li a:hover, .topMenu .nav li ul li a:focus,
            .topMenu .nav li ul.sub-menu li a:hover,
            .topMenu .nav li ul.sub-menu li a:focus,
            .topMenu .nav li ul.children li a:hover,
            .topMenu .nav li ul.children li a:focus {
              background: #3b3838; }
            .topMenu .nav li ul li a.parent:before,
            .topMenu .nav li ul.sub-menu li a.parent:before,
            .topMenu .nav li ul.children li a.parent:before {
              content: "\f105";
              font-family: 'Font Awesome 5 Pro';
              font-weight: 300;
              display: block;
              float: right;
              font-size: large;
              padding-right: 0.5em;
              line-height: 1.2;
              padding-left: 0.5em; }
            .topMenu .nav li ul li a.parent.access:before,
            .topMenu .nav li ul.sub-menu li a.parent.access:before,
            .topMenu .nav li ul.children li a.parent.access:before {
              content: "\f101";
              font-family: 'Font Awesome 5 Pro';
              font-weight: 300;
              display: block;
              float: right;
              font-size: large;
              padding-right: 0.5em;
              line-height: 1.2;
              padding-left: 0.5em; }
          .topMenu .nav li ul li ul li,
          .topMenu .nav li ul.sub-menu li ul li,
          .topMenu .nav li ul.children li ul li {
            /* Sub-sub-menu level 4	*/
            /* end level 4	*/ }
            .topMenu .nav li ul li ul li a,
            .topMenu .nav li ul.sub-menu li ul li a,
            .topMenu .nav li ul.children li ul li a {
              padding-left: 1.5em;
              background: #2e2b2b; }
              .topMenu .nav li ul li ul li a:hover, .topMenu .nav li ul li ul li a:focus,
              .topMenu .nav li ul.sub-menu li ul li a:hover,
              .topMenu .nav li ul.sub-menu li ul li a:focus,
              .topMenu .nav li ul.children li ul li a:hover,
              .topMenu .nav li ul.children li ul li a:focus {
                background: #3b3838; }
            .topMenu .nav li ul li ul li ul li a,
            .topMenu .nav li ul.sub-menu li ul li ul li a,
            .topMenu .nav li ul.children li ul li ul li a {
              padding-left: 2em;
              background: #3b3838; }

/* end .topMenu */
.nav > li.hover > ul {
  left: 0;
  display: block; }

.nav li li.hover > ul {
  left: 100%;
  top: 0;
  display: block; }

/*********************
CONTENT STYLES
*********************/
.overlay {
  /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;*/ }

.white_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.4; }

/* content area all inner pages */
#content {
  padding: 0.5em 0; }
  #content .row > div {
    padding: 2em 0; }
  #content .row .columnlayout {
    padding: 0; }
  #content .row hr {
    border: 0;
    background-color: #cccccc;
    height: 1px;
    text-align: left;
    margin: 1em 0; }

#content ul:not(.slick-slider), body.Home #bottomblocks ul:not(.slick-slider) {
  padding: 0;
  list-style-type: none; }
  #content ul:not(.slick-slider) li, body.Home #bottomblocks ul:not(.slick-slider) li {
    padding: 0.2em 0 0.2em 1.4em; }
    #content ul:not(.slick-slider) li:before, body.Home #bottomblocks ul:not(.slick-slider) li:before {
      font-family: 'Font Awesome 5 Pro';
      display: block;
      float: left;
      margin-left: -1.2em; }

#content ul#gallery li:before, body.Home #bottomblocks ul#gallery li:before {
  content: none; }

#content ul:not(.slick-slider) li {
  vertical-align: middle;
  line-height: 1.5;
  margin: 0.5em 0;
  /*border-bottom: 1px dotted $color-secondary;*/ }
  #content ul:not(.slick-slider) li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 1.5;
    margin-right: 0.5em;
    vertical-align: middle; }

#content .products.cf ul {
  padding: 1em;
  border-top: none;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15) inset; }
  #content .products.cf ul li {
    vertical-align: middle;
    line-height: 1.5;
    margin: 0.5em 0;
    /*border-bottom: 1px dotted $color-secondary;*/ }
    #content .products.cf ul li:before {
      content: '\f07a';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      display: inline-block;
      width: 25px;
      height: 25px;
      line-height: 1.5;
      margin-right: 0.5em;
      vertical-align: middle; }

#content .products.cf h2 {
  background: #211f1f;
  padding: 1em 0;
  margin: 0; }

body.Home #content ul li:before {
  content: "\f05d";
  font-size: large;
  line-height: 1.4; }

blockquote {
  margin: 0 0 0 0;
  text-align: left; }

blockquote {
  padding: 1em 0em; }
  blockquote p {
    padding-left: 3em;
    margin-top: 0; }
  blockquote h5 {
    margin: 0.4em 0; }
  blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    position: absolute;
    padding-right: 0.5em;
    line-height: 1.2; }
  blockquote a {
    text-decoration: none; }
  blockquote em {
    text-align: right; }

dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

img {
  /*margin: 0 0 1.5em 0;*/
  max-width: 100%;
  height: auto; }

#breadcrumbssolutions {
  margin: 0 0 0 1em;
  padding: 1em 0; }
  #breadcrumbssolutions div {
    display: inline; }

#breadcrumbs {
  border-bottom: 1px dotted #d4d1d1; }
  #breadcrumbs > div div {
    display: inline; }

#headParallax {
  position: relative;
  width: 100%;
  height: 100%; }

/*********************
HOME STYLES
*********************/
.Home #topblocks {
  text-align: center; }
  .Home #topblocks ul.confidence {
    list-style-type: none; }

.Home #ourStaff {
  padding: 2em 1em;
  /*background: $white;*/
  text-align: center;
  position: relative; }

.Home ul.responsive, #body_373 ul.responsive {
  margin: 0 -10px; }
  .Home ul.responsive li, #body_373 ul.responsive li {
    /* background: $white;*/
    margin: 0 5px;
    text-align: center; }
    .Home ul.responsive li .slideshow_caption, #body_373 ul.responsive li .slideshow_caption {
      padding: 1em; }
    .Home ul.responsive li img, #body_373 ul.responsive li img {
      padding: 1em;
      /* filter: grayscale(100%);*/
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .Home ul.responsive li:hover img, #body_373 ul.responsive li:hover img {
      /*       filter: grayscale(0%);*/
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

/*********************************
TOP BLOCKS
*********************************/
#topblocks .parallax-window {
  height: 250px;
  position: relative; }
  #topblocks .parallax-window .borderWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50%, -50%, 0);
    width: 80%;
    max-width: 30em; }
    #topblocks .parallax-window .borderWrap h1 {
      text-align: center;
      background: #ffffff;
      padding: 0.25em;
      margin-top: 0; }

body:not(h) .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-gap: 15px;
  /* text overlay */ }
  body:not(h) .gallery-grid .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  body:not(h) .gallery-grid .gallery__item {
    position: relative; }
    body:not(h) .gallery-grid .gallery__item:hover {
      cursor: pointer; }
      body:not(h) .gallery-grid .gallery__item:hover .gallery__img {
        opacity: 0.8;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
  body:not(h) .gallery-grid .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3; }
  body:not(h) .gallery-grid .gallery__item--2 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5; }
  body:not(h) .gallery-grid .gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 7; }
  body:not(h) .gallery-grid .gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 9; }
  body:not(h) .gallery-grid .text-block {
    position: absolute;
    bottom: 0.5em;
    right: 1em;
    left: 1em;
    background-color: #211f1f;
    padding: 0.25em .5em; }

/*********************************
BOTTOM BLOCKS
*********************************/
#bottomblocks .parallax-window {
  position: relative;
  padding: 0em 0;
  height: auto;
  height: 40vh; }
  #bottomblocks .parallax-window > div > div {
    position: relative; }
    #bottomblocks .parallax-window > div > div img {
      width: 300px;
      margin: 0 auto;
      display: block; }
  #bottomblocks .parallax-window .row {
    background-color: rgba(255, 255, 255, 0.8);
    width: 80%;
    padding: 1em;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50%, -50%, 0); }

#CTA {
  background-color: #cc0000; }

/******************************************************************
FORM STYLES
******************************************************************/
.respond-form {
  margin: 0em 0em;
  padding: 0%;
  background-color: transparent; }

.respond-form, #address {
  /* not nested as not all forms contain a table */ }
  .respond-form table, #address table {
    width: 100% tr, tr td;
      width-max-width: 100%;
      width-min-width: 0;
      width-width: 100%;
      width-display: block; }
  .respond-form form, #address form {
    margin: 0 0; }
    .respond-form form li, #address form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small, #address form li label,
      #address form li small {
        display: none; }
    .respond-form form label, #address form label {
      display: block; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea,
    .respond-form form select, #address form input[type=text],
    #address form input[type=email],
    #address form input[type=url],
    #address form textarea,
    #address form select {
      padding: 1em;
      background-color: #ffffff;
      border-color: #211f1f;
      margin: 0 0 1em 0;
      display: block;
      width: 100%;
      max-width: 100%;
      border: 2px solid #211f1f;
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
      /* form validation - comment out as editor doesn't support some of the html5 validation techniques */
      /* &:invalid {
				outline: none;
				border-color: #fbc2c4;
				background-color: #f6e7eb;
				-webkit-box-shadow: none;
				   -moz-box-shadow: none;
				    -ms-box-shadow: none;
						box-shadow: none;
			}*/ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus,
      .respond-form form select:focus, #address form input[type=text]:focus,
      #address form input[type=email]:focus,
      #address form input[type=url]:focus,
      #address form textarea:focus,
      #address form select:focus {
        /*background-color: #fff;*/ }
    .respond-form form input[type=submit], #address form input[type=submit] {
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.6); }
    .respond-form form input[type=checkbox], #address form input[type=checkbox] {
      margin-right: 5px; }
    .respond-form form input[name="180_LeaseEnquiry"], #address form input[name="180_LeaseEnquiry"] {
      margin-bottom: 1em; }
    .respond-form form .required, #address form .required {
      background-position: right top;
      background-repeat: no-repeat; }
    .respond-form form textarea, #address form textarea {
      height: 150px; }
    .respond-form form img, #address form img {
      float: none;
      display: block; }
      .respond-form form img.fullwidth, #address form img.fullwidth {
        max-width: 100%; }

#address form {
  margin: 0 auto; }

body.Landing .respond-form {
  background: #ffffff; }
  body.Landing .respond-form form input[type=text],
  body.Landing .respond-form form input[type=email],
  body.Landing .respond-form form input[type=url],
  body.Landing .respond-form form textarea,
  body.Landing .respond-form form select {
    background-color: #4a4a4a; }

/*********************
LEFT COLUMN
*********************/
#leftcol {
  padding-bottom: 0em; }
  #leftcol #div307 div {
    text-align: center; }

/*********************
RIGHT BLOCKS
*********************/
#rightcol {
  /* end .block */ }
  #rightcol .block .respond-form form, #rightcol .block #newsletter form {
    width: 100%; }
  #rightcol .block ol, #rightcol .block ul {
    padding: 0em 0em 1em 0em;
    margin-bottom: 2em; }
    #rightcol .block ol li, #rightcol .block ul li {
      border-bottom: 1px dotted #d4d1d1;
      display: block;
      padding: 0.3em 0 0.3em 1.4em;
      line-height: 2; }
      #rightcol .block ol li:before, #rightcol .block ul li:before {
        line-height: 2.5; }
      #rightcol .block ol li a, #rightcol .block ul li a {
        text-decoration: none;
        display: block; }

/* end #rightcol */
/*********************
NEWS LISTING
*********************/
#listing {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted #cacaca;
  padding: 1em 0; }
  #listing h2 {
    margin: 0; }
  #listing p {
    margin-top: 0.25em; }
  #listing:last-child {
    border-bottom: 1px dotted #cacaca; }

div.listingImg {
  min-height: 100px; }

div.caseStudy img {
  max-width: 318px;
  height: auto; }

/*********************
GALLERY
*********************/
/*#gallery {
        display: table;
        margin: 0em auto;
        padding: 0 0 0 0;

        li {
            list-style: none;
            width: 45.5%;
            margin-right: 2%;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: top;
            border-bottom: 1px dotted lighten($color-quaternary, 50%);
        }

        p {
            display: none;
        }
    }*/
.confidence {
  padding: 2em 0; }
  .confidence .row > div {
    text-align: center; }

#buyNow {
  text-align: center;
  border-top: 1px solid black;
  background: black;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5) inset, 0px 0px 10px 2px rgba(0, 0, 0, 0.5) inset; }
  #buyNow .button:hover {
    background: #211f1f;
    border: 1px solid #cc0000; }

/*********************
FOOTER STYLES
*********************/
#footer {
  background: #070606;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5) inset;
  /*text-align: center;*/ }
  #footer a {
    color: #c7c7c7; }
  #footer > .row {
    padding: 2em 0; }
  #footer .servicesNav .nav {
    padding-left: 0;
    /*}
            }*/ }
    #footer .servicesNav .nav > li {
      list-style-type: none;
      /*display: none;

                &:nth-child(3){
                    display: list-item;
                    list-style-type: none;

                    > ul li{
                        list-style-type: none;*/ }
      #footer .servicesNav .nav > li > .submenu {
        display: none; }
  #footer > div i {
    padding-right: 0.25em; }
  #footer > div #copyright .first a {
    display: block; }
  #footer > div nav ul li {
    border-bottom: 1px dotted #4a4a4a; }
    #footer > div nav ul li a {
      display: block;
      line-height: 2; }
  #footer > div #privacy {
    text-align: center; }
    #footer > div #privacy a {
      padding: 0 0.5em; }
      #footer > div #privacy a:first-child {
        border-right: 1px solid #4a4a4a; }
  #footer .secondFooter {
    background: #211f1f;
    padding: 0.5em;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2) inset; }
    #footer .secondFooter p {
      margin: 0; }
  #footer #address li {
    list-style-type: none;
    border-bottom: 1px dotted #808080;
    line-height: 2; }
  #footer #address .sixcol {
    padding-left: 0; }

/* ================================================ */
/* SLIDESHOWS */
/* ================================================ */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    /*padding: 2%;*/
    background: #ffffff; }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }

.rslides_nav {
  display: none;
  visibility: hidden; }

.slides1_nav {
  display: none;
  visibility: hidden; }

/* SLIDER */
.slick-slider {
  padding: 0;
  list-style: none; }
  .slick-slider .slick-list {
    margin: 0 auto; }
  .slick-slider button {
    padding: 0.2em;
    height: auto;
    z-index: 9999;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }
    .slick-slider button:before {
      content: "\f104";
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      height: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-slider .slick-next:before {
    content: "\f105";
    padding-left: 0.1em; }

.slick-prev, .slick-next {
  top: 55%;
  z-index: 9999; }

.slick-prev {
  left: 1px; }

.slick-next {
  right: 1px; }

.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  border: none; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  width: 100%; }

.slick-dots {
  display: none !important; }

/*Full width slider with captions */
ul.responsive3 {
  margin-bottom: 0; }
  ul.responsive3 .slick-list .slick-track .slick-slide {
    height: 420px;
    height: 50vh; }
    ul.responsive3 .slick-list .slick-track .slick-slide:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent; }
    ul.responsive3 .slick-list .slick-track .slick-slide img {
      /*height: 420px;*/
      max-width: none;
      width: auto;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transition: transform 6s;
      position: relative;
      min-width: 100%;
      min-height: 100%;
      z-index: -1; }
    ul.responsive3 .slick-list .slick-track .slick-slide p:last-of-type {
      margin-bottom: 0.75em; }
    ul.responsive3 .slick-list .slick-track .slick-slide a.button:first-of-type {
      animation-delay: 1s; }
    ul.responsive3 .slick-list .slick-track .slick-slide a.button {
      animation-delay: 1.5s; }
  ul.responsive3 .slick-list .slick-track .slick-slide.slick-active img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    position: relative;
    min-width: 100%;
    min-height: 100%; }
  ul.responsive3 .slick-list .slick-track .slideshow_caption {
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative; }
  ul.responsive3 .slick-list .slick-track .slideshow_caption.activate {
    background: rgba(255, 255, 255, 0);
    opacity: 1;
    visibility: visible;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  ul.responsive3 .slick-list .slick-track .slideshow_caption p.h5 {
    top: -15%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -ms-transform: translateX(-50%) translateY(0%);
    /*correction*/
    transform: translate3d(-50%, 0, 0); }

/************************
RESPONSIVE VIDEO WRAPPER
************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*********************
CUSTOMISE colorbox
*********************/
#cboxCurrent, #cboxNext, #cboxNext, #cboxPrevious, #cboxClose {
  top: 4px; }

#cboxCurrent {
  font-size: 120%;
  line-height: 1.8em; }

#cboxLoadedContent {
  margin-top: 28px; }

/*************************
STICKY BACK TO TOP
*************************/
.cd-top {
  z-index: 9999;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  background: black;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-top i {
    margin: auto;
    line-height: 2.5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50%, -50%, 0); }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

/*************************
SHOPIFY STYLING
*************************/
.shopify-buy__btn {
  text-transform: uppercase !important; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/ }

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
Also colvers tablets in portrait
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%; }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }
  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }
  .first {
    margin-left: 0; }
  .last {
    float: right; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  .slideshow_caption p.h1, .heading .h1 {
    font-size: 2.5em; }
  #footer {
    font-size: 0.9em; }
  blockquote .h2, body.Home #topblocks h2 {
    font-size: 1.6em; }
  .slideshow_caption a.button, #bottomblocks .button {
    font-size: 1.1em; }
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    max-width: 1600px; }
  .row-small {
    margin: 0 auto;
    max-width: 1200px; }
  /*********************
HEADER STYLES
*********************/
  /*Set height of parallax on home to be bigger than inner pages */
  .header .phone {
    line-height: 3;
    position: relative;
    text-align: right; }
    .header .phone span {
      display: inline-block;
      margin: 0 0.5em; }
    .header .phone .email {
      display: inline-block; }
    .header .phone .button {
      float: none; }
  /***********************
HERO - INNER PAGES
************************/
  #hero .topBlock h1, #hero .topBlock .h1 {
    padding: .5em 1em;
    width: auto;
    bottom: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50%, -50%, 0); }
  body:not(.Home) #hero > div {
    max-height: 150px; }
  /*********************
NAVIGATION STYLES
*********************/
  .menuWrap {
    /*width: 95%;*/
    float: right;
    position: static; }
  /*********************
CONTENT STYLES
*********************/
  /* content area all inner pages */
  blockquote:before {
    font-size: 2em; }
  /*********************
NEWS
**********************/
  body.fullWidthNews .columnlayout > div {
    width: 50%;
    display: inline-block; }
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout > div {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top; }
    .columnlayout > div div {
      width: auto; }
  /*********************************
TOP BLOCKS
*********************************/
  body.Home #topblocks ul.confidence {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto; }
    body.Home #topblocks ul.confidence li {
      width: 33%; }
  body.Home #topblocks .block .threecol {
    margin-bottom: 0; }
  /*******************************************************/
  /*CSS GRID - HOME BLOCKS*/
  /*******************************************************/
  /*so the image can fill the height and width of its box (the grid item), maintaining its aspect ratio. Must have width + height */
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-gap: 15px; }
    .gallery-grid .gallery__item--1 {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 4; }
    .gallery-grid .gallery__item--2 {
      grid-column-start: 3;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 4; }
    .gallery-grid .gallery__item--3 {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 4;
      grid-row-end: 7; }
    .gallery-grid .gallery__item--4 {
      grid-column-start: 3;
      grid-column-end: 5;
      grid-row-start: 4;
      grid-row-end: 7; }
  /*********************************
BOTTOM BLOCKS
*********************************/
  #bottomblocks .parallax-window {
    padding: 5em 0;
    line-height: 0; }
    #bottomblocks .parallax-window .row {
      line-height: 1.5; }
    #bottomblocks .parallax-window .borderWrap {
      width: 60%;
      line-height: 1.5; }
  /*********************
RIGHT BLOCKS
*********************/
  #rightcol {
    /*margin-top: 0;*/ }
  /*********************
NEWS LISTING
*********************/
  div.listingImg {
    float: left;
    width: 30%; }
  div.listingTxt {
    float: left;
    width: 70%; }
  div.caseStudy {
    float: left;
    width: 48%;
    padding: 1em 0 2em 0;
    position: relative;
    margin-right: 1.9%; }
  /*********************
GALLERY
*********************/
  ul#gallery li {
    width: 49%; }
  body.Newsdescription #content .row #leftcol {
    width: 100%; }
  /*********************
VIDEOS
*********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px; }
  /*************************
THIS IS FOR THE PARALLAX SCROLL
*************************/
  #trusticons .parallax-window {
    position: relative;
    padding: 5em 0;
    height: 500px;
    text-align: center;
    margin-top: 0; }
  /*********************
FOOTER STYLES
*********************/
  #confidence {
    background: black; }
  #address form {
    margin: 0 0; }
  #footer > div {
    text-align: left; }
    #footer > div #copyright .first a {
      display: inline; }
    #footer > div #privacy {
      text-align: right; }
    #footer > div #facebook {
      text-align: center; }
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  /*SLIDER*/
  /* Bug fix for flashing on Slick slideshow */
  .header .shippingMenu .row {
    height: 64px; }
  .topMenu a.toggleMenu {
    top: 67%; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Admin Tablet & Small Desktop Stylesheet

Here's where I've put the Admin stuff cause I'm not sure what to do with it just yet.
Keeping it clean and seperate from the new stuff.

******************************************************************/
  /* ============================= */
  /* ! Admin MENU   */
  /* ============================= */
  .adminmenucontainer {
    width: 100%;
    background-color: #eeeeee; }
  .adminmenu {
    width: 100%; }
  .adminmenurow {
    text-align: center;
    height: 24px; }
  .adminrootheading {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    font-weight: bold;
    font-size: 13px; }
  .adminrootitem {
    text-align: center;
    background-color: #eeeeee;
    color: #000000;
    text-decoration: none;
    width: 14.28%;
    text-indent: 30px; }
  a.adminrootmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px; }
  .adminsubmenu {
    line-height: 14px;
    width: 180px;
    display: none;
    position: absolute;
    background-color: #eeeeee;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    z-index: 1000; }
  .adminmenuitem {
    height: 24px;
    padding: 3px; }
  a.adminmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    text-indent: 10px; }
  body.admcaptcha_edit #leftcol {
    width: 100%; }
  body.admcaptcha_edit #leftcol .block, body.admcaptcha_edit #rightcol {
    display: none; }
  body.admhome #topblocks {
    display: none; }
  .admindex .shippingMenu {
    position: absolute;
    top: 0; }
  /* ============================= */
  /* ! MAIN MENU   */
  /* ============================= */
  body.admindex .header div.menu, body.admhome .header div.menu, body.admnewsection .header div.menu {
    position: relative !important; }
  body.admindex .header, body.admhome .header, body.admnewsection .header {
    z-index: 777 !important; }
  body.admindex .header #logo, body.admhome .header #logo, body.admnewsection .header #logo {
    position: relative;
    float: left !important; }
  body.admindex,
  body.admhome,
  body.admnewsection {
    /* end .topmenu */ }
    body.admindex #headParallax,
    body.admhome #headParallax,
    body.admnewsection #headParallax {
      display: none !important; }
    body.admindex .header, body.admindex .header .parallax-window, body.admindex .header .topBlock,
    body.admhome .header,
    body.admhome .header .parallax-window,
    body.admhome .header .topBlock,
    body.admnewsection .header,
    body.admnewsection .header .parallax-window,
    body.admnewsection .header .topBlock {
      height: auto;
      overflow: visible; }
    body.admindex .topMenu .nav > li,
    body.admhome .topMenu .nav > li,
    body.admnewsection .topMenu .nav > li {
      padding: 0 0.5em;
      /*turn some of the main nav items ON for admin*/ }
      body.admindex .topMenu .nav > li > a,
      body.admhome .topMenu .nav > li > a,
      body.admnewsection .topMenu .nav > li > a {
        font-size: 1em; }
      body.admindex .topMenu .nav > li:first-child, body.admindex .topMenu .nav > li:nth-child(5), body.admindex .topMenu .nav > li:nth-child(6), body.admindex .topMenu .nav > li:nth-child(7),
      body.admhome .topMenu .nav > li:first-child,
      body.admhome .topMenu .nav > li:nth-child(5),
      body.admhome .topMenu .nav > li:nth-child(6),
      body.admhome .topMenu .nav > li:nth-child(7),
      body.admnewsection .topMenu .nav > li:first-child,
      body.admnewsection .topMenu .nav > li:nth-child(5),
      body.admnewsection .topMenu .nav > li:nth-child(6),
      body.admnewsection .topMenu .nav > li:nth-child(7) {
        display: inline-block; }
      body.admindex .topMenu .nav > li:first-child > a,
      body.admhome .topMenu .nav > li:first-child > a,
      body.admnewsection .topMenu .nav > li:first-child > a {
        display: inline-block; }
  /*********************
HOME BLOCK LAYOUT
**********************/
  /* Needed to lay home blocks out in admin interface and overwrite some of the styling*/
  .columnlayout div.admin_content_block, div.admin_content_block > div {
    width: 96% !important;
    margin: 0 auto; }
  div.admin_content_block div {
    margin: 0px auto;
    padding: 0 0 0 0;
    background: #fff;
    border: none; }
  body.admindex .columnlayout > div {
    width: 100%; }
  body.admhome #imageslider, body.admhome #hero, body.admhome #bottomblocks {
    display: none; }
  /* ============================= */
  /* ! Admin CKEDITOR  */
  /* ============================= */
  .cke_button__kook_templates, .cke_button__kook_forms, .cke_button__kook_slideshows, .cke_button__kook_embed, .cke_button__kook_products, .cke_button__kook_templates_label, .cke_button__kook_forms_label, .cke_button__kook_slideshows_label, .cke_button__kook_embed_label, .cke_button__kook_products_label {
    display: inline !important; }
  .cke_button__kook_templates_icon, .cke_button__kook_forms_icon, .cke_button__kook_slideshows_icon, .cke_button__kook_embed_icon, .cke_button__kook_products_icon {
    display: none !important; }
  .cke_editable {
    line-height: normal !important; }
  body.cke_editable {
    background-color: #ffffff;
    line-height: normal !important; }
  /*********************
Captcha
**********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word; }
  /* ============================= */
  /* ! Admin DRAG DROP SITEMAP  */
  /* ============================= */
  #sitemap {
    width: 90%; }
    #sitemap ul, #sitemap ol {
      list-style: none; }
      #sitemap ul li > div, #sitemap ol li > div {
        background-color: #f2f2f2;
        border: 1px solid #e6e6e6;
        padding: 0.5em;
        margin-bottom: 0.5em;
        position: relative;
        cursor: move; }
      #sitemap ul li.dragging:hover > div, #sitemap ol li.dragging:hover > div {
        background-color: #cccccc;
        border: 1px solid #bfbfbf; }
      #sitemap ul li.active:hover, #sitemap ol li.active:hover {
        background-color: #ffffff;
        border: 1px dashed #211f1f; }
  #sitemap .placeholder {
    outline: 1px dashed #4183C4;
    /*-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: -1px;*/ }
  .notification {
    color: #555;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
    background: #e9ffd9 url("/images/success.png") no-repeat 10px 50%;
    border: 1px solid #a6ca8a; }
  #sitemap .dropzone {
    height: 6px;
    background-color: #fff;
    border-bottom: 4px solid #fff; }
  .HideAdminField {
    display: none; } }

/*
TABLET ONLY (PORTRAIT) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet (Portrait) 

******************************************************************/ }

/*
TABLET ONLY (LANDSCAPE) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Tablet & small Desktop Landscape

 

******************************************************************/ }

/*
TABLET & SMALLER LAPTOPS LANDSCAPE
Tablets in landscape view and upwards, display the desktop menu
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet Landscape

Needed to change the menu styling from mobile to desktop

******************************************************************/
  .header .row {
    height: 90px; }
  h2.white.bannerImageText {
    font-size: 3em; }
  .slideshow_caption p.h1, h1, .h1, .testimonial i.fas.fa-quote-left {
    font-size: 2em; }
  .slideshow_caption .h3, p.white.bannerImageText {
    font-size: 1.5em; }
  body:not(.Home) #hero {
    height: 300px; }
    body:not(.Home) #hero img {
      min-height: 300px;
      max-width: none;
      min-width: 100%; }
  .slideshow_caption .slideDescription {
    margin: 0.7em 0 1em 0;
    font-size: 1.2em; }
  body.Home .columnlayout h2 {
    font-size: 1.6em; }
  #footer {
    font-size: 1em; }
  #bottomblocks .button {
    padding: 0.6em 2em; }
  .topMenu .nav > li > a {
    font-weight: 600; }
  .hideonMobile {
    display: inline-block; }
  .hideonDesktop {
    display: none; }
  /*************************
Colours
*************************/
  .black, .topMenu .nav > li > a {
    color: #211f1f;
    letter-spacing: 0.5px; }
  .red, .topMenu .nav > li > a:hover {
    color: black; }
  a.activerootmenulink {
    font-weight: 500; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row, #leftcol > div {
    padding: 1.5em 0; }
  /* Reduce padding on some rows*/
  /*********************
SPRITE
*********************/
  #logo {
    width: 311px;
    height: 100px;
    background-size: 311px 100px; }
  /*********************
HEADER STYLES
*********************/
  .header {
    height: auto; }
    .header .phone {
      line-height: 1;
      margin-right: 0.75em; }
    .header .menu {
      top: 0px; }
    .header .clearHeader {
      position: relative;
      /*@include css-gradient(rgba(255,255,255,0.5), transparent);*/ }
      .header .clearHeader #logo {
        width: 200px;
        height: 61px;
        background-size: 200px 61px;
        left: 10%;
        top: 44%; }
      .header .clearHeader #mainMenu {
        padding: 2.5em 0 0 0; }
    .header .darkHeader {
      position: fixed;
      /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/ }
      .header .darkHeader #logo {
        width: 200px;
        height: 61px;
        background-size: 200px 61px;
        left: 10%;
        top: 44%; }
      .header .darkHeader #mainMenu {
        padding: 2.5em 0 0 0; }
      .header .darkHeader .shippingMenu {
        display: block; }
      .header .darkHeader .row {
        height: 140px; }
  a.down {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -ms-transform: translateX(-50%) translateY(0%);
    /*correction*/
    transform: translate3d(-50%, 0, 0);
    font-size: 4em;
    opacity: 0.6;
    font-weight: 300;
    bottom: 1%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    a.down:hover {
      opacity: 1;
      color: #ffffff;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .header .shippingMenu .row {
    height: 35px; }
  .shippingMenu .fourcol {
    width: 31.491712705%; }
  .alignright {
    float: right; }
  /**************************
HERO - Home
***************************/
  body.Home .header {
    min-height: 115px;
    position: relative; }
    body.Home .header #imageslider {
      max-height: 600px;
      height: auto; }
      body.Home .header #imageslider img {
        height: auto;
        max-width: none;
        min-width: 100%;
        min-height: 100%; }
  #topblocks .first {
    text-align: right; }
  #topblocks .years {
    display: inline-block;
    vertical-align: top; }
    #topblocks .years h1 {
      margin-top: 0.5em; }
    #topblocks .years img {
      /*width: 150px;*/
      height: 100px;
      display: inline-block;
      vertical-align: top; }
  body.Home #topblocks ul.confidence li {
    width: 20%; }
  /*********************
NAVIGATION STYLES
*********************/
  .menuWrap {
    /*width: 74.30939226%;*/ }
  .topMenu {
    /* end .nav */ }
    .topMenu a.toggleMenu {
      display: none; }
    .topMenu .nav {
      position: relative;
      width: auto;
      border: 0;
      /* end .menu ul li */ }
      .topMenu .nav > li {
        display: inline-block;
        padding: 0 0.6em;
        /*Prominent contact link*/
        /*turn some of the main nav items OFF for public*/
        /*&:first-child > a{
				display:none;
			}
			
			&:nth-child(6) {
				display:none;
			}
			&:nth-child(7) {
				display:none;
			}
			*/ }
        .topMenu .nav > li > a:hover, .topMenu .nav > li > a:focus {
          background: transparent; }
        .topMenu .nav > li > a.parent:after {
          content: "\f107";
          font-family: 'Font Awesome 5 Pro';
          display: block;
          float: right;
          font-size: large;
          padding-left: 0.3em;
          line-height: 1.5;
          font-weight: 700; }
        .topMenu .nav > li:first-child {
          /*display: none;*/ }
      .topMenu .nav li {
        position: relative;
        /* highlight current page */
        /*
			plan your menus and drop-downs wisely.
			*/
        /* showing sub-menus */ }
        .topMenu .nav li a {
          padding: 2.2em 0em;
          background: none;
          border-bottom: none; }
          .topMenu .nav li a.parent:before {
            display: none; }
        .topMenu .nav li a.activerootmenulink {
          color: black; }
        .topMenu .nav li ul,
        .topMenu .nav li ul.sub-menu,
        .topMenu .nav li ul.children {
          position: absolute;
          z-index: 9999;
          left: -9999px;
          border-top: 2px solid #211f1f; }
          .topMenu .nav li ul li,
          .topMenu .nav li ul.sub-menu li,
          .topMenu .nav li ul.children li {
            /*
					if you need to go deeper, go nuts
					just remember deeper menus suck
					for usability.
					*/ }
            .topMenu .nav li ul li a,
            .topMenu .nav li ul.sub-menu li a,
            .topMenu .nav li ul.children li a {
              padding: 0.5em 0.5em;
              display: block;
              width: 200px;
              border-top: none;
              border-radius: 0;
              margin-right: 0; }
              .topMenu .nav li ul li a:hover, .topMenu .nav li ul li a:focus,
              .topMenu .nav li ul.sub-menu li a:hover,
              .topMenu .nav li ul.sub-menu li a:focus,
              .topMenu .nav li ul.children li a:hover,
              .topMenu .nav li ul.children li a:focus {
                border-top: none; }
            .topMenu .nav li ul li ul,
            .topMenu .nav li ul.sub-menu li ul,
            .topMenu .nav li ul.children li ul {
              border-top: none; }
  /* end .topMenu */
  .nav > li.hover > ul {
    left: 0; }
  .nav li li ul {
    left: -9999px;
    z-index: 99;
    position: absolute; }
  .nav li li.hover ul {
    left: 100%;
    top: 0;
    z-index: 99;
    position: absolute; }
  /* active state on home - not sure where else to put this for now*/
  body.fullWidthNews .columnlayout > div {
    width: 33.33%;
    display: inline-block; }
  /*Full width slider */
  body.Home #hero {
    overflow: hidden; }
  ul.responsive3 {
    max-height: none; }
    ul.responsive3 .slick-list .slick-track .slick-slide {
      /*height:500px;*/ }
      ul.responsive3 .slick-list .slick-track .slick-slide:before {
        background-color: transparent; }
      ul.responsive3 .slick-list .slick-track .slick-slide img {
        /*height: 420px;*/ }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
        text-align: center;
        /*margin: 0 auto;padding:2em; max-width:50%;*/ }
    ul.responsive3 .slick-slider .slick-active img {
      margin-left: 0; }
    ul.responsive3 .slick-prev, ul.responsive3 .slick-next {
      top: 50%; }
    ul.responsive3 .slick-next {
      right: 0px; }
    ul.responsive3 .slick-prev {
      left: 0; }
    ul.responsive3 .slick-slider .slick-track, ul.responsive3 .slick-slider .slick-list {
      -webkit-perspective: 1000px; }
  ul#gallery li {
    width: 25%; }
  /*************************
THIS IS FOR THE PARALLAX SCROLL
*************************/
  #trusticons h4 {
    font-size: 16px; }
  #trusticons .parallax-window {
    position: relative;
    padding: 5em 0;
    height: 500px;
    text-align: center;
    margin-top: 0; }
  /***********************
BOTTOMBLOCKS    
************************/
  #bottomblocks .row {
    max-width: 50%; }
  /***********************
MAILCHIMP FORM
************************/
  #mc_embed_signup input.email {
    width: 58% !important; }
  #mc_embed_signup input.button {
    width: 30% !important; }
  /*************************
STICKY BACK TO TOP
*************************/
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; }
  .shippingMenu {
    background: #cc0000;
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 0.3em 0; }
    .shippingMenu .last {
      position: absolute;
      text-align: center;
      top: 5%;
      width: 31.491712705%;
      right: 0%; }
      .shippingMenu .last img {
        margin-top: 0.3em;
        max-width: 30px; }
        .shippingMenu .last img:last-child {
          max-width: 120px; }
    .shippingMenu .first {
      position: relative;
      overflow: hidden;
      padding: 0;
      background: transparent;
      width: 31.491712705%; } }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /* STICKY NAV - This is where the header is set to be sticky. 
We can also change colour and size here - effects all take place onScroll (waypoints triggers this) */
  #content {
    height: auto;
    padding-bottom: 2em; }
  .slick-prev, .slick-next {
    top: 50%; }
  .slick-next {
    right: 50px; }
  .slick-prev {
    left: 50px; }
  /*.slick-slider .slick-track, .slick-slider .slick-list { -webkit-perspective: 1000px; }*/ }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /* STICKY NAV - This is where the header is set to be sticky. 
We can also change colour and size here - effects all take place onScroll (waypoints triggers this) */
  #content {
    height: auto;
    padding-bottom: 2em; }
  .slick-prev, .slick-next {
    top: 50%; }
  .slick-next {
    right: 50px; }
  .slick-prev {
    left: 50px; }
  /*.slick-slider .slick-track, .slick-slider .slick-list { -webkit-perspective: 1000px; }*/ }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .slideshow_caption p.h1, h1, .h1 {
    font-size: 3em; }
  .topMenu .nav > li > a {
    font-size: 1.2em; }
  body.Home #hero .row {
    width: 50%; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row, #leftcol > div {
    padding: 1em 0; }
  /*********************
HEADER STYLES
*********************/
  .header .row {
    height: 110px; }
  .header .clearHeader #logo {
    background-size: 270px 83px;
    width: 270px;
    height: 83px;
    top: 35%;
    left: 9%; } }
  @media only screen and (min-width: 1240px) and (min-width: 1600px) {
    .header .clearHeader #logo {
      background-size: 359px 110px;
      width: 359px;
      height: 110px;
      top: 28%; } }

@media only screen and (min-width: 1240px) {
  .header .darkHeader #logo {
    background-size: 270px 83px;
    width: 270px;
    height: 83px;
    top: 35%;
    left: 9%; } }
  @media only screen and (min-width: 1240px) and (min-width: 1600px) {
    .header .darkHeader #logo {
      background-size: 359px 110px;
      width: 359px;
      height: 110px;
      top: 28%; } }

@media only screen and (min-width: 1240px) {
  /***********************
HERO - INNER PAGES
************************/
  /*********************
NAVIGATION STYLES
*********************/
  .topMenu .nav > li {
    padding: 1.2em 1em; }
    .topMenu .nav > li a {
      padding: 1em 0; }
  /*********************
CONTENT STYLES
*********************/
  .Home #topblocks .button {
    right: 0;
    bottom: 10%; }
  /*******************************************************/
  /*CSS GRID - HOME BLOCKS*/
  /*******************************************************/
  /*so the image can fill the height and width of its box (the grid item), maintaining its aspect ratio. Must have width + height */
  .gallery-grid {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, 5vw);
    grid-gap: 15px; }
    .gallery-grid .gallery__item--1 {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 4; }
    .gallery-grid .gallery__item--2 {
      grid-column-start: 3;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 4; }
    .gallery-grid .gallery__item--3 {
      grid-column-start: 5;
      grid-column-end: 9;
      grid-row-start: 1;
      grid-row-end: 7; }
    .gallery-grid .gallery__item--4 {
      grid-column-start: 1;
      grid-column-end: 5;
      grid-row-start: 4;
      grid-row-end: 7; }
  /*********************************
BOTTOM BLOCKS
*********************************/
  #bottomblocks {
    height: 400px; } }
  @media only screen and (min-width: 1240px) and (min-width: 1600px) {
    #bottomblocks {
      height: 350px; } }

@media only screen and (min-width: 1240px) {
  #bottomBlocks .row, #homerightblocks .row {
    padding: 2em 0; }
  .header .shippingMenu .row {
    min-height: 38px; }
  .shippingMenu .last img {
    max-width: none; }
  .shippingMenu .last {
    top: -15%; }
  /*********************************
FOOTER
*********************************/
  #footer {
    position: relative;
    overflow: hidden; } }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/ }

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  /*
UNIVERSAL STYLING
Apply the universal selector (*) to remove background colors and shadowing and reset the default font color to black. 
Saves ink and expedites the printing process, it is important to consider how logos and branding elements will appear in grayscale.
*/
  * {
    background: transparent !important;
    color: #565050 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    /*
	If you wish to maintain background colors or images, you can effectively “force” the browser to do so.
	Handy when you want to turn a web page into a PDF file.
	*/
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  /*
TYPOGRAPHY
*/
  body {
    font-size: 12pt; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  a, a:visited {
    color: #211f1f !important;
    text-decoration: underline; }
  a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  /*
GENERAL CONTENT STYLING
*/
  h2, h3, tr, img, pre, blockquote, ul {
    page-break-inside: avoid; }
  pre, blockquote {
    border: 1px solid #565050; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  body, article, section {
    width: 100% !important;
    margin: 0;
    padding: 0; }
  #leftcol {
    min-width: 786px !important; }
  @page {
    margin: 0.5cm;
    size: A3; }
  /* ============================== */
  /* ! Turn OFF none-printable items  */
  /* ============================== */
  .hide,
  #hero,
  #rightcol,
  nav,
  .parallax-slider,
  #userblocks,
  .CaseStudy,
  #imageslider,
  #breadcrumbs {
    display: none; }
  /* ============================== */
  /* ! Turn ON printable items  */
  /* ============================== */ }

@media print {
  .printable {
    display: block; } }

@media print {
  body.Home .header, body.Home .header .parallax-window, body.Home .header .topBlock, body.CoffeeSolutions .header, body.CoffeeSolutions .header .parallax-window, body.CoffeeSolutions .header .topBlock {
    height: 20vh; } }

/*# sourceMappingURL=style.css.map */
