@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/
*********************/
/* Blue */
/* Dark Grey */
/* Red Accent */
/* light grey */
/* Green */
/* Orange */
/*
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);
*/
/****************************
PULSE
***********************************/
.pulseShadow {
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 200, 247, 0.4);
  animation: pulse 2s infinite; }

/*.pulseShadow:hover {
  animation: none;
}*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 247, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 200, 247, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 247, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 200, 247, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 200, 247, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 200, 247, 0);
    box-shadow: 0 0 0 10px rgba(0, 200, 247, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 200, 247, 0);
    box-shadow: 0 0 0 0 rgba(0, 200, 247, 0); } }
/*********************
Border Radius
*********************/
/*
USAGE: @include border-radius($small-border-radius);
*/
/*********************
Align Center
*********************/
/*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @include box-sizing(border-box); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/********************************************
MIXIN CREATED FOR WHEN YOU NEED A BREAKPOINT
********************************************/
/*
USAGE: @include bp(baby-screen) {
    width: 100%;
  }
*/
/*********************
BUTTONS
*********************/
.button {
  text-transform: uppercase;
  padding: 0.5em 1em;
  display: inline-block;
  margin: 1em 0;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #00c8f7;
  background: #00c8f7; }
  .button:hover, .button:focus {
    background: #009fc4;
    border: 1px solid #00c8f7; }
  .button:active {
    background: #12d2ff;
    border: 1px solid #00c8f7; }

.herobutton {
  text-transform: uppercase;
  padding: 0.5em 1em;
  margin: 1em 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #404040;
  background: #fff;
  color: #404040;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .herobutton:hover, .herobutton:focus {
    background: #e6e6e6;
    border: 1px solid #404040;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.button.secondary {
  background: #0d0d0d;
  padding: 0.8em 1em;
  margin: 1em 0; }
  .button.secondary:hover, .button.secondary:focus {
    background: black; }
  .button.secondary:active {
    background: #4d4d4d; }

#newsletter .button {
  width: 100%;
  padding: 0.8em 1em;
  margin: 1em 0; }

/*
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: 102%;
  line-height: 1.5;
  color: #404040;
  background-color: #f3f3f3; }

.dontdisplay {
  display: none; }

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
body.Home #footer > div:first-child:before, body.Franchise #footer > div:first-child:before, body.editfranchise #footer > div:first-child:before, body.Services #footer > div:first-child:before {
  content: none; }

body.editfranchise .header .last {
  display: none; }

body.Franchise #content section > div:nth-child(2) {
  background: #ff4444; }

/*********************
LAYOUT & GRID STYLES
*********************/
.row {
  margin: 0 auto;
  width: 96%; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #00c8f7;
  /* 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: #009fc4; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h5, .h5 {
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  /*
  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, h3 a, .h3 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  margin-bottom: 0;
  margin-top: 0.2em;
  text-transform: uppercase;
  font-weight: 700; }

.slogan {
  font-family: "Pacifico", cursive; }

h2, .h2 {
  font-size: 1.8em;
  margin: 0.25em 0;
  text-transform: uppercase;
  font-weight: 700; }

.Home .topBlock h1, .Home .topBlock .h1, h2, .h2, .cd-top i, .header .topBlock h1, #content blockquote p, #content blockquote:before {
  font-size: 1.4em; }

.topMenu .nav > li > a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase; }

h3, .h3 {
  font-size: 1.3em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  font-weight: 700; }

.topMenu .nav > li > a {
  margin: 0; }

#newsletter .h3, .slideshow_caption .h3 {
  margin-bottom: 0.5em; }

h4, .h4, .phonenumber {
  font-size: 1.05em;
  text-transform: uppercase;
  font-style: italic; }

#rightcol h3, #rightcol .h3 {
  margin-top: 0.2em; }

h4, .h4 {
  letter-spacing: 1.5px;
  font-weight: 500;
  margin: 1em 0 0.5em 0; }

.phonenumber {
  line-height: 1.2; }

h5, .h5, h6, .h6, .header .last nav.firstMenu, .postcodeSearch {
  font-size: 0.85em; }

h5, .h5, #panel .h3 {
  text-transform: uppercase; }

#panel h5 {
  margin: 0.5em 0;
  font-size: 0.7em; }

.CaseStudy .h2 {
  text-transform: none;
  font-size: 1em; }

.slogan {
  font-size: 1.2em; }

.toggleMenu em, .quote {
  font-size: 1.1em;
  text-transform: uppercase;
  font-style: normal;
  text-align: center; }

body:not(.Home) #content h1, body:not(.Home) #content .h1 {
  font-size: 2.2em; }
body:not(.Home) #content h2, body:not(.Home) #content .h2 {
  /*font-family: $sans-serif;*/
  font-size: 1.8em; }

body:not(.Home) #content h4, body:not(.Home) #content .h4 {
  letter-spacing: 0; }

#breadcrumbs {
  font-size: 0.85em; }

#franchisesearchform h4 {
  margin: 0.5em 0; }

/*************************
Colours
*************************/
.white, #imageslider i, .slogan, .header .last .firstMenu a, #rightcol ul li a, #rightcol ul li:before, blockquote:before, #content blockquote, #panel .h3, a.toggleMenu, #toggle a, a.toggleMenu:hover, a.quote, #serviceBlocks a, #copyright a, #copyright nav, .topMenu .nav li a, .CaseStudy, #newsletter, #newsletter input#button, #copyright, #userblocks, #userblocks a, #footer, #address, #address a, a.button, .cd-top i, .button, a.button:hover, a.button:focus, #newsletter > div.first a, body.Home .vans h2, h3.white, .header .last nav.firstMenu a:hover, #panel, #footer p {
  color: #fff; }

