@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/
*********************/
/*Green */
/*$color-secondary: #a70f54;  Pink */
/* LGreen */
/* Pink */
/* 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: 'Font Name';
    	src: url('/library/fonts/font-name.eot');
    	src: url('/library/fonts/font-name.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; }

/*********************
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);
*/
/*********************
Image zoom
*********************/
/*
USAGE: @include transform($zoom);
*/
/*********************
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%;
  }
*/
/******************
CIRCLES
******************/
/*
USAGE: @include circle(inline-block, 30em, $white);
*/
/*
USAGE: @include fixedCircle(inline-block, 1em, $white);
*/
/*********************
BUTTONS
*********************/
.button, button, input.addCart {
  padding: 0.3em 0.6em;
  /*margin-top: 0.25em;*/
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1.2px;
  border-radius: 300px;
  cursor: pointer;
  border: 2px solid #ce013a;
  background: #ce013a;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .button:hover, .button:focus, button:hover, button:focus, input.addCart:hover, input.addCart:focus {
    background: #171717;
    border: 2px solid #171717;
    padding: 0.3em 0.6em;
    /*  @include transition(all 0.5s ease-in-out);*/
    /*border-radius: 4px;*/ }
  .button:active, button:active, input.addCart:active {
    background: #171717; }

input.addCart {
  /*line-height: 2;*/ }

.button.secondary {
  background: #525a5a;
  border: 2px solid #525a5a; }
  .button.secondary:hover, .button.secondary:focus, .button.secondary:active {
    background: #171717;
    border: 2px solid #171717;
    -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: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;
    padding: 0.3em 0.6em; }
    #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: 1;
      margin-right: -1em; }

/*********************

ANGLE BLOCKS  
https://www.viget.com/articles/angled-edges-with-css-masks-and-transforms

*********************/
.edge--bottom {
  position: relative;
  z-index: 1; }
  .edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%; }

.edge--bottom--reverse {
  position: relative;
  z-index: 1; }
  .edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--bottom--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 100%; }

.edge--top {
  position: relative;
  z-index: 1; }
  .edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--top:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0; }

.edge--top--reverse {
  position: relative;
  z-index: 1; }
  .edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--top--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0; }

.edge--both {
  position: relative;
  z-index: 1; }
  .edge--both:before, .edge--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--both:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0; }
  .edge--both:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%; }

.edge--both--reverse {
  position: relative;
  z-index: 1; }
  .edge--both--reverse:before, .edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .edge--both--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0; }
  .edge--both--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0; }

.-primary {
  background: #379545; }

.-secondary {
  background: #45ba56; }

.-tertiary {
  background: #ce013a; }

.-quaternary {
  background: #525a5a; }

/*
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: #171717; }

.dontdisplay, .product #viewSession {
  display: none; }

.hideOnMobile {
  display: none; }

.hideOnDesktop {
  display: block; }

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

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

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #379545;
  /* 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: #ce013a; }
  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, a.button, input[type=submit], label, .price, input#SubmitCheckout {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, a.button a, input[type=submit] a, label a, .price a, input#SubmitCheckout a {
    text-decoration: none; }

h1, .h1, .price {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600; }

h2, .h2 {
  margin: 0;
  font-weight: 300;
  line-height: 1.5em; }

.Home .Home .topBlock .h1, h2, .h2, .cd-top i, #content blockquote:before {
  font-size: 1.4em; }

h3, .h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0.6em 0;
  letter-spacing: 1.5px;
  font-weight: 600; }

h4, .h4 {
  margin: 1em 0 0.5em 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px; }

h5, .h5, h6, .h6, .header .last nav, #breadcrumbs {
  font-size: 1em;
  font-weight: 300; }

#privacy {
  text-transform: uppercase; }

h5, .h5 {
  letter-spacing: 0.05em;
  font-size: 2em; }

h6, .h6, #breadcrumbs {
  font-size: 0.9em; }

.slideshow_caption p.h1 {
  line-height: 1.4;
  margin-top: 0;
  font-size: 1.8em;
  font-weight: 600; }

.slideshow_caption .h2 {
  font-size: 1.6em;
  margin-bottom: 0.5em; }

body.Home .columnlayout h2 {
  font-size: 1.1em; }

.topMenu .nav li > a {
  /*font-family: $cursive;*/ }

.heading h1 {
  font-size: 1.5em; }

blockquote .h2, body.Home #topblocks h2 {
  font-size: 1.1em;
  text-align: center; }

.header .phone {
  text-transform: uppercase; }

#searchForm input[type=text] {
  font-family: "Open Sans", sans-serif;
  line-height: 1.8; }

/*************************
Colours
*************************/
.white, #trusticons, #trusticons .h2, #footer #facebook a, body.Home .heading h1, #bottomblocks .button:hover, #bottomblocks .button:focus, #bottomblocks .button:active, .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, .phone, .phone a, #topLine, #topLine a, #searchForm input, a.searchbutton, a.searchbutton:focus, a.searchbutton:active, .featuredProductsSlideshow h2, #footer a, .Home #bottomblocks h2, a.toggleMenu, .slideshow_caption .h2, input.addCart, #topLine .price, #topLine .holdCart a:hover, .attendees, #trusticons h2 {
  color: #ffffff; }

.green, body.Home #content ul li::before, blockquote:before, body.Home .columnlayout h2 a:hover, .phone a:hover, .respond-form h2 {
  color: #379545; }

.pink, #address form .button, body.Home #topblocks h2 a:hover, #footer a:hover {
  color: #ce013a; }

.lightgreen, h1, .h1, h2, .h2 {
  color: #45ba56; }

.grey, h3, .h3 {
  color: #525a5a; }

.black, #topLine a:hover {
  color: #171717; }

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

/*********************
SPRITE
*********************/
#logo {
  display: block;
  width: 200px;
  height: 100px;
  background-size: 200px 100px;
  margin: 0 auto;
  background: transparent url("../images/logo.svg") no-repeat center top; }

/*********************
HEADER STYLES
*********************/
#topLine {
  background: #ce013a;
  text-align: center;
  padding: 0.25em 0;
  position: fixed;
  height: 50px;
  width: 100%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 9999; }
  #topLine .holdCart {
    background: #45ba56;
    padding: 0.2em 1em;
    margin: 0 0.5em;
    border-radius: 300px;
    position: relative; }
    #topLine .holdCart:hover {
      cursor: pointer; }
  #topLine .phone, #topLine .holdCart, #topLine .holdCart > div, #topLine em.price {
    display: inline-block;
    vertical-align: middle; }

/*Set height of parallax on home to be bigger than inner pages */
body.Home .header {
  background: #379545; }

.header {
  position: relative;
  z-index: 999999999;
  min-height: 160px; }
  .header .menu.clearHeader, .header .menu.darkHeader {
    position: relative;
    top: 50px;
    overflow: hidden;
    min-height: 110px;
    padding-bottom: 0.5em; }
  .header #logo {
    position: absolute;
    left: -5%;
    z-index: 9999; }
  .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 .logoHelper {
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 150px;
    width: 300px;
    border-radius: 300px;
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -webkit-transform: rotate(-30deg);
    /* Safari */
    transform: rotate(-30deg);
    background: #525a5a;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8); }
  .header .menu {
    padding: 0;
    background-color: #379545;
    z-index: 9000; }
    .header .menu .last {
      text-align: right;
      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;
	}
}*/
#overlaybg {
  position: absolute;
  bottom: 10%;
  display: block;
  min-width: 100%; }
  #overlaybg img {
    width: 100%; }

.overlaytexture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background-color: #171717;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23838383' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); }

/***********************
HERO - INNER PAGES
************************/
#hero {
  position: relative;
  border-top: 4px solid #525a5a; }
  #hero .topBlock {
    z-index: 8888;
    text-align: center; }
    #hero .topBlock h1, #hero .topBlock .h1 {
      display: inline-block;
      padding: 0.5em;
      background: #ffffff;
      bottom: 0;
      width: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }

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

.topMenu {
  width: 100%;
  float: right;
  clear: right;
  margin-top: 2em;
  /* end .nav */ }
  .topMenu a.toggleMenu {
    width: 100%;
    padding: 2% 4%;
    text-transform: uppercase;
    margin-bottom: 0; }
    .topMenu a.toggleMenu span {
      display: block;
      width: auto;
      float: right;
      padding-left: 0.5em; }
  .topMenu .nav {
    margin-top: 0;
    position: relative;
    width: 99%;
    z-index: 99999;
    text-transform: uppercase;
    /* 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: #30823c;
        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.allCategories {
          display: none; }
        .topMenu .nav li a:hover, .topMenu .nav li a:focus {
          background: #3ea84e; }
        .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: #379545;
            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: #45ba56; }
          .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: #3ea84e; }
              .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: #45ba56; }
            .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: #45ba56; }

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

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

/*********************
CONTENT STYLES
*********************/
/* content area all inner pages */
#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 h2, body.Home #bottomblocks h2 {
  position: relative;
  z-index: 9999; }