.blue, .button .hero, #imageslider i:hover, #newsletter > div.first a:hover, .slideshow_caption ul li:before, #serviceBlocks .fa, .phonenumber, h4, .h4, .topMenu .nav li a:hover, h2, .h2, .header .menu .last nav.firstMenu a.phonenumber {
  color: #00c8f7; }

.darkgrey, .franchiseLocation a, #leftcol ul li:before, .slick-slider button:before, .slideshow_caption .h2, .Home .topBlock h1, body.Home h2 a, h1, .h1 {
  color: #404040; }

.black, p {
  color: #5b5c5e; }

.lgrey, .slideshow_caption .h3, .header .last nav.firstMenu a {
  color: #a6a6a6; }

.red, #footer a:hover {
  color: #ff4444; }

/*************************
Turn off printable items
*************************/
.printable {
  display: none; }

/*********************
SPRITE
*********************/
#logo {
  display: block;
  width: 219px;
  height: 100px;
  margin: 0 auto;
  background: transparent url("../images/logo.png") no-repeat center top;
  background-size: 219px 100px; }

/*********************
HEADER STYLES
*********************/
/*Set height of parallax on home to be bigger than inner pages */
body.Home .header {
  height: auto; }

.header {
  position: relative;
  z-index: 999999999; }
  .header .row {
    width: 100%;
    max-width: 1400px; }
  .header #logo {
    position: relative;
    margin-top: 3.5em;
    z-index: 9999; }
  .header .phoneContainer {
    text-align: center;
    margin-bottom: 2em; }
    .header .phoneContainer a {
      z-index: 99999999; }
  .header .postcodeSearch {
    margin-top: 0.4em;
    display: inline-block; }
    .header .postcodeSearch input[type="text"] {
      /*width: 62%;*/ }
    .header .postcodeSearch .button {
      float: right; }
  .header .slogan {
    text-align: center;
    margin: 0; }
  .header .quote {
    padding: 2% 4%;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    background: #00c8f7; }
    .header .quote .fa {
      float: right;
      line-height: 1.4; }
  .header .firstMenu {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }
  .header .menu {
    background: #0d0d0d no-repeat top left;
    z-index: 9000; }
    .header .menu .last {
      width: 50%;
      float: left;
      margin-left: 0; }
      .header .menu .last nav.firstMenu {
        float: left;
        line-height: 2; }
        .header .menu .last nav.firstMenu a {
          display: inline-block; }
  .header .topBlock {
    z-index: 8888;
    text-align: center; }
    .header .topBlock h1, .header .topBlock .h1 {
      display: inline-block;
      padding: 0.5em;
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      width: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

.panelContainer {
  width: 100%; }

/*********************
NAVIGATION STYLES
*********************/
#mainMenu {
  text-align: center; }

.topMenu {
  width: 100%;
  float: left;
  clear: right;
  /* end .nav */ }
  .topMenu a.toggleMenu {
    background: #404040;
    width: 100%;
    padding: 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: absolute;
    width: 99.9%;
    /*	z-index: 999;*/
    /* 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: #333333;
        border-bottom: 1px dotted #f70000;
        /*
        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.parent:before {
          content: "\f107";
          font-family: FontAwesome;
          display: block;
          float: right;
          font-size: large;
          padding-right: 0.5em;
          line-height: 1.2; }
        .topMenu .nav li a.parent:after {
          content: "\f078";
          font-family: FontAwesome;
          display: block;
          float: right;
          padding-left: 0.3em;
          line-height: 2.5;
          font-size: small;
          display: none; }
      .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: #404040;
            border-bottom: 1px dotted #a6a6a6; }
          .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: #4d4d4d; }
            .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: #5a5a5a; }

/* end .topMenu */
.nav > li.hover > ul {
  left: 0;
  display: block; }

.nav li li.hover > ul {
  left: 100%;
  top: 0;
  display: block; }

/*********************
CONTENT STYLES
*********************/
div#facebookfeed {
  display: none; }

/* content area all inner pages */
#content .row {
  padding: 1em 0 1em 0; }

/* content area home page case studies */
blockquote {
  margin: 0 0 0 0;
  text-align: left; }

#content blockquote {
  background: #00c8f7;
  max-width: 650px;
  padding: 1em; }
  #content blockquote p {
    padding-left: 2em;
    margin-top: 0; }
  #content blockquote h5 {
    text-align: right; }
  #content blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    display: block;
    float: left;
    padding-right: 0.5em;
    line-height: 1.2; }
  #content blockquote a {
    text-decoration: none; }

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; }

#leftcol ul {
  list-style-type: none; }
  #leftcol ul li {
    padding: 0.2em 0 0.2em 1.4em; }
    #leftcol ul li:before {
      content: "\f105";
      font-family: FontAwesome;
      display: block;
      float: left;
      font-size: large;
      line-height: 1.4;
      margin-left: -1.2em; }

#breadcrumbs {
  margin: 1em 0;
  border-bottom: dotted 1px #404040;
  padding-bottom: 0.5em; }
  #breadcrumbs div {
    display: inline; }

#accessories {
  text-align: center; }

/*********************
HOME STYLES
*********************/
body.Home #topblocks {
  padding: 2em 0; }
body.Home #content h2 {
  text-align: center; }
body.Home #content #home_buttons {
  text-align: center;
  margin: 0 auto; }
body.Home #content #leftcol > div {
  width: 100%;
  background-color: #fff;
  padding: 2em 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  body.Home #content #leftcol > div:nth-child(1) p, body.Home #content #leftcol > div:nth-child(1) h1 {
    text-align: center; }
  body.Home #content #leftcol > div:nth-child(2) {
    background: url("../images/background2.jpg") no-repeat left top #404040;
    background-size: cover;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .vans h2, body.Home #content #leftcol > div:nth-child(2) h3 {
      text-align: center; }
    body.Home #content #leftcol > div:nth-child(2) p, body.Home #content #leftcol > div:nth-child(2) ul li, body.Home #content #leftcol > div:nth-child(2) ul li:before, body.Home #content #leftcol > div:nth-child(2) .h1, body.Home #content #leftcol > div:nth-child(2) h3 {
      color: #fff;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .h2 {
      text-align: center; }
    body.Home #content #leftcol > div:nth-child(2) ul li {
      padding: 0.2em 0; }
    body.Home #content #leftcol > div:nth-child(2) .redwrap, body.Home #content #leftcol > div:nth-child(2) .bluewrap {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      margin-bottom: 2em; }
      body.Home #content #leftcol > div:nth-child(2) .redwrap p.vanimg, body.Home #content #leftcol > div:nth-child(2) .bluewrap p.vanimg {
        text-align: center; }
      body.Home #content #leftcol > div:nth-child(2) .redwrap img, body.Home #content #leftcol > div:nth-child(2) .bluewrap img {
        margin-top: 2em; }
  body.Home #content #leftcol > div:nth-child(even) {
    background-color: #d9d9d9; }
body.Home #content #leftcol > div {
  margin-bottom: 0; }
body.Home #content .twocol {
  width: 45%;
  margin-left: 2.762430939%;
  display: inline-block; }

/*********************
HOME BLOCK LAYOUT
**********************/
body.Home #topblocks {
  padding: 1em;
  text-align: center; }

/*********************
BLOCK LAYOUT
**********************/
.columnlayout {
  text-align: center; }
  .columnlayout div {
    padding-bottom: 1em;
    margin-bottom: 1em; }

/******************************************************************
FORM STYLES
******************************************************************/
.rc-anchor-normal, .g-recaptcha *, .g-recaptcha {
  max-width: 100%;
  width: auto !important; }

.respond-form {
  margin: 0em 0em;
  padding: 5%;
  background-color: #a6a6a6;
  border: 1px solid #00c8f7;
  min-width: 190px; }
  .respond-form form {
    width: 90%; }

.respond-form, #newsletter {
  /* not nested as not all forms contain a table */ }
  .respond-form table, #newsletter table {
    width: 100%; }
  .respond-form form, #newsletter form {
    margin: 0 0; }
    .respond-form form li, #newsletter form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small, #newsletter form li label,
      #newsletter 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, #newsletter form input[type=text],
    #newsletter form input[type=email],
    #newsletter form input[type=url],
    #newsletter form textarea,
    #newsletter form select {
      padding: 0.85em;
      background-color: #fff;
      margin: 0 0 1em 0;
      display: table-cell;
      width: 100%;
      max-width: 100%;
      border: 1px solid #404040;
      border-radius: 2px;
      margin-top: 0.3em;
      /* 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, #newsletter form input[type=text]:focus,
      #newsletter form input[type=email]:focus,
      #newsletter form input[type=url]:focus,
      #newsletter form textarea:focus,
      #newsletter form select:focus {
        /*background-color: #fff;*/ }
    .respond-form form input[type=checkbox], #newsletter form input[type=checkbox] {
      margin-right: 5px; }
    .respond-form form input[name="180_LeaseEnquiry"], #newsletter form input[name="180_LeaseEnquiry"] {
      margin-bottom: 1em; }
    .respond-form form input[type=submit], #newsletter form input[type=submit] {
      margin-top: 0.3em; }
    .respond-form form .required, #newsletter form .required {
      background-image: url("../images/contact-corner.png");
      background-position: right top;
      background-repeat: no-repeat; }
    .respond-form form textarea, #newsletter form textarea {
      height: 150px; }
    .respond-form form img, #newsletter form img {
      float: left; }
      .respond-form form img.fullwidth, #newsletter form img.fullwidth {
        max-width: 100%; }

#newsletter form {
  width: 100%; }

#franchisesearchform input[type="text"], #franchisesearchform select, .postcodeSearch input[type="text"], .postcodeSearch select {
  padding: 0.5em;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  float: left; }
#franchisesearchform .button, .postcodeSearch .button {
  float: right; }
#franchisesearchform #services_drop, .postcodeSearch #services_drop {
  width: 100%; }

#franchisesearchform #australiastate, #franchisesearchform #postcodesearch {
  width: 82%; }
#franchisesearchform input[type="text"], #franchisesearchform select {
  float: left; }
#franchisesearchform .button {
  float: right;
  width: 17%; }

/*********************
LEFT COLUMN
*********************/
#leftcol {
  padding-bottom: 0em; }
  #leftcol #div307 div {
    text-align: center; }

/*********************
RIGHT BLOCKS
*********************/
#rightcol {
  /* end .block */
  /*	#block_35, #block_30 {
  		
  		background: $color-secondary;
  		&:hover, &:focus {
  			background: darken($color-secondary, 10%);
  		}
  		padding: 0.5em;
  		
  		text-align: center;
  		h2 {
  			font-size: 1.5em;
  			margin-bottom: 0;
  		}
  		p {
  			margin: 0 0 0.5em 0;
  		}
  		a {
  			display: block;
  		}
  	}
  	*/ }
  #rightcol .block .respond-form form, #rightcol .block #newsletter form {
    width: 100%; }
  #rightcol .block ol, #rightcol .block ul {
    padding: 0em 0em 1em 0em; }
    #rightcol .block ol li, #rightcol .block ul li {
      list-style: none;
      display: block;
      min-height: 40px;
      line-height: 1.6;
      margin-bottom: 0.2em;
      border-radius: 5px; }
      #rightcol .block ol li a, #rightcol .block ul li a {
        text-decoration: none;
        display: block;
        background: #404040;
        padding: 0.5em; }
        #rightcol .block ol li a.activesibling, #rightcol .block ul li a.activesibling {
          background: #404040; }
        #rightcol .block ol li a:hover, #rightcol .block ul li a:hover {
          background: #272727; }
        #rightcol .block ol li a:before, #rightcol .block ul li a:before {
          content: "\f105";
          font-family: FontAwesome;
          display: block;
          float: right;
          font-size: large;
          line-height: 1.4; }
      #rightcol .block ol li a.services.activesibling, #rightcol .block ul li a.services.activesibling {
        background: #404040; }