#content ul:not(.slick-slider):not(#HRtabs):not(#products):not(#checkoutBreadcrumbs), body.Home #bottomblocks ul:not(.slick-slider):not(#HRtabs):not(#products):not(#checkoutBreadcrumbs) {
  padding: 0;
  list-style-type: none; }
  #content ul:not(.slick-slider):not(#HRtabs):not(#products):not(#checkoutBreadcrumbs) li, body.Home #bottomblocks ul:not(.slick-slider):not(#HRtabs):not(#products):not(#checkoutBreadcrumbs) li {
    padding-left: 1em; }
    #content ul:not(.slick-slider):not(#HRtabs):not(#products):not(#checkoutBreadcrumbs) li:before, body.Home #bottomblocks ul:not(.slick-slider):not(#HRtabs):not(#products):not(#checkoutBreadcrumbs) li:before {
      content: '\f054';
      font-family: "Font Awesome 5 Pro";
      display: block;
      font-weight: 400;
      position: absolute;
      margin-left: -1em; }
    #content ul:not(.slick-slider):not(#HRtabs):not(#products):not(#checkoutBreadcrumbs) li > ul, body.Home #bottomblocks ul:not(.slick-slider):not(#HRtabs):not(#products):not(#checkoutBreadcrumbs) li > ul {
      padding-left: 1.5em; }

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

#content > div > div ul:not(.product):not(#products) li:before {
  content: "\f054";
  font-size: small;
  line-height: 1.8; }

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

blockquote {
  margin: 0 0 0 0; }

blockquote {
  padding: 1em; }
  blockquote p {
    padding-left: 2em;
    margin-top: 0; }
  blockquote h5 {
    margin: 0.4em 0; }
  blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: block;
    float: left;
    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 #cacaca; }
  #breadcrumbs > div div {
    display: inline; }

/*********************
HOME STYLES
*********************/
body.Home .featuredProductsSlideshow {
  text-align: center;
  background: #379545; }

body.Home #content {
  background: #ffffff; }
  body.Home #content #leftcol > div {
    background: #ffffff;
    margin-bottom: 2em;
    padding: 0; }
    body.Home #content #leftcol > div > div {
      text-align: center; }
      body.Home #content #leftcol > div > div > div.last {
        padding: 0em;
        overflow: hidden;
        height: 400px; }
        body.Home #content #leftcol > div > div > div.last img {
          min-height: 420px;
          max-width: inherit;
          right: 0;
          position: absolute;
          z-index: 0; }
        body.Home #content #leftcol > div > div > div.last a.button {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

/*********************
BLOCK LAYOUT
**********************/
.block:not(.bottomBlock) {
  margin-bottom: 1em; }

.columnlayout, ul#products, #categorydetails ul.products, #relatedProducts ul, body.Brands ol, ul.confidence, ul.confidence2, .newsWrap, body.Contact #leftcol {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 0;
  text-align: center; }
  .columnlayout > div, .columnlayout li, .columnlayout .newsBlock, ul#products > div, ul#products li, ul#products .newsBlock, #categorydetails ul.products > div, #categorydetails ul.products li, #categorydetails ul.products .newsBlock, #relatedProducts ul > div, #relatedProducts ul li, #relatedProducts ul .newsBlock, body.Brands ol > div, body.Brands ol li, body.Brands ol .newsBlock, ul.confidence > div, ul.confidence li, ul.confidence .newsBlock, ul.confidence2 > div, ul.confidence2 li, ul.confidence2 .newsBlock, .newsWrap > div, .newsWrap li, .newsWrap .newsBlock, body.Contact #leftcol > div, body.Contact #leftcol li, body.Contact #leftcol .newsBlock {
    display: inline-block;
    vertical-align: top;
    flex: 1 1 auto;
    flex-grow: 0;
    width: 100%;
    padding: 1em; }
    .columnlayout > div > div, .columnlayout li > div, .columnlayout .newsBlock > div, ul#products > div > div, ul#products li > div, ul#products .newsBlock > div, #categorydetails ul.products > div > div, #categorydetails ul.products li > div, #categorydetails ul.products .newsBlock > div, #relatedProducts ul > div > div, #relatedProducts ul li > div, #relatedProducts ul .newsBlock > div, body.Brands ol > div > div, body.Brands ol li > div, body.Brands ol .newsBlock > div, ul.confidence > div > div, ul.confidence li > div, ul.confidence .newsBlock > div, ul.confidence2 > div > div, ul.confidence2 li > div, ul.confidence2 .newsBlock > div, .newsWrap > div > div, .newsWrap li > div, .newsWrap .newsBlock > div, body.Contact #leftcol > div > div, body.Contact #leftcol li > div, body.Contact #leftcol .newsBlock > div {
      width: auto; }

/* blocks that need borders*/
.columnlayout, ul#products, #categorydetails ul.products, #relatedProducts ul, body.Brands ol {
  /*Top row needs border adding seperatley to prevent double borders*/ }
  .columnlayout > div, .columnlayout li, ul#products > div, ul#products li, #categorydetails ul.products > div, #categorydetails ul.products li, #relatedProducts ul > div, #relatedProducts ul li, body.Brands ol > div, body.Brands ol li {
    border: 1px solid #c4c4c4; }
  .columnlayout > div:first-child, .columnlayout li:first-child, .columnlayout > div:nth-child(2), .columnlayout li:nth-child(2), ul#products > div:first-child, ul#products li:first-child, ul#products > div:nth-child(2), ul#products li:nth-child(2), #categorydetails ul.products > div:first-child, #categorydetails ul.products li:first-child, #categorydetails ul.products > div:nth-child(2), #categorydetails ul.products li:nth-child(2), #relatedProducts ul > div:first-child, #relatedProducts ul li:first-child, #relatedProducts ul > div:nth-child(2), #relatedProducts ul li:nth-child(2), body.Brands ol > div:first-child, body.Brands ol li:first-child, body.Brands ol > div:nth-child(2), body.Brands ol li:nth-child(2) {
    border-top: 1px solid #c4c4c4; }

/* blocks that need spacing*/
.newsWrap > div, .newsWrap li, .newsWrap .newsBlock {
  width: 100%;
  margin: 0 0.25em; }

.columnlayout > div, body.Contact #leftcol > div {
  width: 100%;
  margin-right: 0em; }

/* BOTTOM BLOCKS */
/* new confidence triggers*/
/*Hide on search pages */
body.Search #confidence2 {
  display: none; }

ul.confidence2 {
  list-style: none;
  padding: 0 0 0 0; }
  ul.confidence2 li {
    width: 33%; }
    ul.confidence2 li p {
      display: none; }
    ul.confidence2 li:before {
      display: block;
      margin: 0 auto; }
    ul.confidence2 li:first-of-type:before {
      background-position: 0 0; }
    ul.confidence2 li:nth-of-type(2n):before {
      background-position: 0 -150px; }
    ul.confidence2 li:nth-of-type(3n):before {
      background-position: 0 -300px; }
    ul.confidence2 li:nth-of-type(4n):before {
      background-position: 0 -450px; }
    ul.confidence2 li:nth-of-type(5n):before {
      background-position: 0 -600px; }
    ul.confidence2 li:nth-of-type(6n):before {
      background-position: 0 -750px; }

/* RIGHT BLOCKS */
#rightcol {
  /* end .block */ }
  #rightcol .block ol, #rightcol .block ul {
    padding: 0em 0em 1em 0em; }
    #rightcol .block ol li, #rightcol .block ul li {
      list-style: none;
      border-bottom: 1px solid #cacaca;
      padding: 5px 0px;
      display: block;
      min-height: 40px;
      line-height: 1.6; }
      #rightcol .block ol li a, #rightcol .block ul li a {
        text-decoration: none; }
    #rightcol .block ol li:before, #rightcol .block ul li:before {
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      display: block;
      float: left;
      font-size: large;
      padding-right: 0.5em;
      padding-bottom: 1em;
      line-height: 1.2; }

/* end #rightcol */
/*********************************
TOP BLOCKS
*********************************/
body.Home #topblocks {
  padding: 0;
  text-align: center; }
  body.Home #topblocks .block {
    text-align: center;
    margin: 0;
    margin-bottom: 1em; }
    body.Home #topblocks .block p {
      margin-bottom: 2em; }
      body.Home #topblocks .block p a {
        display: inline; }
    body.Home #topblocks .block .threecol {
      margin-bottom: 2em; }
    body.Home #topblocks .block a {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      display: block; }
      body.Home #topblocks .block a .h3 {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        line-height: 2; }
      body.Home #topblocks .block a:hover {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        body.Home #topblocks .block a:hover .h3 {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          color: #ce013a; }