/* end #rightcol */
/*********************************
CASE STUDY BLOCKS (BOTTOM BLOCKS) 
*********************************/
.CaseStudy {
  position: relative;
  overflow: hidden;
  margin: 0; }
  .CaseStudy > div.parallax-window {
    min-height: 300px;
    height: 40vh; }
  .CaseStudy > div > div {
    z-index: 7778;
    width: 96%;
    margin: 0 auto;
    padding: 2em 2em 1em 2em;
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .CaseStudy > div > div h5 {
      display: none; }
    .CaseStudy > div > div p {
      margin-top: 0; }
    .CaseStudy > div > div p:last-of-type {
      position: absolute;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

/*********************
NEWS LISTING
*********************/
#listing {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted white;
  padding: 1em 0; }
  #listing h2 {
    margin: 0; }
  #listing p {
    margin-top: 0.25em; }
  #listing:last-child {
    border-bottom: 1px dotted white; }

div.listingImg {
  min-height: 100px; }

div.caseStudy img {
  max-width: 318px;
  height: auto; }

body#body_421 ul {
  line-height: 1.3;
  margin-bottom: 1em;
  padding-left: 0px; }

h3#newsname {
  margin-top: 0; }

#leftcol ul li.slick-slide:before, #leftcol ul#gallery li:before, #leftcol ul.slick-dots li:before {
  content: none; }

body#body_442 a.herobutton {
  display: none; }

/******************************************************************
SLIDING PANEL - ENQUIRY FORM
******************************************************************/
#panel {
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 300;
  display: none;
  /*.first {
  	padding-top: 1em;
  }*/ }
  #panel a.close {
    float: right;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: white;
    text-decoration: none; }
  #panel .h3 {
    background: #0d0d0d;
    text-align: center;
    margin: 0;
    padding: 0.6em; }
  #panel h3 {
    margin: 0.5em 0; }
  #panel .respond-form {
    padding: 1em;
    background: #00c8f7; }
    #panel .respond-form form {
      line-height: 1;
      width: 100%; }
      #panel .respond-form form input[type=text],
      #panel .respond-form form input[type=email],
      #panel .respond-form form input[type=url],
      #panel .respond-form form textarea,
      #panel .respond-form form select {
        width: 100%;
        padding: 0.35em 0.85em;
        border: 1px solid #0d0d0d; }
      #panel .respond-form form input[type=text].inLine, #panel .respond-form form input[type=email].inLine {
        width: 78%;
        margin-left: 0.5em; }
      #panel .respond-form form .labelInline {
        display: inline-block;
        width: 17.8%; }
      #panel .respond-form form input[type=submit] {
        width: 100%; }

/*********************
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 white; }
  #gallery p {
    display: none; }

/*********************
FOOTER STYLES
*********************/
#newsletter, #footer {
  text-align: center; }

#newsletter {
  background: #272727;
  position: relative; }
  #newsletter > div {
    padding: 1em 0; }
    #newsletter > div:before {
      content: none;
      position: absolute;
      top: -210px;
      margin-left: -170px; }

#footer {
  position: relative;
  background: url("../images/background.jpg") #a6a6a6 no-repeat top left; }
  #footer > div:first-child:before {
    content: none;
    position: absolute;
    top: -210px;
    margin-left: -170px; }
  #footer #address {
    padding: 2em 0; }
  #footer #copyright ul {
    margin-top: 1em; }
  #footer #copyright a {
    opacity: 0.6; }

/* ================================================ */
/* 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: #fff; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }
    .rslides li p {
      padding-top: 2%;
      margin-bottom: 0;
      line-height: 2.5em; }
    .rslides li .slideshow_caption {
      background: #fff;
      width: 100%;
      font-size: 1em; }
  .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;
  margin-bottom: 0px; }
  .slick-slider .slick-list {
    margin: 0 auto; }
    .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption {
      width: 100%;
      padding: 2%;
      text-align: center;
      padding: 3% 1%; }
  .slick-slider button {
    padding: 0.2em;
    height: auto;
    z-index: 99; }
    .slick-slider button:before {
      content: "\f104";
      font-family: "FontAwesome";
      height: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-slider .slick-next:before {
    content: "\f105";
    padding-left: 0.1em; }

#imageslider i {
  display: none; }

.slick-prev, .slick-next {
  top: 35%;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8); }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  width: 100%; }

/*Full width slider */
ul.responsive3 .slick-list {
  margin: 0 auto; }
  ul.responsive3 .slick-list .slick-track .slick-slide {
    position: relative; }
    ul.responsive3 .slick-list .slick-track .slick-slide .row {
      width: 100%; }
    ul.responsive3 .slick-list .slick-track .slick-slide img {
      height: auto;
      max-width: none;
      width: 100%; }
    ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
      background: rgba(255, 255, 255, 0.8);
      transform: translate3d(0, 0, 0);
      width: 100%;
      padding: 1em;
      position: absolute;
      top: 20%; }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .slideDescription {
        display: none; }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption p.h1 {
        font-size: 1.2em; }

/*********************
CUSTOMISE colorbox
*********************/
#cboxCurrent, #cboxClose {
  top: 5px; }

#cboxNext, #cboxPrevious {
  top: 50%; }

#cboxCurrent {
  font-size: 120%;
  line-height: 1.8em;
  left: 10px; }

#cboxLoadedContent {
  margin-top: 28px; }

#cboxOverlay {
  background: black;
  opacity: 0.8;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out; }