#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);
    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; }

/*********************************
BOTTOM BLOCKS
*********************************/
.enquiry {
  border-top: 4px solid #379545;
  background: #d4d7d7; }

#trusticons h4 {
  padding-bottom: 50px;
  font-size: 12px; }

#trusticons .parallax-window {
  position: relative;
  padding: 0em 0;
  height: 800px;
  text-align: center; }
  #trusticons .parallax-window .borderWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 90%;
    padding: 1.5em 2.5em;
    text-align: center; }
    #trusticons .parallax-window .borderWrap blockquote {
      text-align: center; }
    #trusticons .parallax-window .borderWrap:before {
      content: none; }
    #trusticons .parallax-window .borderWrap p {
      padding-left: 0; }

body:not(.Home):not(.checkout) #bottomblocks {
  border-top: 2px solid #379545;
  text-align: center; }

#bottomblocks .respond-form h2, #bottomblocks .respond-form h3, #bottomblocks .respond-form #contact_us_enq_submit {
  text-align: center; }

#bottomblocks .respond-form h3:after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #ce013a;
  display: block;
  margin: 0.5em auto; }

#bottomblocks .respond-form fieldset {
  border: none; }

#bottomblocks .respond-form label {
  display: block; }

#bottomblocks .respond-form p.submitbutton {
  text-align: center; }

body:not(.Home) #bottomBlocks .container, body:not(.Home) #homerightblocks .container, body.Home #bottomBlocks .container, body.Home #homerightblocks .container {
  background-color: whitesmoke;
  padding: 1em 0 0 0; }
  body:not(.Home) #bottomBlocks .container .respond-form, body:not(.Home) #homerightblocks .container .respond-form, body.Home #bottomBlocks .container .respond-form, body.Home #homerightblocks .container .respond-form {
    padding: 1em 0; }
    body:not(.Home) #bottomBlocks .container .respond-form textarea, body:not(.Home) #homerightblocks .container .respond-form textarea, body.Home #bottomBlocks .container .respond-form textarea, body.Home #homerightblocks .container .respond-form textarea {
      height: 105px; }

/******************************************************************
FORM STYLES
******************************************************************/
a.searchbutton.activeicon:after {
  content: '\f002';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.searchbutton {
  margin: 0 1em;
  position: absolute;
  right: 5%;
  float: right; }
  a.searchbutton:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.52rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.smallform {
  border: 2px solid #ffffff;
  background-color: #297034;
  width: 99%;
  float: right;
  top: 0;
  position: relative; }
  .smallform input[type="email"], .smallform input[type="text"] {
    background-color: transparent;
    border: none;
    width: 77%;
    padding: 0.5em;
    line-height: 1.5; }
    .smallform input[type="email"]:focus, .smallform input[type="text"]:focus {
      outline: none; }
  .smallform .button {
    margin-bottom: 0;
    float: right;
    background: transparent;
    border: none;
    width: 20%;
    line-height: 2; }
    .smallform .button:hover {
      background: transparent;
      color: #171717; }

.respond-form {
  margin: 0em 0em;
  padding: 0%;
  min-width: 190px;
  background-color: transparent; }

.respond-form, #address {
  /* not nested as not all forms contain a table */ }
  .respond-form table, #address table {
    width: 100%; }
  .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 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: #379545;
      margin: 0 0 1em 0;
      display: table-cell;
      width: 100%;
      max-width: 100%;
      border: 2px solid #379545;
      /* 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=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: left; }
      .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: #525a5a; }

/*********************
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 #cacaca;
      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 #d4d7d7;
  padding: 1em 0; }
  #listing h2 {
    margin: 0; }
  #listing p {
    margin-top: 0.25em; }
  #listing:last-child {
    border-bottom: 1px dotted #d4d7d7; }

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; }
  #gallery 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 #d4d7d7; }
  #gallery p {
    display: none; }

.confidence {
  padding: 2em 0; }
  .confidence .row > div {
    text-align: center; }

/*********************
FOOTER STYLES
*********************/
#footer {
  background: #171717;
  border-top: 4px solid #ce013a;
  /*text-align: center;*/ }
  #footer > div i {
    padding-right: 0.25em; }
  #footer > div #copyright .first a {
    display: block; }
  #footer > div ul.nav {
    list-style-type: none;
    padding-left: 0; }
    #footer > div ul.nav li {
      border-bottom: 1px dotted #525a5a;
      text-transform: capitalize;
      padding-left: 0.5em;
      width: 80%; }
      #footer > div ul.nav li a {
        display: block;
        line-height: 2;
        text-transform: capitalize; }
      #footer > div ul.nav li:last-child {
        display: none; }
  #footer > div #privacy {
    text-align: center; }
    #footer > div #privacy a {
      padding: 0 0.5em; }
      #footer > div #privacy a:first-child {
        border-right: 1px solid #525a5a; }

/* ================================================ */
/* 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.products {
    list-style-type: none;
    padding-left: 0;
    margin-left: -10px;
    margin-right: -10px; }
    .slick-slider.products li {
      border: none;
      background: #ffffff;
      padding: 0;
      margin: 0.2em; }
      .slick-slider.products li .productImage img {
        padding: 1em; }
      .slick-slider.products li .productDetails {
        padding: 1em; }
  .slick-slider .slick-list {
    margin: 0 auto; }
  .slick-slider button {
    padding: 0.2em;
    height: auto;
    z-index: 99;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }
    .slick-slider button:before {
      content: "\f104";
      font-family: "Font Awesome 5 Pro";
      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%; }

/*Full width slider */
ul.responsive3 {
  margin-bottom: 0; }
  ul.responsive3 .slick-list {
    margin: 0 auto; }
    ul.responsive3 .slick-list .slick-track .slick-slide {
      position: relative;
      overflow: hidden; }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
        position: absolute;
        bottom: 2%;
        text-align: center;
        width: 100%;
        padding: 1em; }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .h3:after {
          content: none; }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .h2 {
          display: none; }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption a.button:first-of-type {
          animation-delay: 1s;
          border-radius: 300px 0px 0px 300px; }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption a.button {
          animation-delay: 1.5s;
          margin: 0.1em;
          margin-right: -6px;
          border-radius: 0px 300px 300px 0px; }
        @media (max-width: 400px) {
          ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .h1 {
            font-size: 1em; }
          ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .h2 {
            display: none; }
          ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .button {
            font-size: 0.85em; } }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
        opacity: 0;
        visibility: hidden;
        display: none;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption.activate {
        opacity: 1;
        visibility: visible;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      ul.responsive3 .slick-list .slick-track .slick-slide img {
        height: 250px;
        max-width: none;
        width: auto; }

ul.responsive2 {
  margin-bottom: 0; }
  ul.responsive2 .slick-list {
    margin: 0 auto; }
    ul.responsive2 .slick-list .slick-track .slick-slide {
      position: relative;
      overflow: hidden; }
      ul.responsive2 .slick-list .slick-track .slick-slide:before {
        content: none;
        display: none; }
      ul.responsive2 .slick-list .slick-track .slick-slide img {
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%); }

/************************
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: #ce013a;
  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);
    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; }

/*************************
ERP
*************************/
/* STYLE ALL PRODUCT LISTINGS SITE-WIDE IN ONE SPOT */
.categories li {
  padding: 0.5em; }

.Category .qtyarea .attendees, .Category .qtyarea .addQuantity, .Category .qtyarea .addCart, .Home .qtyarea .attendees, .Home .qtyarea .addQuantity, .Home .qtyarea .addCart {
  display: none; }

.category, .Home {
  /*input.addCart, a.addCart{border-radius: 300px 0px 0px 300px; margin-top: 10px; vertical-align: middle;}
         a#viewSession{border-radius: 0px 300px 300px 0px; margin-top: 10px; margin-left: -8px; vertical-align: middle;}*/ }
  .category .subcategorylink, .Home .subcategorylink {
    text-align: center; }
  .category #rightcol, .category #topofpage, .Home #rightcol, .Home #topofpage {
    display: none; }

.products, #products {
  list-style-type: none;
  padding-left: 0; }
  .products li, #products li {
    border: 1px solid #bfbfbf;
    position: relative;
    background: #ffffff;
    padding: 0.5em;
    margin: 0.2em; }
    .products li .productDetails, #products li .productDetails {
      padding: 0.5em; }
      .products li .productDetails form, #products li .productDetails form {
        clear: both; }
        .products li .productDetails form > input, .products li .productDetails form > p, #products li .productDetails form > input, #products li .productDetails form > p {
          /*display:inline-block;*/ }
          .products li .productDetails form > input.sizeVariant, .products li .productDetails form > p.sizeVariant, #products li .productDetails form > input.sizeVariant, #products li .productDetails form > p.sizeVariant {
            display: block; }
        .products li .productDetails form > p, #products li .productDetails form > p {
          margin: 0; }

.qtyarea .attendees {
  background: #45ba56;
  padding: 0.5em;
  display: inline-block;
  vertical-align: bottom;
  height: 40px; }

.qtyarea input[type=text] {
  border: 1px solid #45ba56;
  padding: 0.5em;
  margin: 0 1em 0 0;
  display: inline-block;
  vertical-align: bottom;
  height: 40px;
  width: 50px;
  border-radius: 0 !important; }

.product .sevencol.last {
  text-align: left;
  padding: 1em; }
  .product .sevencol.last > span:first-child {
    margin: 1em; }
  .product .sevencol.last .pid, .product .sevencol.last .categoryName {
    margin: 0.2em 0; }
  .product .sevencol.last .ProductAttributeSelectContainer {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    display: block;
    text-align: left; }
    .product .sevencol.last .ProductAttributeSelectContainer .ProductAttributeSelectLabel {
      display: inline-block;
      margin: 0.5em;
      width: 110px;
      max-width: 50%; }
    .product .sevencol.last .ProductAttributeSelectContainer select, .product .sevencol.last .ProductAttributeSelectContainer input {
      padding: 0.25em;
      line-height: 1.5;
      width: 300px;
      max-width: 95%;
      margin: 0em auto;
      font-family: "Open Sans", sans-serif;
      display: inline-block;
      text-align: right; }
      .product .sevencol.last .ProductAttributeSelectContainer select.addQuantity, .product .sevencol.last .ProductAttributeSelectContainer input.addQuantity {
        margin-right: 1em; }
      .product .sevencol.last .ProductAttributeSelectContainer select:focus, .product .sevencol.last .ProductAttributeSelectContainer input:focus {
        border: 1px solid #45ba56;
        box-shadow: none; }
  .product .sevencol.last .FinalPriceContainer {
    border-top: 1px solid #ce013a;
    margin-top: 1em; }
    .product .sevencol.last .FinalPriceContainer p {
      display: none; }
    .product .sevencol.last .FinalPriceContainer p.clearfix {
      display: inline-block; }
    .product .sevencol.last .FinalPriceContainer .FinalPriceLabel, .product .sevencol.last .FinalPriceContainer #FinalPriceAmount {
      /*font-family: $headings;*/
      font-size: 2em;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      margin: 0.5em; }
    .product .sevencol.last .FinalPriceContainer .FinalPriceLabel, .product .sevencol.last .FinalPriceContainer #FinalPriceAmount, .product .sevencol.last .FinalPriceContainer form {
      display: inline-block;
      vertical-align: middle; }
    .product .sevencol.last .FinalPriceContainer form {
      margin: 0.5em;
      margin-left: 2em;
      font-size: 1.2em;
      vertical-align: middle; }
  .product .sevencol.last .NonSelectableProductAttributeSelect {
    border: 1px solid white !important;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: white; }
  .product .sevencol.last .NonSelectableProductAttributeSelect::-ms-expand {
    display: none; }

.addcartContainer {
  display: inline; }

/* STYLE ALL PRODUCT DETAIL IN ONE SPOT */
#product .productDetails form.addCart {
  border-bottom: 3px solid #45ba56;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }

#relatedProducts .products li {
  background: #ffffff; }

/*TABS*/
.shadetabs {
  padding: 0;
  margin: 0;
  margin-top: 1em;
  line-height: 2.8em;
  list-style-type: none;
  text-align: left; }
  .shadetabs li {
    display: inline;
    margin: 0;
    float: left;
    display: block;
    width: auto;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    z-index: 1;
    line-height: 2.8em;
    border: 0px;
    border-bottom: none;
    border-right: none; }
    .shadetabs li:last-child {
      border-right: 0px; }
    .shadetabs li a:hover {
      text-decoration: underline;
      color: #ce013a; }
    .shadetabs li a.selected {
      position: relative;
      background-color: #ff9cb8; }
      .shadetabs li a.selected:hover {
        text-decoration: none; }

#horizontalTab {
  margin-bottom: 1em !important;
  /*-----------Accordion styles-----------*/ }
  #horizontalTab .holdtabs {
    clear: left;
    /*min-height: 200px;*/ }
  #horizontalTab .tabcontent {
    display: none; }
  #horizontalTab .resp-tabs-list p {
    padding: 0px; }
  #horizontalTab .resp-tabs-list li {
    font-weight: 600;
    display: inline-block;
    font-size: 13px;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border: 1px solid #525a5a; }
  #horizontalTab .resp-tab-content {
    display: none;
    background: whitesmoke;
    border: 1px solid #525a5a;
    padding: 1em;
    border-top: none; }
  #horizontalTab .resp-tab-active {
    margin-bottom: -1px;
    position: relative;
    background-color: #ff9cb8;
    border-bottom: none; }
  #horizontalTab .resp-content-active, #horizontalTab .resp-accordion-active {
    display: block; }
  #horizontalTab h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 13px;
    border: 1px solid #525a5a;
    margin: 0px;
    padding: 10px 15px;
    margin: 0.5em 0; }
  #horizontalTab h2.resp-tab-active {
    border-bottom: 0px solid #f2f2f2 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important; }
  #horizontalTab ul.resp-tabs-list {
    display: none; }
  #horizontalTab h2.resp-accordion {
    display: block;
    background-color: #ffffff 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0 0%), to(#ffffff 100%));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%); }
  #horizontalTab .resp-vtabs .resp-tab-content {
    border: 1px solid #ebebeb; }
  #horizontalTab .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none; }
  #horizontalTab .resp-accordion-closed {
    display: none !important; }
  #horizontalTab .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #f2f2f2 !important; }
  #horizontalTab .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%; }
  #horizontalTab .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none; }
  #horizontalTab .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none; }
  #horizontalTab .resp-vtabs .resp-tab-content {
    border: none; }
  #horizontalTab .resp-vtabs li.resp-tab-active {
    border: 1px solid #ebebeb;
    border-right: none;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important; }
  #horizontalTab .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #ebebeb; }
  #horizontalTab h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797; }
  #horizontalTab h2.resp-tab-active {
    background: #DBDBDB !important; }
  #horizontalTab .resp-easy-accordion h2.resp-accordion {
    display: block; }
  #horizontalTab .resp-easy-accordion .resp-tab-content {
    border: 1px solid #ebebeb; }
  #horizontalTab .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #f2f2f2 !important; }
  #horizontalTab .resp-jfit {
    width: 100%;
    margin: 0px; }
  #horizontalTab .resp-tab-content-active {
    display: block; }
  #horizontalTab h2.resp-accordion:first-child {
    /*border-top: 1px solid darken($white, 5%) !important;*/ }

/*****************************
Cart + Checkout
****************************/
#checkoutBreadcrumbs {
  list-style: none;
  background-color: #e6e6e6;
  margin: 1em 0;
  padding-left: 0;
  display: block; }
  #checkoutBreadcrumbs li {
    float: left;
    width: 33.3%; }
    #checkoutBreadcrumbs li a {
      padding: 0.25em;
      display: inline-block;
      text-decoration: none;
      line-height: 2.5em; }
      #checkoutBreadcrumbs li a span {
        float: left;
        text-align: center;
        border: 1px solid #bfbfbf;
        margin: 0.25em 0.25em 0 0;
        line-height: 2em;
        display: inline-block;
        background: #e6e6e6;
        width: 2em;
        height: 2em;
        border-radius: 1em;
        text-align: center; }

/*Set body class to change styles*/
/*First - View Cart*/
body.viewcart .holdCart {
  display: none !important; }

body.viewcart #checkoutBreadcrumbs {
  width: 100%; }
  body.viewcart #checkoutBreadcrumbs li.first {
    width: 60%; }
    body.viewcart #checkoutBreadcrumbs li.first a span {
      border: 1px solid #379545;
      background-color: #379545;
      color: #ffffff; }
  body.viewcart #checkoutBreadcrumbs li.second, body.viewcart #checkoutBreadcrumbs li.third, body.viewcart #checkoutBreadcrumbs li.fourth {
    width: 12.5%; }
    body.viewcart #checkoutBreadcrumbs li.second a, body.viewcart #checkoutBreadcrumbs li.third a, body.viewcart #checkoutBreadcrumbs li.fourth a {
      text-indent: -9998em; }
      body.viewcart #checkoutBreadcrumbs li.second a span, body.viewcart #checkoutBreadcrumbs li.third a span, body.viewcart #checkoutBreadcrumbs li.fourth a span {
        text-indent: 0em; }
  body.viewcart #checkoutBreadcrumbs li.second a:hover,
  body.viewcart #checkoutBreadcrumbs li.third a:hover,
  body.viewcart #checkoutBreadcrumbs li.fourth a:hover {
    cursor: default;
    text-decoration: none; }

/*Second - ID*/
body.identification #checkoutBreadcrumbs li.second a span {
  border: 1px solid #379545;
  background-color: #379545;
  color: #ffffff; }