#colorbox {
  z-index: 9999999999; }

/*************************
STICKY BACK TO TOP
*************************/
.cd-top {
  z-index: 9999;
  display: inline-block;
  text-align: center;
  position: fixed;
  bottom: 60px;
  right: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  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: 1.75;
    font-size: 2em; }

.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; }

/******************************************************************
TABLE STYLES
******************************************************************/
/* RESPONSIVE TABLES */
table.ratestable {
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  /* /tbody*/ }
  table.ratestable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  table.ratestable tbody {
    display: block; }
    table.ratestable tbody tr {
      display: block;
      border-bottom: 2px solid #999999; }
      table.ratestable tbody tr td {
        display: block;
        text-align: right;
        padding: 0.25em 0.5em; }
        table.ratestable tbody tr td:before {
          content: attr(data-label);
          float: left;
          text-transform: uppercase;
          font-weight: bold; }

/* /table */
/*
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
  ******************************************************************/
  .header .topBlock h1, .header .topBlock .h1 {
    font-size: 2em; }

  .Home .topBlock h1 {
    text-align: left; }

  /*********************
  GENERAL STYLES
  *********************/
  .CaseStudy .h2 {
    font-size: 1.4em; }

  /********************
  BODY CLASSES
  style a page via class
  ********************/
  body.editfranchise #leftcol {
    width: 100%; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .row, body.CoffeeSolutions #content #leftcol > div > div {
    max-width: 1140px; }

  body.Home .row {
    max-width: 1400px; }

  /*********************
  HEADER STYLES
  *********************/
  body .header {
    /*z-index: 8888;*/ }

  .header #logo {
    margin-top: 3em; }
  .header .postcodeSearch {
    margin-top: 0.5em; }
    .header .postcodeSearch input[type="text"] {
      width: auto; }
    .header .postcodeSearch .button {
      float: none; }
  .header .menu {
    margin: 0 auto;
    width: 100%; }
  .header .first, .header .last {
    width: 100%; }
  .header .last {
    position: inherit; }
  .header .topBlock h1, .header .topBlock .h1 {
    padding: 1em;
    width: auto;
    bottom: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  /*********************
  CONTENT STYLES
  *********************/
  /* content area all inner pages */
  #content .row {
    padding: 2em 0; }

  /* content area home page case studies */
  body.Home #content .row {
    padding: 0; }
  body.Home #content div div {
    background: transparent; }

  blockquote:before {
    /*margin-bottom:5em;*/
    float: left; }

  #hero {
    background-position: top center; }

  /*********************
  HOME STYLES
  *********************/
  body.Home #content #topblocks {
    padding: 2em; }
  body.Home #content #leftcol > div:nth-child(2) .redwrap, body.Home #content #leftcol > div:nth-child(2) .bluewrap, body.Home #content #leftcol > div:nth-child(2) .greenwrap, body.Home #content #leftcol > div:nth-child(2) .orangewrap {
    padding: 1em;
    border: 1px solid #4d4d4d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .redwrap img, body.Home #content #leftcol > div:nth-child(2) .bluewrap img, body.Home #content #leftcol > div:nth-child(2) .greenwrap img, body.Home #content #leftcol > div:nth-child(2) .orangewrap img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      margin-top: 0;
      width: 100%; }
    body.Home #content #leftcol > div:nth-child(2) .redwrap .last p, body.Home #content #leftcol > div:nth-child(2) .bluewrap .last p, body.Home #content #leftcol > div:nth-child(2) .greenwrap .last p, body.Home #content #leftcol > div:nth-child(2) .orangewrap .last p {
      text-align: left;
      font-size: 0.8em;
      margin: 2em; }
  body.Home #content #leftcol > div:nth-child(2) .redwrap:hover {
    border: 1px solid #ff4444;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .redwrap:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .redwrap:hover h3 {
      color: #ff4444;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .redwrap:hover .herobutton {
      background-color: #ff4444;
      color: #fff;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  body.Home #content #leftcol > div:nth-child(2) .bluewrap:hover {
    border: 1px solid #00c8f7;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .bluewrap:hover h3 {
      color: #00c8f7;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .bluewrap:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .bluewrap:hover .herobutton {
      background-color: #00c8f7;
      color: #fff;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  body.Home #content #leftcol > div:nth-child(2) .greenwrap:hover {
    border: 1px solid #18b94f;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .greenwrap:hover h3 {
      color: #18b94f;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .greenwrap:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .greenwrap:hover .herobutton {
      background-color: #18b94f;
      color: #fff;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  body.Home #content #leftcol > div:nth-child(2) .orangewrap:hover {
    border: 1px solid #ff5722;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .orangewrap:hover h3 {
      color: #ff5722;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .orangewrap:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    body.Home #content #leftcol > div:nth-child(2) .orangewrap:hover .herobutton {
      background-color: #ff5722;
      color: #fff;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  body.Home #content #leftcol > div:nth-child(2) .twocol {
    width: 14.364640883%;
    position: relative;
    float: left;
    margin-left: 2.762430939%; }
  body.Home #content #leftcol > div:nth-child(2) .first {
    margin-left: 0; }
  body.Home #content #leftcol > div:nth-child(2) .last {
    float: right; }

  body.Home #content .twocol {
    width: 13.9%; }

  body.Home #content #leftcol > div:nth-child(2) .redwrap, body.Home #content #leftcol > div:nth-child(2) .bluewrap, body.Home #content #leftcol > div:nth-child(2) .greenwrap, body.Home #content #leftcol > div:nth-child(2) .orangewrap {
    margin-bottom: 2em;
    min-height: 600px; }

  /*********************
  HOME BLOCK LAYOUT
  **********************/
  #serviceBlocks {
    position: relative;
    margin-top: -7em;
    z-index: 2; }
    #serviceBlocks > div {
      margin-left: 0; }
    #serviceBlocks p.service {
      min-height: 0; }

  /*********************
  BLOCK LAYOUT
  **********************/
  .columnlayout > div {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top; }
    .columnlayout > div div {
      width: auto; }

  /*********************
  NEWS LISTING
  *********************/
  #body_421 #content .row br {
    display: none;
    line-height: 0; }

  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%; }

  /*********************
  RIGHT BLOCKS
  *********************/
  #rightcol .block {
    margin: 2em 0; }
    #rightcol .block:first-child {
      margin-top: 3.5em; }

  /*********************
  GALLERY
  *********************/
  #gallery li {
    width: 22.5%;
    margin-right: 2%; }

  /*********************
  VIDEOS
  *********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px; }

  /*********************************
  CASE STUDY BLOCKS (BOTTOM BLOCKS) 
  *********************************/
  .CaseStudy > div.parallax-window {
    min-height: 400px;
    height: 50vh;
    height: 600px; }
  .CaseStudy > div > div h5 {
    display: inline; }
  .CaseStudy > div > div p .button {
    margin-top: 0.5em; }

  /******************************************************************
  SLIDING PANEL - ENQUIRY FORM
  ******************************************************************/
  #panel .respond-form > div {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0.75em;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    float: left; }

  /*********************
  FOOTER STYLES
  *********************/
  #newsletter {
    text-align: left;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; }
    #newsletter > div {
      padding: 2em 0; }
      #newsletter > div .h3 {
        text-align: center; }

  #footer > div {
    text-align: left; }
    #footer > div #copyright {
      width: 97%; }
      #footer > div #copyright .first a {
        display: inline; }
      #footer > div #copyright nav {
        margin-top: 1em; }
  #footer #copyright ul li {
    display: inline;
    padding: 0 6px; }

  /*
  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 */
  /*Full width slider */
  ul.responsive3 .slick-list {
    margin: 0 auto; }
    ul.responsive3 .slick-list .slick-track .slick-slide {
      position: relative; }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
        top: 20%; }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .slideDescription {
          display: block; }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption p.h1 {
          font-size: 2em; }

  /******************************************************************
  TABLE STYLES
  ******************************************************************/
  /* RESPONSIVE TABLES */
  table.tableFixed {
    table-layout: fixed; }

  table.ratestable {
    display: table; }
    table.ratestable thead tr {
      position: relative; }
      table.ratestable thead tr td, table.ratestable thead tr th {
        padding: 0.25em;
        background-color: #cccccc; }
    table.ratestable tbody {
      display: table-row-group; }
      table.ratestable tbody tr {
        display: table-row;
        border-bottom: none; }
        table.ratestable tbody tr td {
          display: table-cell;
          text-align: center;
          border-bottom: 1px solid #cccccc;
          /* Add this class to td's that need to avoid text-wrap */
          /* Hide mobile headings */ }
          table.ratestable tbody tr td:nth-child(odd) {
            background-color: #ededed;
            background-image: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#ededed));
            background-image: -webkit-linear-gradient(left, #e6e6e6, #ededed);
            background-image: -moz-linear-gradient(left, #e6e6e6, #ededed);
            background-image: -o-linear-gradient(left, #e6e6e6, #ededed);
            background-image: linear-gradient(to right, #e6e6e6, #ededed); }
          table.ratestable tbody tr td.Stretch {
            word-wrap: break-word; }
          table.ratestable tbody tr td.noStretch {
            white-space: nowrap; }
          table.ratestable tbody tr td:before {
            display: none; }
          table.ratestable tbody tr td.text-right {
            text-align: right; }
        table.ratestable tbody tr td.line2 {
          width: 200px; }
        table.ratestable tbody tr td.line10 {
          width: 100px; }

  /******************************************************************
  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; }

  /* ============================= */
  /* ! 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 .header, body.admindex .header .parallax-window, body.admindex .header .topBlock,
    body.admhome .header,
    body.admhome .header .parallax-window,
    body.admhome .header .topBlock,
    body.admnewsection .header,
    body.admnewsection .header .parallax-window,
    body.admnewsection .header .topBlock {
      height: auto;
      overflow: visible; }
    body.admindex .topMenu .nav > li,
    body.admhome .topMenu .nav > li,
    body.admnewsection .topMenu .nav > li {
      padding: 0 0.5em;
      /*turn some of the main nav items ON for admin*/ }
      body.admindex .topMenu .nav > li > a,
      body.admhome .topMenu .nav > li > a,
      body.admnewsection .topMenu .nav > li > a {
        font-size: 1em; }
      body.admindex .topMenu .nav > li:first-child, body.admindex .topMenu .nav > li:nth-child(5), body.admindex .topMenu .nav > li:nth-child(6), body.admindex .topMenu .nav > li:nth-child(7),
      body.admhome .topMenu .nav > li:first-child,
      body.admhome .topMenu .nav > li:nth-child(5),
      body.admhome .topMenu .nav > li:nth-child(6),
      body.admhome .topMenu .nav > li:nth-child(7),
      body.admnewsection .topMenu .nav > li:first-child,
      body.admnewsection .topMenu .nav > li:nth-child(5),
      body.admnewsection .topMenu .nav > li:nth-child(6),
      body.admnewsection .topMenu .nav > li:nth-child(7) {
        display: inline-block; }

  /*********************
  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 #serviceBlocks {
    display: none; }

  body.admindex #panel {
    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: #fff;
    line-height: normal !important; }

  /*********************
  Captcha
  **********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word; }

  /***************
  SiteMap Drag and Drop
  ******************/
  #sitemap_header {
    width: 70em; }

  #sitemap_header dt {
    width: 66em; }

  .sitemap_undo {
    float: right; }

  #sitemap, #dragHelper {
    display: block;
    margin: 0;
    list-style: none; }

  #dragHelper {
    background: #eee; }

  #sitemap ul, #dragHelper ul {
    font-size: 1em;
    list-style: none; }

  #sitemap li, #dragHelper li {
    display: block;
    width: 100%;
    display: block;
    clear: both; }

  #sitemap dl, #dragHelper div {
    position: relative;
    display: block;
    height: 19px;
    border-top: 1px solid #eee;
    padding-top: 1px;
    background: #fff; }

  #sitemap dt, #dragHelper dt {
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1em;
    margin-left: 16px;
    padding: 0 0 0 1px; }

  #sitemap dd, #dragHelper dd {
    float: left; }

  #sitemap .sm2_actions, #dragHelper .sm2_actions {
    display: none;
    padding: 3px 2px 0 5px; }

  #sitemap .sm2_status, #dragHelper .sm2_status {
    position: absolute;
    top: 3px;
    right: 0; }

  #sitemap dl:hover dd, #sitemap dd:hover {
    display: block; }

  #sitemap dd strong, #dragHelper dd strong {
    display: none; }

  #sitemap a, #dragHelper a {
    border: none; }

  #sitemap .sm2_expander, #dragHelper .sm2_expander {
    position: absolute;
    left: 0;
    top: 4px; }

  #sitemap .sm2_liOpen, #dragHelper .sm2_liOpen {
    background: url(../img/sm2_li.gif) left repeat-y; }

  #sitemap .sm2_liOpen > dl > .sm2_expander, #dragHelper .sm2_liOpen > dl > .sm2_expander {
    display: block;
    width: 15px;
    height: 1em;
    background: url(../img/excol_open.gif) 50% 50% no-repeat; }

  #sitemap .sm2_liClosed > dl > .sm2_expander, #dragHelper .sm2_liClosed > dl > .sm2_expander {
    display: block;
    width: 15px;
    height: 1em;
    background: url(../img/excol_closed.gif) 50% 50% no-repeat; }

  #sitemap .sm2_liClosed ul, #dragHelper .sm2_liClosed ul {
    display: none; }

  .sm2_move, .sm2_delete, .sm2_addChild, .sm2_pub, .sm2_workFlow {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    text-indent: -5000px;
    margin: 0 1px 0 0;
    background: url(../img/sm2_move.png) top left no-repeat; }

  .sm2_actions * {
    cursor: pointer; }

  .sm2_pub, .sm2_workFlow {
    float: right;
    margin: 0 1px 0 0; }

  .sm2_move {
    background-image: url(../img/sm2_move.png); }

  .sm2_delete {
    background-image: url(../img/sm2_delete.png); }

  .sm2_addChild {
    background-image: url(../img/sm2_addChild.png); }

  .sm2_pub {
    background-image: url(../img/sm2_unpub.png); }

  .sm2_workFlow {
    background-image: none; }

  #sortHelper {
    height: 1px !important;
    background: #000;
    margin: 0 !important;
    padding: 0;
    position: relative;
    z-index: 100; }

  #sortHelper + li {
    margin-top: 0; }

  #dropMenu {
    background: #333;
    color: #eee;
    position: absolute;
    display: none;
    z-index: 1000; }

  #dropMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0; }

  #dropMenu li {
    margin: 0;
    padding: 5px 10px;
    width: 100px;
    cursor: pointer;
    font-weight: bold; }

  #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
  
  ******************************************************************/
  h2, .h2 {
    font-size: 1.9em; }

  .header .last nav.firstMenu {
    font-size: 0.85em; }

  .topMenu .nav > li > a {
    font-size: 1.2em; }

  .slideshow_caption .h3 {
    margin-top: 0; }

  .slideshow_caption .h2 {
    margin-bottom: 0; }

  /*************************
  Colours
  *************************/
  .darkgrey {
    color: #a6a6a6; }

  .blue {
    color: #404040; }

  .white, .slick-slider button:before {
    color: #fff; }

  .green, .cd-top i:hover, .topMenu .nav li a:active, a.activerootmenulink.parent {
    color: #00c8f7; }

  /*********************
  HEADER STYLES
  *********************/
  .header .first {
    width: 40%;
    text-align: center; }
  .header .last {
    position: relative; }
  .header .menu .last {
    width: 60%; }
  .header #logo {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 2em;
    left: 2%; }
  .header .phoneContainer {
    margin-bottom: 1em;
    margin-left: 1em;
    text-align: left; }
    .header .phoneContainer .button {
      float: right; }
  .header .firstMenu {
    position: relative;
    text-align: right;
    padding-right: 2%; }
  .header .slogan {
    text-align: left;
    margin-bottom: 0.4em;
    font-size: 1.2em;
    margin-top: 25px; }
  .header .phonenumber {
    float: right;
    display: block;
    margin: 0.4em auto 0 auto;
    font-size: 1.5em; }
  .header .postcodeSearch {
    margin-left: 1em;
    float: right;
    margin-top: 0; }
  .header .menu {
    border-bottom: 6px solid #00c8f7;
    padding: 0.2em 0 0 0; }
    .header .menu .last {
      float: right;
      text-align: right;
      margin-bottom: 0em;
      padding: 0 0; }
  .header .quote {
    display: none; }

  /*********************
  NAVIGATION STYLES
  *********************/
  #mainMenu {
    text-align: right; }

  .topMenu {
    padding-top: 3em;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: none;
    width: 100%;
    /* end .nav */ }
    .topMenu a.toggleMenu {
      display: none; }
    .topMenu .nav {
      position: relative;
      width: auto;
      border: 0;
      /* end .menu ul li */ }
      .topMenu .nav > li {
        display: inline-block;
        padding: 0 1em;
        /*turn some of the main nav items OFF for public*/ }
        .topMenu .nav > li:first-child {
          display: none; }
        .topMenu .nav > li:nth-child(6) {
          display: none; }
        .topMenu .nav > li:nth-child(7) {
          display: none; }
      .topMenu .nav li {
        position: relative;
        /* highlight current page */
        /*
        plan your menus and drop-downs wisely.
        */
        /* showing sub-menus */ }
        .topMenu .nav li a {
          padding: 0.5em 0em;
          background: none;
          border-bottom: none; }
          .topMenu .nav li a.parent:before {
            display: none; }
          .topMenu .nav li a.parent:after {
            display: inline; }
        .topMenu .nav li a.activerootmenulink {
          color: #00c8f7; }
        .topMenu .nav li ul,
        .topMenu .nav li ul.sub-menu,
        .topMenu .nav li ul.children {
          position: absolute;
          z-index: 9999;
          left: -9999px; }
          .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;
                background: #5a5a5a; }
            .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*/
  /******************************************************************
  CONTENT STYLES
  ******************************************************************/
  /*********************
  HOME BLOCK LAYOUT
  **********************/
  #imageslider {
    position: relative;
    text-align: center;
    overflow: hidden; }
    #imageslider > div.holdBottom {
      position: absolute;
      bottom: 4em;
      width: 100%;
      display: block; }
      #imageslider > div.holdBottom i {
        display: inline-block; }

  body.Home #content #leftcol > div:nth-child(2) .redwrap, body.Home #content #leftcol > div:nth-child(2) .bluewrap, body.Home #content #leftcol > div:nth-child(2) .greenwrap, body.Home #content #leftcol > div:nth-child(2) .orangewrap {
    margin-bottom: 2em;
    min-height: 400px; }

  body.Home #topblocks .columnlayout div {
    padding: 2em 0em; }
    body.Home #topblocks .columnlayout div ul li {
      width: 25%; }

  /******************************************************************
  SLIDING PANEL - ENQUIRY FORM
  ******************************************************************/
  body:not(.Home) .panelContainer {
    display: none; }

  .panelContainer {
    position: relative;
    width: 90%; }

  #panel {
    display: block;
    width: 21em;
    left: 0;
    top: 60px; }
    #panel .respond-form > div {
      width: 48%;
      margin-right: 2%;
      margin-bottom: 0.75em;
      display: -moz-inline-stack;
      display: inline-block;
      *display: inline;
      vertical-align: top;
      float: left; }

  /*************************
  STICKY BACK TO TOP
  *************************/
  .cd-top {
    right: 30px;
    bottom: 20px; }
    .cd-top i {
      line-height: 1;
      font-size: 3em; }
    .cd-top i:active, .cd-top i:focus {
      background: transparent; }

  /* SLIDER */
  /*Full width slider */
  ul.responsive3 {
    max-height: 100vh;
    overflow: hidden; }
    ul.responsive3 .slick-list .slick-track .slick-slide .row {
      position: relative;
      width: 90%; }
    ul.responsive3 .slick-list .slick-track .slick-slide img {
      display: block;
      height: auto;
      min-width: 100%;
      float: left;
      width: initial;
      max-width: initial; }
    ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
      padding: 2.5em;
      width: 55%;
      text-align: left;
      top: 25%;
      left: 0%; }
    ul.responsive3 .slick-next {
      right: 20px; }
    ul.responsive3 .slick-prev {
      left: 20px; } }