/*Third - Checkout*/
body.checkout #checkoutBreadcrumbs li.third {
  width: 60%; }
  body.checkout #checkoutBreadcrumbs li.third a span {
    border: 1px solid #379545;
    background-color: #379545;
    color: #ffffff; }

body.checkout #checkoutBreadcrumbs li.fourth a:hover {
  cursor: default;
  text-decoration: none; }

body.checkout #checkoutBreadcrumbs li.first, body.checkout #checkoutBreadcrumbs li.fourth {
  width: 20%; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: -9998em; }
    body.checkout #checkoutBreadcrumbs li.first a span, body.checkout #checkoutBreadcrumbs li.fourth a span {
      text-indent: 0em; }

body.checkout #rightcol {
  margin-top: 0px; }

/*fourth - Confirmation*/
body.finalise #checkoutBreadcrumbs li.fourth a span {
  border: 1px solid #379545;
  background-color: #379545;
  color: #ffffff; }

.Blocks {
  border: 4px solid #ebebeb;
  margin-bottom: 0;
  padding: 10px; }

table.Blocks {
  margin: 1em 0;
  width: 100%;
  padding: 1em;
  border-collapse: inherit;
  /*margin-bottom:10px;*/ }
  table.Blocks tr {
    padding: 1em;
    margin: 0.5em auto; }
  table.Blocks tr:nth-child(odd) {
    background: #f0f0f0; }
  table.Blocks td {
    padding: 0.5em; }

/*********************************
VIEW CART
*********************************/
table.ViewCart td.ViewCart_Price_Right {
  vertical-align: top;
  width: 15%; }

table.ViewCart strong {
  font-size: 2rem; }

table.ViewCart td.ViewCart_Price_Left {
  padding-right: 1em;
  text-align: right;
  vertical-align: bottom; }
  table.ViewCart td.ViewCart_Price_Left div.ViewCart_Price_Left {
    position: relative;
    text-align: right;
    vertical-align: bottom; }
  table.ViewCart td.ViewCart_Price_Left #divPopup {
    position: relative;
    margin: 0px 0px 0px auto;
    padding: 10px 10px 10px 10px;
    height: 60px;
    font-size: 80%;
    line-height: 110%;
    text-transform: none;
    text-align: left; }
    table.ViewCart td.ViewCart_Price_Left #divPopup .suburb {
      color: #171717;
      display: block;
      padding: 5px 10px;
      text-align: left;
      white-space: nowrap; }
      table.ViewCart td.ViewCart_Price_Left #divPopup .suburb:hover {
        background: #000080;
        color: #ffffff;
        text-decoration: none; }
  table.ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good,
  table.ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good_Quote {
    background: URL("/wmsimages/freight_good.png") no-repeat; }
  table.ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Bad,
  table.ViewCart td.ViewCart_Price_Left div.ViewCart_Freight_Bad_Quote {
    background: URL("/wmsimages/freight_bad.responsive.png") no-repeat; }

.BlueLink {
  font-size: 100%;
  text-transform: uppercase;
  padding: 10px;
  float: left;
  /*margin-bottom: 2em;*/ }

.Proceed {
  background-color: #ce013a;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: right;
  clear: both;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  font-family: "Oswald", sans-serif; }
  .Proceed a {
    color: #ffffff;
    padding: 20px;
    line-height: 2em;
    font-family: "Oswald", sans-serif; }
  .Proceed:hover {
    background: #820125;
    cursor: pointer;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all; }

input.addQuantity {
  width: 6%;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 9.5px 0 9.5px 0;
  text-align: center; }

/******************************************************************
TABLE STYLES
******************************************************************/
/* RESPONSIVE TABLES */
table#tableCart, table.tableResp, table#tableTotals {
  display: block;
  border-collapse: initial;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  /* /tbody*/ }
  table#tableCart thead tr, table.tableResp thead tr, table#tableTotals thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
    table#tableCart thead tr td:nth-child(5), table.tableResp thead tr td:nth-child(5), table#tableTotals thead tr td:nth-child(5) {
      display: none; }
  table#tableCart tbody, table.tableResp tbody, table#tableTotals tbody {
    display: block; }
    table#tableCart tbody tr, table.tableResp tbody tr, table#tableTotals tbody tr {
      display: block;
      border-bottom: 2px solid #ebebeb; }
      table#tableCart tbody tr td, table.tableResp tbody tr td, table#tableTotals tbody tr td {
        display: block;
        text-align: right;
        padding: 0.25em 0.5em; }
        table#tableCart tbody tr td:nth-child(5), table.tableResp tbody tr td:nth-child(5), table#tableTotals tbody tr td:nth-child(5) {
          display: none; }
        table#tableCart tbody tr td:before, table.tableResp tbody tr td:before, table#tableTotals tbody tr td:before {
          content: attr(data-label);
          float: left;
          text-transform: uppercase; }

/* /table */
table#tableTotals tbody tr {
  border-bottom: none; }
  table#tableTotals tbody tr td {
    border: none; }

table#tableTotals tbody tr:not(.calcPostage) td:first-child {
  float: left; }

/**********************************
STEP 2/3 CHECKOUT
**********************************/
body.checkout .respond-form fieldset {
  margin-bottom: 1em; }

.checkout input[type=text], .checkout input[type=number], .checkout input[type=email], .checkout input[type=password], .checkout textarea, .checkout select, .checkout input#txtPromoCode {
  border: 0.5px solid #379545; }

.checkout #leftcol .row {
  background: #ffffff;
  padding: 1em;
  border: 1px solid #45ba56;
  margin: 1em auto; }

.checkout #leftcol .BlueLink {
  padding: inherit;
  float: none;
  padding: 0 0.5em; }

.checkout table.ViewCart td.ViewCart_Price_Left {
  padding-right: 1em;
  text-align: left;
  vertical-align: bottom; }
  .checkout table.ViewCart td.ViewCart_Price_Left div.ViewCart_Price_Left {
    position: relative;
    text-align: right;
    vertical-align: bottom; }

p.smMessage {
  font-size: 80%;
  text-transform: uppercase;
  padding: 2%;
  background-color: #ebebeb; }

/*********************************
PROCEED
*********************************/
#Proceed, #Proceed_PayPal {
  margin-left: 0px;
  background-color: #171717;
  margin-bottom: 40px;
  margin-bottom: 10px;
  padding: 10px; }
  #Proceed span, #Proceed_PayPal span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 70%;
    float: left;
    line-height: 4em; }
  #Proceed #SubmitCheckout, #Proceed_PayPal #SubmitCheckout {
    margin-top: 9px;
    float: right;
    font-size: 1.7em !important;
    /*width: 100%;*/ }
    #Proceed #SubmitCheckout:hover, #Proceed_PayPal #SubmitCheckout:hover {
      background-color: #338a40; }
  #Proceed #paymentbutton, #Proceed_PayPal #paymentbutton {
    color: #ffffff;
    background-color: #379545;
    padding: 0 5%;
    text-transform: uppercase;
    height: 45px;
    line-height: 1.5em;
    border: 0;
    float: right;
    opacity: 1; }
    #Proceed #paymentbutton:hover, #Proceed_PayPal #paymentbutton:hover {
      background-color: #338a40; }
    #Proceed #paymentbutton[disabled], #Proceed_PayPal #paymentbutton[disabled] {
      cursor: default;
      opacity: 0.5; }
  #Proceed #payWayPaymentbutton, #Proceed_PayPal #payWayPaymentbutton {
    color: #ffffff;
    background-color: #379545;
    padding: 0 5%;
    text-transform: uppercase;
    height: 45px;
    line-height: 1.5em;
    border: 0;
    float: right;
    opacity: 1; }
    #Proceed #payWayPaymentbutton:hover, #Proceed_PayPal #payWayPaymentbutton:hover {
      background-color: #338a40; }
    #Proceed #payWayPaymentbutton[disabled], #Proceed_PayPal #payWayPaymentbutton[disabled] {
      opacity: 0.5; }
  #Proceed .processingPayment, #Proceed_PayPal .processingPayment {
    color: #ffffff;
    background-color: #379545;
    padding: 0 5%;
    text-transform: uppercase;
    height: 45px;
    line-height: 1.5em;
    border: 0;
    float: right;
    opacity: 1;
    padding-top: 10px; }
    #Proceed .processingPayment:hover, #Proceed_PayPal .processingPayment:hover {
      background-color: #338a40; }
    #Proceed .processingPayment[disabled], #Proceed_PayPal .processingPayment[disabled] {
      opacity: 0.5; }

/*
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: 2em; }
  #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: 1240px; }
  header .row {
    max-width: 1600px; }
  /*********************
HEADER STYLES
*********************/
  body.Home .header {
    height: 111px; }
  /*Set height of parallax on home to be bigger than inner pages */
  .header, .header .parallax-window {
    /*height: 600px;*/ }
  .header #topLine {
    position: relative;
    z-index: auto; }
  .header .menu {
    margin: 0 auto;
    width: 100%; }
  .header .menu.clearHeader, .header .menu.darkHeader {
    top: 0;
    overflow: visible; }
  .header a.searchbutton {
    right: 3%; }
  .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; }
  .header #logo {
    position: absolute;
    left: 2%; }
  .header .logoHelper {
    display: 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);
    transform: translate3d(-50%, -50%, 0); }
  /*********************
NAVIGATION STYLES
*********************/
  .menuWrap {
    width: 95%; }
  .topMenu {
    text-align: right;
    margin-top: 0.6em; }
    .topMenu a.toggleMenu {
      margin-top: 1.75em;
      padding: 2% 4%; }
  /*********************
CONTENT STYLES
*********************/
  /* content area all inner pages */
  blockquote:before {
    /*margin-bottom:5em;*/
    float: left;
    font-size: 2em; }
  /*********************
HOME STYLES
*********************/
  body.Home #content #leftcol {
    /*end odd rows*/
    /*end even rows*/ }
    body.Home #content #leftcol > div:nth-of-type(odd) > div > div.first {
      float: left; }
    body.Home #content #leftcol > div:nth-of-type(odd) > div > div.last {
      float: right; }
    body.Home #content #leftcol > div:nth-of-type(even) > div > div.first {
      float: right; }
    body.Home #content #leftcol > div:nth-of-type(even) > div > div.last {
      float: left;
      margin-left: 0; }
  body.Home #content #leftcol > div > div > div.last img body.Landing #content #leftcol > div {
    padding: 4em 0; }
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout > div {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top; }
    .columnlayout > div div {
      width: auto; }
  .columnlayout > div, .columnlayout li, .columnlayout .newsBlock, ul#products > div, ul#products li, ul#products .newsBlock, #categorydetails ul.products > div, #categorydetails ul.products li, #categorydetails ul.products .newsBlock, #relatedProducts ul > div, #relatedProducts ul li, #relatedProducts ul .newsBlock, body.Brands ol > div, body.Brands ol li, body.Brands ol .newsBlock, ul.confidence > div, ul.confidence li, ul.confidence .newsBlock, ul.confidence2 > div, ul.confidence2 li, ul.confidence2 .newsBlock, .newsWrap > div, .newsWrap li, .newsWrap .newsBlock {
    width: 48%; }
  /*********************************
TOP BLOCKS
*********************************/
  body.Home #topblocks {
    /*padding: 4em 0 1em 0;*/
    /*.columnlayout {
		> div {
			width: 31.491712705%;
			margin-right: 2.762430939%;
			min-height: 381.25px;
			&:nth-child(3n) {
				margin-right: 0;
			}
		}
	}*/ }
    body.Home #topblocks .block .threecol {
      margin-bottom: 0; }
  /*********************************
BOTTOM BLOCKS
*********************************/
  #bottomblocks .parallax-window {
    padding: 3em 0; }
    #bottomblocks .parallax-window .borderWrap {
      width: 60%; }
  /*********************
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
*********************/
  #gallery li {
    width: 22.5%;
    margin-right: 2%; }
  /*********************
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 */
  /*Full width slider */
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    height: 50vh; }
  /*************************
ERP
*************************/
  /* FEATURED PRODUCT SLIDER */
  .slick-slider.products {
    margin-bottom: 3em; }
    .slick-slider.products .slick-list .slick-track .slick-slide {
      min-height: 355px; }
  /* end slick-slider */
  /* STYLE ALL PRODUCT LISTINGS SITE-WIDE IN ONE SPOT */
  .products {
    list-style-type: none;
    padding-left: 0; }
    .products li .productDetails {
      /* padding-bottom:138px; */ }
      .products li .productDetails .holdButtons {
        position: absolute;
        bottom: 0.5em;
        margin-right: 0.5em;
        width: 93%; }
  #product .productDetails .addToWishlist span {
    display: inline; }
  /*Responsive Tabbed Content*/
  #horizontalTab ul.resp-tabs-list {
    display: block;
    padding: 0 0 0 0;
    margin-top: 1em; }
    #horizontalTab ul.resp-tabs-list li {
      width: 50%;
      text-align: center;
      display: inline-block;
      padding: 0.2em 2em;
      margin: 0;
      list-style: none;
      cursor: pointer;
      float: left;
      border-top: 3px solid #525a5a;
      background-color: #ffffff;
      border-bottom: none;
      border-right: none; }
      #horizontalTab ul.resp-tabs-list li:last-of-type {
        border-left: none;
        border-right: 1px solid #525a5a; }
      #horizontalTab ul.resp-tabs-list li:hover {
        background-color: #d9d9d9; }
      #horizontalTab ul.resp-tabs-list li.resp-tab-active {
        border-top: 3px solid #ce013a;
        margin-bottom: -1px !important;
        position: relative;
        background-color: whitesmoke; }
  #horizontalTab .resp-tabs-container {
    border-top: none; }
    #horizontalTab .resp-tabs-container p {
      margin: 0; }
    #horizontalTab .resp-tabs-container h2.resp-accordion {
      display: none; }
    #horizontalTab .resp-tabs-container .resp-tab-content {
      min-height: 250px;
      display: none;
      margin-top: 0; }
      #horizontalTab .resp-tabs-container .resp-tab-content .shortdesc, #horizontalTab .resp-tabs-container .resp-tab-content .longdesc {
        width: 100%;
        display: block;
        padding: 1em;
        line-height: 1;
        clear: both; }
        #horizontalTab .resp-tabs-container .resp-tab-content .shortdesc p, #horizontalTab .resp-tabs-container .resp-tab-content .longdesc p {
          margin: 0; }
  /*End Responsive Tabbed Content*/
  /******************************************************************
TABLE STYLES
******************************************************************/
  /* RESPONSIVE TABLES */
  table.tableFixed {
    table-layout: fixed; }
  table#tableCart, table.tableResp, table#tableTotals {
    display: table; }
    table#tableCart thead tr, table.tableResp thead tr, table#tableTotals thead tr {
      position: relative;
      top: 0;
      left: 0; }
      table#tableCart thead tr td, table#tableCart thead tr th, table.tableResp thead tr td, table.tableResp thead tr th, table#tableTotals thead tr td, table#tableTotals thead tr th {
        padding: 0.25em;
        background-color: #ebebeb; }
    table#tableCart tbody, table.tableResp tbody, table#tableTotals tbody {
      display: table-row-group; }
      table#tableCart tbody tr, table.tableResp tbody tr, table#tableTotals tbody tr {
        display: table-row;
        border-bottom: none; }
        table#tableCart tbody tr td, table.tableResp tbody tr td, table#tableTotals tbody tr td {
          display: table-cell;
          text-align: left;
          border-bottom: 1px solid #ebebeb;
          /* Add this class to td's that need to avoid text-wrap */
          /* Hide mobile headings */ }
          table#tableCart tbody tr td.Stretch, table.tableResp tbody tr td.Stretch, table#tableTotals tbody tr td.Stretch {
            word-wrap: break-word; }
          table#tableCart tbody tr td.noStretch, table.tableResp tbody tr td.noStretch, table#tableTotals tbody tr td.noStretch {
            white-space: nowrap; }
          table#tableCart tbody tr td:before, table.tableResp tbody tr td:before, table#tableTotals tbody tr td:before {
            display: none; }
          table#tableCart tbody tr td.text-right, table.tableResp tbody tr td.text-right, table#tableTotals tbody tr td.text-right {
            text-align: right; }
          table#tableCart tbody tr td.text-center, table.tableResp tbody tr td.text-center, table#tableTotals tbody tr td.text-center {
            text-align: center; }
  table#tableTotals tbody tr td {
    border: none; }
    table#tableTotals tbody tr td:first-child {
      border-right: 4px solid #ebebeb; }
    table#tableTotals tbody tr td:last-child {
      width: 10%; }
  table#tableTotals tbody tr:not(.calcPostage) td:first-child {
    float: none; }
  /**********************************
Cart + Checkout
**********************************/
  body.viewcart #checkoutBreadcrumbs li a {
    font-size: 100%;
    text-indent: 0em !important; }
  body.viewcart #checkoutBreadcrumbs li.first {
    width: 40%; }
  body.viewcart #checkoutBreadcrumbs li.second, body.viewcart #checkoutBreadcrumbs li.third, body.viewcart #checkoutBreadcrumbs li.fourth {
    width: 20%; }
  body.checkout #checkoutBreadcrumbs li a {
    font-size: 100%; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: 0em; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: 0em; }
  #checkoutBreadcrumbs li {
    width: 33% !important; }
  .ViewCart td.ViewCart_Price_Left #divPopup {
    color: #171717;
    font-weight: normal;
    margin: 10px 0px 0px auto;
    padding: 10px 30px 10px 10px;
    position: absolute;
    right: 150px;
    text-align: left;
    width: 240px;
    height: 60px;
    text-transform: none;
    font-size: 100%; }
    .ViewCart td.ViewCart_Price_Left #divPopup #postcodeSearchInput {
      float: left;
      margin-right: 10px; }
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good,
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good_Quote {
    background: URL("/wmsimages/freight_good.png") no-repeat; }
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Bad,
  .ViewCart td.ViewCart_Price_Left div.ViewCart_Freight_Bad_Quote {
    background: URL("/wmsimages/freight_bad.png") no-repeat; }
  .ViewCart .freight {
    display: table-cell; }
  .Proceed {
    font-size: 1.8em;
    text-align: center; }
  /*body.checkout {
	#rightcol.last {
		float: none;
		width:100%;
		margin-left: 0;
	}
	#holdLeft.first {
		float: none;
		width:100%;
	}
}
*/
  /******************************************************************
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; }
  /* ============================= */
  /* ! 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 .logoHelper, body.admindex #logo,
    body.admhome .logoHelper,
    body.admhome #logo,
    body.admnewsection .logoHelper,
    body.admnewsection #logo {
      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 {
      /*turn some of the main nav items ON for admin*/ }
      body.admindex .topMenu .nav > li > ul li a,
      body.admhome .topMenu .nav > li > ul li a,
      body.admnewsection .topMenu .nav > li > ul li a {
        font-size: 1.5em; }
        body.admindex .topMenu .nav > li > ul li a:hover,
        body.admhome .topMenu .nav > li > ul li a:hover,
        body.admnewsection .topMenu .nav > li > ul li a:hover {
          border-radius: 0px !important; }
      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 #379545; }
  #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