/*
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. 
  
  ******************************************************************/ }
/*
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. 
  
  ******************************************************************/ }
/*
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.
  
  ******************************************************************/
  h1, .h1, .header .topBlock h1, .header .topBlock .h1 {
    font-size: 2.8em; }

  h2, .h2 {
    font-size: 1.8em; }

  #userblocks ul li a strong, .slogan {
    font-size: 1.1em; }

  .topMenu .nav > li > a {
    font-size: 1.1em; }

  .slick-prev:before, .slick-next:before {
    font-size: 70px; }

  /*********************
  SPRITE
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  .header {
    /*#logo {
    	margin-left: -6%;
    }*/ }

  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  CONTENT STYLES
  *********************/
  .phoneContainer {
    margin-bottom: 0;
    margin-left: 0; }

  div#facebookfeed {
    text-align: center;
    padding-top: 1.5em;
    display: block; }

  /* content area all inner pages */
  #content .row {
    padding: 1em 0 4em 0; }

  body.Home #content .row {
    padding: 0; }

  /* content area all Solutions pages */
  body.CoffeeSolutions #content #leftcol > div {
    padding: 2em 0 4em 0; }

  body.Home #content #leftcol > div:nth-child(2) .redwrap, body.Home #content #leftcol > div:nth-child(2) .bluewrap, body.Home #content #leftcol > div:nth-child(2) .greenwrap, body.Home #content #leftcol > div:nth-child(2) .orangewrap {
    margin-bottom: 2em;
    min-height: 300px; }

  /******************************
  CASE STUDY BLOCKS (LEFT BLOCKS)
  ******************************/
  .CaseStudy > div > div {
    width: 35%; }

  /*********************
  FOOTER STYLES
  *********************/
  #footer > div #copyright {
    width: 65.74585634900001%; }
    #footer > div #copyright .first a {
      display: inline; }
  #footer > div:first-child:before {
    content: url("../images/bubbles.png"); }

  #newsletter > div:before {
    content: url("../images/bubbles.png"); } }
  @media only screen and (min-width: 1240px) and (max-width: 1600px) {
    #newsletter > div:before {
      content: none; } }

@media only screen and (min-width: 1240px) {
  /* SLIDER */
  /*Full width slider */
  ul.responsive3 {
    max-height: 69vh;
    min-height: 800px; }
    ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
      width: 35em; } }
/*
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.
  
  ******************************************************************/
  #logo {
    background-image: url("../images/logo-2x.png"); } }
/*
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: #8e8f91 !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: #5b5c5e !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 #8e8f91; }

  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 {
    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 */