******************************************************************/
  .hideOnMobile {
    display: inline-block; }
  .hideOnDesktop {
    display: none; }
  .slideshow_caption p.h1 {
    font-size: 3em;
    margin-bottom: 0.1em; }
  .slideshow_caption .h2 {
    font-size: 1.1em; }
  .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: 700;
    font-family: "Oswald", sans-serif;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 1.3em; }
  .topMenu .nav > li a {
    font-weight: 300;
    font-family: "Oswald", sans-serif; }
  #topLine .nav > li > a {
    font-weight: 300; }
  h1, .h1 {
    font-size: 3.5em;
    line-height: 1.1;
    margin: 0.25em auto; }
  #topblocks h1 {
    margin: 0;
    line-height: 1; }
  h2, .h2 {
    margin-bottom: 0.6em;
    font-size: 2em; }
  blockquote {
    font-size: 1.4em;
    font-family: "Short Stack", cursive;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9); }
  .Home #bottomblocks h2 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9); }
  /*************************
Colours
*************************/
  .green {
    color: #379545;
    letter-spacing: 0.5px; }
  .red {
    color: #ce013a; }
  a.activerootmenulink {
    font-weight: 500; }
  .white, .topMenu .nav > li > a:hover, .topMenu .nav > li > a, .topMenu .nav > li > a:hover, .slideshow_caption .h2 {
    color: #ffffff; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    padding: 2em 0; }
  /* Reduce padding on some rows*/
  #breadcrumbs .row {
    padding: 1em 0; }
  /*********************
SPRITE
*********************/
  #logo {
    width: 311px;
    height: 100px;
    background-size: 311px 100px; }
  /*********************
HEADER STYLES
*********************/
  .header {
    min-height: 140px;
    height: auto; }
    .header #topLine .row > * {
      vertical-align: middle; }
    .header #mainMenu, .header .searchbutton {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .header #mainMenu {
      float: none; }
    .header a.searchbutton {
      float: none;
      padding-top: 0.5em;
      position: relative;
      top: 15%;
      right: 0; }
    .header .smallform {
      width: 17%;
      top: 5px; }
    .header .row {
      position: relative; }
    .header #logo {
      position: absolute;
      left: 0;
      top: -20px; }
    .header .phone {
      text-align: left; }
      .header .phone > div {
        display: inline-block;
        padding: 0 0.8em;
        border-left: 1px solid #ce013a; }
        .header .phone > div:first-child {
          padding-left: 0;
          border-left: 0; }
    .header .menu {
      padding: 0.5em 0;
      text-align: center; }
      .header .menu .last {
        float: right;
        text-align: left;
        margin-bottom: 0em;
        padding: 0 0;
        width: auto; }
        .header .menu .last nav {
          float: none;
          line-height: 1.5; }
    .header #secondmenu {
      display: block; }
  /**************************
HERO - Home
***************************/
  #topblocks {
    /*min-height: 400px;*/ }
  /*********************
NAVIGATION STYLES
*********************/
  .phone a {
    font-family: "Open Sans", sans-serif;
    padding: 0.1em 0.45em;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .phone a:hover {
      background: #ffffff;
      border-radius: 300px;
      color: #171717;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  #topLine nav {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 0.5em;
    vertical-align: middle;
    line-height: 2.1;
    font-size: 0.8em;
    margin-top: 0; }
    #topLine nav li:hover {
      background: transparent; }
    #topLine nav li a {
      font-family: "Open Sans", sans-serif;
      padding: 0.1em 0.45em; }
      #topLine nav li a:hover {
        background: #ffffff;
        border-radius: 300px;
        color: #171717; }
        #topLine nav li a:hover:after {
          content: none; }
  .menuWrap {
    width: 74.30939226%; }
  #mainMenu {
    padding: 1em 0 0.5em 0; }
  .header .row > .topMenu {
    text-align: right;
    float: right;
    width: 100%; }
  .topMenu {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: none;
    display: inline-block;
    width: auto;
    vertical-align: bottom;
    margin-top: 0.5em;
    /* end .nav */ }
    .topMenu a.toggleMenu {
      display: none; }
    .topMenu .nav {
      position: relative;
      width: auto;
      text-align: center;
      border: 0;
      line-height: 1.5;
      display: inline-block;
      /* 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.hover {
          background: transparent;
          /*border-radius: 4px;*/
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .topMenu .nav > li > a:after {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          content: '';
          height: 2px;
          background: #ce013a;
          width: 0px;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: auto;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .topMenu .nav > li > a:hover, .topMenu .nav > li > a:focus {
          background: transparent;
          /*border-radius: 4px;*/
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .topMenu .nav > li > a:hover:after, .topMenu .nav > li > a:focus:after {
            content: '';
            height: 2px;
            background: #ce013a;
            width: 100%;
            display: block;
            /*position: absolute;
                        bottom: 0;
                        right: 0;*/
            left: 0;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
        .topMenu .nav > li > a.parent:after {
          content: "\f107";
          font-family: FontAwesome;
          display: block;
          float: right;
          font-size: large;
          padding-left: 0.3em;
          line-height: 2; }
      .topMenu .nav li {
        position: relative;
        padding: 0;
        /* highlight current page */
        /*
			plan your menus and drop-downs wisely.
			*/
        /* showing sub-menus */ }
        .topMenu .nav li a {
          padding: 0.5em 0.5em;
          background: none;
          border-bottom: none; }
          .topMenu .nav li a.parent:before {
            display: none; }
        .topMenu .nav li a.activerootmenulink {
          color: #ce013a; }
        .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 #379545; }
          .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*/
  /*Full width slider */
  ul.responsive3 .slick-list .slick-track .slick-slide > div {
    position: relative;
    text-align: center; }
    ul.responsive3 .slick-list .slick-track .slick-slide > div .slideshow_caption {
      left: 10%;
      top: 30%;
      width: 550px;
      text-align: center;
      overflow: visible; }
      ul.responsive3 .slick-list .slick-track .slick-slide > div .slideshow_caption .h2 {
        display: block; }
      ul.responsive3 .slick-list .slick-track .slick-slide > div .slideshow_caption .splat {
        background: url("../images/splat.svg") no-repeat;
        background-size: cover;
        width: 800px;
        height: 800px;
        position: absolute;
        top: -300px;
        left: -175px;
        opacity: 0.85;
        display: block;
        z-index: -999; }
      ul.responsive3 .slick-list .slick-track .slick-slide > div .slideshow_caption .button {
        /*padding: 0.6em 2em;*/ }
      ul.responsive3 .slick-list .slick-track .slick-slide > div .slideshow_caption .slideDescription {
        display: block; }
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    display: block;
    height: auto;
    float: left;
    width: initial;
    max-width: initial; }
  .slick-prev, .slick-next {
    top: 40%; }
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout, ul#products, #categorydetails ul.products, #relatedProducts ul, .newsWrap {
    /*Top row needs border adding seperatley to prevent double borders*/ }
    .columnlayout > div, .columnlayout li, .columnlayout .newsBlock, ul#products > div, ul#products li, ul#products .newsBlock, #categorydetails ul.products > div, #categorydetails ul.products li, #categorydetails ul.products .newsBlock, #relatedProducts ul > div, #relatedProducts ul li, #relatedProducts ul .newsBlock, .newsWrap > div, .newsWrap li, .newsWrap .newsBlock {
      width: 32.5%; }
    .columnlayout > div:nth-child(3), .columnlayout li:nth-child(3), ul#products > div:nth-child(3), ul#products li:nth-child(3), #categorydetails ul.products > div:nth-child(3), #categorydetails ul.products li:nth-child(3), #relatedProducts ul > div:nth-child(3), #relatedProducts ul li:nth-child(3), .newsWrap > div:nth-child(3), .newsWrap li:nth-child(3) {
      border-top: 1px solid #bfbfbf; }
  .Home #leftcol > div > div {
    min-height: 200px; }
  /*************************
THIS IS FOR THE PARALLAX SCROLL
*************************/
  #trusticons h4 {
    font-size: 16px; }
  #trusticons .parallax-window {
    position: relative;
    padding: 5em 0;
    height: 500px;
    text-align: center;
    overflow: hidden;
    margin-top: 0; }
  /*************************
STICKY BACK TO TOP
*************************/
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; }
  /*************************
ERP
*************************/
  .product .sevencol.last .ProductAttributeSelectContainer {
    width: 100%;
    margin-right: 0%; } }

/*
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) */
  .header {
    background-color: transparent; }
    .header #topLine {
      text-align: right; }
      .header #topLine .holdCart {
        background: #45ba56;
        padding: 0.2em 1em;
        border-radius: 300px;
        position: relative;
        line-height: 2;
        /*    &:after{
                   content: 'View Cart';
                    background: darken($black, 5%);
                    padding: 0.2em 1em;
                    border-radius: 300px;
                    display: block;
                    position: absolute;
                    top: -20px;
                    text-align: center;
                    right: -5px;
                    width: 100%;
                    cursor: pointer;
                    @include transition(all 0.3s ease-in-out);
                    opacity: 0;
                }
            &:hover{
                &:after{
                    content: 'View Cart';
                    background: $black;
                    text-align: center;
                    padding: 0.2em 1em;
                    border-radius: 300px;
                    display: block;
                    position: absolute;
                    top: 0;
                    right: -5px;
                    
                    cursor: pointer;
                    width: 90%;
                    @include transition(all 0.3s ease-in-out);
                    opacity: 1;
                    line-height: 1.8;
                }

            }*/ }
        .header #topLine .holdCart:hover {
          background: #525a5a; }
    .header .phone {
      line-height: 1.5;
      font-size: 1.1em;
      margin-right: 0.75em; }
    .header .menu {
      padding: 0.5em 0;
      top: 0px; }
    .header .menu.clearHeader {
      position: relative;
      height: 90px;
      min-height: 0;
      /*@include css-gradient($color-primary, darken($color-primary, 15%));*/
      background: #379545;
      /*border-bottom: 4px solid $color-primary;*/
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .menu.clearHeader .logoHelper {
        background: #525a5a;
        display: block;
        position: absolute;
        top: -110px;
        left: 0px;
        width: 198px;
        transform: rotate(0deg);
        height: 225px;
        border-radius: 0 0 120px 70px;
        z-index: 1;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .header .menu.clearHeader #logo {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 300px;
        height: 200px;
        background-size: 300px 200px;
        top: -70px;
        left: -50px; }
      .header .menu.clearHeader #mainMenu {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        padding: 0; }
    .header .menu.darkHeader {
      position: fixed;
      min-height: 0;
      height: 80px;
      background-color: #379545;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .menu.darkHeader .logoHelper {
        background: #525a5a;
        display: block;
        position: absolute;
        top: -63px;
        -ms-transform: rotate(0);
        /* IE 9 */
        -webkit-transform: rotate(0);
        /* Safari */
        transform: rotate(0);
        left: -420px;
        width: 600px;
        height: 135px;
        border-radius: 0;
        z-index: -10;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .header .menu.darkHeader #logo {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 245px;
        height: 90px;
        background-size: 245px 90px;
        top: -20px; }
      .header .menu.darkHeader #mainMenu {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        padding: 0; }
      .header .menu.darkHeader .topMenu {
        padding-top: 0.3em;
        margin-top: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
  #content {
    height: auto; }
  .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) */
  .header {
    background-color: transparent; }
    .header #topLine {
      text-align: right; }
      .header #topLine .holdCart {
        background: #45ba56;
        padding: 0.2em 1em;
        border-radius: 300px;
        position: relative;
        line-height: 2;
        /*    &:after{
                   content: 'View Cart';
                    background: darken($black, 5%);
                    padding: 0.2em 1em;
                    border-radius: 300px;
                    display: block;
                    position: absolute;
                    top: -20px;
                    text-align: center;
                    right: -5px;
                    width: 100%;
                    cursor: pointer;
                    @include transition(all 0.3s ease-in-out);
                    opacity: 0;
                }
            &:hover{
                &:after{
                    content: 'View Cart';
                    background: $black;
                    text-align: center;
                    padding: 0.2em 1em;
                    border-radius: 300px;
                    display: block;
                    position: absolute;
                    top: 0;
                    right: -5px;
                    
                    cursor: pointer;
                    width: 90%;
                    @include transition(all 0.3s ease-in-out);
                    opacity: 1;
                    line-height: 1.8;
                }

            }*/ }
        .header #topLine .holdCart:hover {
          background: #525a5a; }
    .header .phone {
      line-height: 1.5;
      font-size: 1.1em;
      margin-right: 0.75em; }
    .header .menu {
      padding: 0.5em 0;
      top: 0px; }
    .header .menu.clearHeader {
      position: relative;
      height: 90px;
      min-height: 0;
      /*@include css-gradient($color-primary, darken($color-primary, 15%));*/
      background: #379545;
      /*border-bottom: 4px solid $color-primary;*/
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .menu.clearHeader .logoHelper {
        background: #525a5a;
        display: block;
        position: absolute;
        top: -110px;
        left: 0px;
        width: 198px;
        transform: rotate(0deg);
        height: 225px;
        border-radius: 0 0 120px 70px;
        z-index: 1;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .header .menu.clearHeader #logo {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 300px;
        height: 200px;
        background-size: 300px 200px;
        top: -70px;
        left: -50px; }
      .header .menu.clearHeader #mainMenu {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        padding: 0; }
    .header .menu.darkHeader {
      position: fixed;
      min-height: 0;
      height: 80px;
      background-color: #379545;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header .menu.darkHeader .logoHelper {
        background: #525a5a;
        display: block;
        position: absolute;
        top: -63px;
        -ms-transform: rotate(0);
        /* IE 9 */
        -webkit-transform: rotate(0);
        /* Safari */
        transform: rotate(0);
        left: -420px;
        width: 600px;
        height: 135px;
        border-radius: 0;
        z-index: -10;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .header .menu.darkHeader #logo {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 245px;
        height: 90px;
        background-size: 245px 90px;
        top: -20px; }
      .header .menu.darkHeader #mainMenu {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        padding: 0; }
      .header .menu.darkHeader .topMenu {
        padding-top: 0.3em;
        margin-top: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
  #content {
    height: auto; }
  .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.

******************************************************************/
  .topMenu .nav > li > a {
    /*font-size: 1.1em;*/ }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    padding: 2.5em 0; }
  /*********************
HEADER STYLES
*********************/
  /***********************
HERO - INNER PAGES
************************/
  #hero img {
    border-bottom: 4px solid #45ba56; }
  /*********************
NAVIGATION STYLES
*********************/
  .topMenu .nav > li {
    /*padding: 0 1em;*/ }
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout, ul#products, #categorydetails ul.products, #relatedProducts ul {
    /*Top row needs border adding seperatley to prevent double borders*/ }
    .columnlayout > div, .columnlayout li, ul#products > div, ul#products li, #categorydetails ul.products > div, #categorydetails ul.products li, #relatedProducts ul > div, #relatedProducts ul li {
      width: 23%; }
    .columnlayout > div:nth-child(4), .columnlayout li:nth-child(4), ul#products > div:nth-child(4), ul#products li:nth-child(4), #categorydetails ul.products > div:nth-child(4), #categorydetails ul.products li:nth-child(4), #relatedProducts ul > div:nth-child(4), #relatedProducts ul li:nth-child(4) {
      border-top: 1px solid #bfbfbf; }
  /*********************
CONTENT STYLES
*********************/
  body.Home #content #leftcol > div > div div {
    line-height: 1.8; }
  /*********************************
BOTTOM BLOCKS
*********************************/
  #bottomBlocks .row, #homerightblocks .row {
    padding: 2em 0; }
  /*Full width slider */
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    min-width: 100%;
    height: auto; } }

/*
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: #4a4a4a !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: #171717 !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 #4a4a4a; }
  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 */
