/******************************************************************
Site Name: 
Author: Kook: www.kook.com.au

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: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

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; }

address {
  font-style: normal; }

/******************************************************************
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/
*********************/
/* mid grey */
/* light grey */
/* dark grey*/
/* 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: 'texgyreadventorbold';
  src: url("texgyreadventor-bold-webfont.eot");
  src: url("texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("texgyreadventor-bold-webfont.woff") format("woff"), url("texgyreadventor-bold-webfont.ttf") format("truetype"), url("texgyreadventor-bold-webfont.svg#texgyreadventorbold") 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);
*/
/*********************
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); */
/******************************
CSS VERTICALLY ALIGN A DIV
*******************************/
/******************************
CSS VERTICALLY ALIGN A DIV
*******************************/
/*
USAGE: @include vertical-align;
*/
/*********************
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; }

/*********************
BUTTONS
*********************/
.button, .button:visited {
  border: 2px solid black;
  padding: 0.4em 4em;
  color: black;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    background-color: black;
    color: white; }
  .button:active, .button:visited:active {
    background-color: black; }

.slick-slider button:hover, .slick-slider button:focus, .slick-slider button:active {
  background-color: transparent; }

#block_63 .button {
  background-color: rgba(255, 255, 255, 0.74); }
  #block_63 .button:hover, #block_63 .button:focus, #block_63 .button:active {
    background-color: black; }

/*********************
BLINKING TEXT
*************************/
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@-moz-keyframes blinker {
  0% {
    opacity: 2.0; }

  50% {
    opacity: 0.0; }

  100% {
    opacity: 2.0; } }
@-webkit-keyframes blinker {
  0% {
    opacity: 2.0; }

  50% {
    opacity: 0.0; }

  100% {
    opacity: 2.0; } }
@keyframes blinker {
  0% {
    opacity: 2.0; }

  50% {
    opacity: 0.0; }

  100% {
    opacity: 2.0; } }
/*********************
FONT AWESOME
*********************/
/*
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:kook

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: "Lato", sans-serif;
  font-size: 90%;
  line-height: 1.5;
  color: #333333; }

.dontdisplay {
  display: none; }

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
/*********************
LAYOUT & GRID STYLES
*********************/
.row {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #9f9f9f;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #f79421; }
  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
******************************************************************/
h3, .h3, h4, .h4, h5, .h5, .button {
  font-family: "Lato", sans-serif;
  /*text-rendering: optimizelegibility;*/
  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 */ }
  h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .button a {
    text-decoration: none; }

h1, .h1, h2, .h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 400; }

.homebottom h5, .header .row p {
  font-weight: 400; }

h1, .h1 {
  font-size: 2em;
  line-height: 1.333em;
  margin-bottom: 0em; }

.header h1, .header .h1 {
  font-size: 2.25em;
  color: #666666;
  margin-top: 0; }

h2, .h2, a.toggleMenu, #block_64 h1 {
  font-size: 1.58em;
  margin-top: 0em;
  margin-bottom: 0.375em; }

h3, .h3, .homebottom h5, .header .row p {
  font-size: 1.2em;
  /*text-transform: uppercase;*/
  margin-top: 0.375em;
  margin-bottom: 0.375em; }

.button {
  font-size: 1.2em;
  margin-top: 0.375em;
  margin-bottom: 0.375em; }

#rightcol .block h3 {
  display: block;
  text-align: center;
  margin-top: 0.2em;
  padding: 0.5em 0em;
  font-weight: 600; }

h4, .h4 {
  font-size: 1em;
  font-weight: 600; }

#footer a {
  font-size: 1em; }

h5, .h5 {
  margin: 0.25em 0 0.5em 0; }

h5 + p, .h5 + p, h6 + p, .h6 + p {
  margin-top: 0em; }

h6, .h6 {
  font-size: 0.8em;
  margin: 0.25em 0em;
  background-color: white;
  padding: 1%;
  display: block;
  text-align: center; }

.header .row .last, p.slideshow_caption, .topMenu nav li a {
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.2px; }

p {
  font-weight: 500; }

#block_63 .h2 {
  font-size: 1.1em; }

.slideshow_caption h4 {
  text-align: center; }

/*************************
Font colours set here
*************************/
.white, #block_63 .h2, #block_64 h1, #frmQuickQuote .h2, .homebottom h2, .homebottom h5, .homebottom, #footer a:hover, #header1 a, #header1 p, a.toggleMenu, a.toggleMenu:hover, a.toggleMenu:focus, a.toggleMenu:visited:hover, a.toggleMenu:visited:focus, #footermenu h3 {
  color: white; }

.grey, .required, h1, .h1 h3, .h3 {
  color: black; }

.orange, .blue, .h6, ol li {
  color: #f79421; }

.primaryblue, .lightblue, h6 {
  color: #c5c5c5; }

.header .row p, .header .row p a {
  color: black; }

#footer p, #footer a {
  color: #AAA; }

h4, .h4 {
  color: #4d4d4d; }

/*************************
Turn off printable items
*************************/
.printable {
  display: none; }

/*********************
SPRITE
*********************/
/*.sprite {
	background: url('../images/sprite-master.png') no-repeat top left; 
	display:block;
}*/
/*********************
HEADER STYLES
*********************/
body.Home .header, body.Home .header .parallax-window, body.Home .header #block_64 {
  height: 440px;
  padding: 0em 0em; }

.header {
  z-index: 99999;
  border-bottom: 1px solid #c5c5c5;
  height: 113px;
  position: relative; }
  .header .menu {
    background: white; }
  .header .row {
    position: relative;
    min-height: 87px; }
    .header .row h1 {
      margin: 0 auto; }
    .header .row #logo {
      display: block;
      width: 180px;
      height: 59px;
      /*margin: 0 auto;*/
      background: transparent url("../images/logo.png") no-repeat top center;
      background-size: 180px 59px;
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
    .header .row a {
      text-decoration: none; }
    .header .row .first {
      position: absolute; }
    .header .row .last {
      width: 50%;
      text-align: right;
      float: right; }
      .header .row .last p {
        margin: 0.5em 0em 0em 0em; }
      .header .row .last p.h4 {
        display: none; }
  .header #block_64 {
    z-index: 8888;
    text-align: center; }
    .header #block_64 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); }

/*********************
NAVIGATION STYLES
*********************/
#mainMenu {
  background-color: white;
  text-align: right; }

.topMenu {
  width: 100%;
  float: right;
  clear: right;
  /*
  all navs have a .nav class applied; this is so we can
  easily write one group of styles for the navs on the site so our css is cleaner
  and more scalable.
  */
  /* end .nav */ }
  .topMenu a.toggleMenu {
    width: 100%;
    padding: 2% 0%;
    margin: 0;
    margin-top: 1em;
    text-transform: uppercase;
    text-align: center;
    background: #222; }
    .topMenu a.toggleMenu em {
      font-style: normal;
      color: white; }
    .topMenu a.toggleMenu span {
      display: block;
      width: auto;
      float: right;
      padding-right: 0.5em; }
  .topMenu .nav {
    margin-top: 0;
    padding-top: 1em;
    z-index: 99999;
    /* end .menu li */ }
    .topMenu .nav li {
      position: relative;
      z-index: 99999;
      /* Sub-menu level 2 */
      /* end level 2	*/
      /* showing sub-menus */ }
      .topMenu .nav li a {
        display: block;
        text-decoration: none;
        padding: 1em 1em;
        background-color: #dfdfdf;
        border-bottom: 1px solid white;
        text-align: left;
        color: black;
        /*
        remember this is for mobile ONLY, so there's no need
        to even declare hover styles here. We want to
        keep this file as small as possible!
        */ }
        .topMenu .nav li a:hover, .topMenu .nav li a:focus {
          background-color: #d2d2d2; }
        .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.hover > a.parent:before {
        content: "\f106"; }
      .topMenu .nav li ul,
      .topMenu .nav li ul.sub-menu,
      .topMenu .nav li ul.children {
        margin-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: 20px;
            text-transform: none;
            background-color: #dfdfdf; }
            .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-color: #ebebeb; }
          .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: 30px; }
            .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: 40px; }

/* end .topMenu */
.nav > li.hover > ul {
  left: 0;
  display: block; }

.nav li li.hover > ul {
  left: 100%;
  top: 0;
  display: block; }

/*.nav > li.hover > ul , .nav li li.hover ul { position: static; }*/
/*********************
CONTENT STYLES
*********************/
/* content area home page */
body.Home #content {
  padding-top: 1em;
  padding-bottom: 0;
  background: white; }
  body.Home #content #leftcol > div {
    padding: 1em 0; }
    body.Home #content #leftcol > div > div {
      width: 96%;
      margin: 0 auto;
      text-align: center; }
      body.Home #content #leftcol > div > div > div {
        text-align: left; }
    body.Home #content #leftcol > div:nth-of-type(even) {
      background: -webkit-radial-gradient(white, #c5c5c5);
      /* Safari 5.1 to 6.0 */
      background: -o-radial-gradient(white, #c5c5c5);
      /* For Opera 11.6 to 12.0 */
      background: -moz-radial-gradient(white, #c5c5c5);
      /* For Firefox 3.6 to 15 */
      background: radial-gradient(white, #c5c5c5);
      /* Standard syntax */ }

#content {
  background: #F6F6F6;
  padding: 50px 0; }
  #content #contentcontainer {
    background-color: #fff;
    border: 1px solid #CDCDCD;
    padding: 10px; }
  #content #leftcol table tbody tr {
    background: white; }
    #content #leftcol table tbody tr:nth-child(odd) {
      background: #e6e6e6; }

blockquote {
  position: relative;
  padding: 0.5em 2em 1em 4em;
  margin: 1em; }
  blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #aaaaaa;
    position: absolute;
    left: 0;
    top: -0.2em;
    font-size: 2em; }
  blockquote em {
    color: #666666;
    display: block;
    text-align: right;
    font-size: 0.8em;
    font-style: normal; }
    blockquote em:before {
      content: "\2014";
      padding-right: 0.5em; }

ul.childlinks {
  padding: 0 0 0 0;
  list-style: none; }
  ul.childlinks li {
    padding: 5px 0.5em 5px 0.5em;
    margin-bottom: 0.25em;
    cursor: pointer;
    display: block;
    /* deep nesting */ }
    ul.childlinks li a {
      text-decoration: none;
      color: #929292;
      display: block; }
      ul.childlinks li a:hover, ul.childlinks li a:focus {
        color: black; }
  ul.childlinks li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    float: left;
    font-size: large;
    padding-right: 0.5em;
    line-height: 1.4; }

dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

img {
  margin: 0 0 0em 0;
  max-width: 100%;
  height: auto; }

#breadcrumbs {
  display: none; }

/* end #breadcrumbs */
.zoom {
  /*width: 320px;
  height: 240px;*/ }

.imgzoom {
  width: 100%;
  height: 100%; }

.imgzoom img {
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease; }

.imgzoom:hover img {
  -webkit-transform: scale(0.85);
  /* Safari and Chrome */
  -moz-transform: scale(0.85);
  /* Firefox */
  -ms-transform: scale(0.85);
  /* IE 9 */
  -o-transform: scale(0.85);
  /* Opera */
  transform: scale(0.85); }

/*********************
HOME BLOCK LAYOUT
**********************/
body.Home .columnlayout div div {
  /*border: 1px solid lighten($color-quaternary, 55%);*/
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  text-align: center; }

#frmQuickQuote {
  background-color: white;
  border: 1px solid #666666;
  margin-bottom: 1em; }
  #frmQuickQuote .h2 {
    text-align: center;
    background-color: #666666; }
    #frmQuickQuote .h2 i {
      float: right;
      line-height: 1.5; }
  #frmQuickQuote tbody {
    padding: 1em;
    display: block; }
    #frmQuickQuote tbody tr td input, #frmQuickQuote tbody tr td select {
      padding: 0.5em; }
    #frmQuickQuote tbody tr td input[type=text] {
      width: 90%;
      margin-bottom: 5px; }
    #frmQuickQuote tbody tr td input[type=checkbox] {
      vertical-align: middle; }
    #frmQuickQuote tbody tr td input[type=button] {
      width: 100%; }
    #frmQuickQuote tbody tr td select {
      padding: 2px;
      margin-bottom: 10px; }
    #frmQuickQuote tbody tr td label {
      clear: left;
      display: block;
      margin-bottom: 5px; }
    #frmQuickQuote tbody tr td .OtherDiv {
      display: none; }

table.BookQuote td {
  font-weight: 300; }
  table.BookQuote td .OtherDiv {
    display: none; }
table.BookQuote input[type=text] {
  width: 90%;
  font-weight: 300; }
table.BookQuote select {
  padding: 2px;
  font-weight: 300; }
table.BookQuote .required {
  color: #9d3539; }

/******************************************************************
FORM STYLES
******************************************************************/
.respond-form {
  margin: 0em 0em;
  padding: 1%;
  min-width: 190px; }

.respond-form, #newsletter {
  /* not nested as not all forms contain a table */ }
  .respond-form table, #newsletter table {
    width: 100%; }
    .respond-form table tbody tr, #newsletter table tbody tr {
      background: transparent !important; }
      .respond-form table tbody tr:nth-child(odd), #newsletter table tbody tr:nth-child(odd) {
        background: transparent !important; }
  .respond-form form, #newsletter form {
    margin: 0 0;
    width: 90%; }
    .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: 1em;
      background-color: white;
      margin: 0 0 1em 0;
      display: table-cell;
      width: 100%;
      max-width: 100%;
      border: 0;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
      /* 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 .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%; }

body.Home .respond-form input[type=text],
body.Home .respond-form input[type=email],
body.Home .respond-form input[type=url],
body.Home .respond-form textarea,
body.Home .respond-form select {
  background-color: #f2f2f2; }

#rightcol .respond-form form input[type=text],
#rightcol .respond-form form input[type=email],
#rightcol .respond-form form input[type=url],
#rightcol .respond-form form textarea, #rightcol .respond-form form select {
  width: 100%; }
#rightcol .respond-form form textarea {
  width: 100%; }
#rightcol .respond-form form img {
  width: 100%; }

/*********************
BLOCKS
*********************/
#firstcol .block {
  display: none; }

#block_29:before, #block_29:after, #block_5:before, #block_5:after, #block_35:before, #block_35:after {
  display: none; }

#leftcol {
  margin-bottom: 1em;
  /*background-color: $white;*/
  padding: 0 2em;
  /*border: 1px solid lighten($color-quaternary, 60%);*/ }
  #leftcol .filter {
    border-bottom: 1px solid #aaaaaa; }

.Home #leftcol {
  border: 0;
  padding: 0;
  margin-bottom: 0;
  /*background-color: transparent;*/ }

.Home #block_6 > p {
  margin: 0; }

/*********************
RIGHT BLOCKS
*********************/
#rightcol {
  /* end .block */ }
  #rightcol .block {
    margin-bottom: 3em; }
    #rightcol .block h5 {
      border-top: 1px dotted #b3b3b3;
      text-align: center;
      margin-bottom: 0em; }
      #rightcol .block h5 span {
        text-align: center;
        position: relative;
        top: -15px;
        background-color: white;
        padding: 0px 5px; }
    #rightcol .block ul, #rightcol .block ol {
      padding: 0 0 0 0;
      list-style: none; }
      #rightcol .block ul li, #rightcol .block ol li {
        padding: 5px 0.5em 5px 0.5em;
        border-bottom: 1px solid #c5c5c5;
        margin-bottom: 0.25em;
        cursor: pointer;
        display: block;
        /* deep nesting */ }
        #rightcol .block ul li a, #rightcol .block ol li a {
          text-decoration: none;
          color: #929292;
          display: block; }
          #rightcol .block ul li a:hover, #rightcol .block ul li a:focus, #rightcol .block ol li a:hover, #rightcol .block ol li a:focus {
            color: black; }
      #rightcol .block ul li:before, #rightcol .block ol li:before {
        content: "\f105";
        font-family: FontAwesome;
        display: block;
        float: left;
        font-size: large;
        padding-right: 0.5em;
        line-height: 1.4; }
    #rightcol .block ol li:before {
      content: "\f1c1"; }
    #rightcol .block .newsBlock {
      border-bottom: 1px dotted #b3b3b3;
      padding: 5px 0px; }
      #rightcol .block .newsBlock h6 {
        margin: 0.5em 0; }
      #rightcol .block .newsBlock p:last-child {
        margin-bottom: 0; }
    #rightcol .block .greyBox {
      background: #a6a6a6;
      border: 1px dotted #b3b3b3;
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 1.5em;
      padding-bottom: 1em; }

/* end #rightcol */
/*********************************
TESTIMONIAL BLOCK (BOTTOM BLOCK) 
*********************************/
#block_63 {
  position: relative;
  overflow: hidden;
  margin: 0; }
  #block_63 > div.parallax-window {
    min-height: 300px;
    height: 40vh; }
    #block_63 > div.parallax-window .button {
      padding: 0.4em 1em; }
  #block_63 > 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%); }
    #block_63 > div > div p {
      margin-top: 0; }
    #block_63 > 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; }

/*********************
GALLERY
*********************/
#gallery {
  display: table;
  margin: 0em auto; }
  #gallery li {
    list-style: none;
    /*width: 47.5%;*/
    margin-left: 2%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    border-bottom: 1px dotted white; }
  #gallery p {
    display: none; }

/*********************
VIDEOS
*********************/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px; }
  .videoWrapper iframe,
  .videoWrapper object,
  .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*********************
FOOTER STYLES
*********************/
#footernav {
  display: none; }

#footer {
  background: #222;
  clear: both;
  text-align: center; }
  #footer .row {
    padding: 1em 0em;
    /*width: 90%;
    margin: 0 auto;*/ }
    #footer .row .sociallinks {
      margin: 1em 0; }
    #footer .row div p {
      margin: 0;
      margin-bottom: 0.5em; }
      #footer .row div p a {
        display: block;
        clear: left; }
    #footer .row ul {
      padding: 0; }
      #footer .row ul li {
        margin: 0 0.25em;
        display: inline;
        list-style: none; }

#footermenu {
  padding-bottom: 10%;
  display: none; }

/*****************
property listing css
******************/
.propshort {
  float: left;
  width: 30%;
  margin-right: 5%; }
  .propshort:nth-child(3n) {
    margin-right: 0px; }
  .propshort .twelvecol img {
    width: 100%; }
  .propshort h2 {
    width: 50%;
    float: left; }

.property_long .roomhold ul {
  margin-top: 25px;
  line-height: 49px; }

.roomhold ul {
  float: left;
  list-style: none; }
  .roomhold ul li {
    float: left;
    padding-right: 25px;
    margin-left: 5px; }
    .roomhold ul li.beds {
      background: url("../images/beds.png") no-repeat center right;
      padding-right: 30px; }
    .roomhold ul li.bathrooms {
      background: url("../images/baths.png") no-repeat center right; }
    .roomhold ul li.garages {
      background: url("../images/cars.png") no-repeat center right; }

/* ================================================ */
/* http://responsiveslides.com v1.32 by @viljamis   */
/* Responsive Slideshow, installed 21/11/2012 Ross. */
/* ================================================ */
.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; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }
  .rslides .slideshow_caption {
    display: none; }
  .rslides .button {
    display: none; }

/* FEATURED PRODUCT SLIDER */
.slick-slider {
  padding: 0 0px 0 0px;
  margin-bottom: 1em !important;
  list-style: none; }
  .slick-slider .slick-list {
    margin: 0 auto;
    padding: 0;
    width: 75%; }
    .slick-slider .slick-list .slick-track {
      /*margin-left: 0.2em;*/ }
      .slick-slider .slick-list .slick-track .slick-slide {
        padding: 0 1em;
        max-height: 600px; }
        .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption {
          text-align: left; }
          .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption ul {
            list-style-type: none;
            padding: 0; }
            .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption ul li {
              padding: 1% 0; }
              .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption ul li:before {
                content: "\f05d";
                font-family: FontAwesome;
                display: block;
                float: left;
                font-size: large;
                padding-right: 0.5em;
                line-height: 1.2; }
  .slick-slider button {
    padding: 0.2em;
    background: transparent;
    height: auto; }
    .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; }

/* end slick-slider */
/*********************
CUSTOMISE colorbox
*********************/
#cboxCurrent, #cboxNext, #cboxNext, #cboxPrevious, #cboxClose {
  top: 4px; }

#cboxCurrent {
  font-size: 120%;
  line-height: 1.8em; }

#cboxLoadedContent {
  margin-top: 28px; }

/*
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.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .topMenu a.toggleMenu em {
    display: inline;
    font-style: normal; }

  #rightcol input[type="submit"] {
    font-size: 1.1em; } }
/*
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.
*/
@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!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  h1, .h1 {
    font-size: 2em;
    line-height: 1.333em;
    margin-bottom: 0em; }

  #block_64 h1 {
    font-size: 2em; }

  #block_63 .h2 {
    font-size: 1.4em; }

  /*************************
  Font colours set here
  *************************/
  .grey, #frmQuickQuote .h2 {
    color: #f79421; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .row {
    max-width: 1140px; }

  .header .row, #footer .row {
    max-width: 1640px; }

  body.Home #content #leftcol > div > div {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  .header {
    height: 153px; }
    .header .row #logo {
      width: 216px;
      height: 70px;
      background-size: 216px 70px; }

  .header .menu {
    margin: 0 auto;
    width: 100%; }
  .header .herotext {
    width: 50%; }

  body.Home .header {
    z-index: 8888; }

  body.Home .header,
  body.Home .header .parallax-window,
  body.Home .header .topBlock {
    min-height: 400px;
    height: 20vh;
    padding: 0em 0em; }

  body.Home .header,
  body.Home .header .parallax-window,
  body.Home .header #block_64 {
    height: 70vh; }

  .header .menu {
    margin: 0 auto;
    width: 100%; }
  .header #block_64 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
  *********************/
  .Home #content {
    padding-top: 2em; }

  #content .row {
    /*background: $white;*/
    padding-bottom: 2em; }

  #hero {
    position: relative; }
    #hero img {
      max-height: 600px;
      margin-bottom: 0; }

  body.Home .filter, body.admhome .filter {
    position: absolute;
    bottom: 0;
    left: 20%; }
    body.Home .filter .filtercontainer, body.admhome .filter .filtercontainer {
      background: rgba(255, 255, 255, 0.65);
      padding-top: 1em;
      padding-left: 1em; }
    body.Home .filter h2, body.admhome .filter h2 {
      background: #c5c5c5;
      color: white;
      padding: 0.7em;
      padding-left: 1em;
      width: 240px;
      text-transform: uppercase;
      margin-bottom: 0; }
    body.Home .filter div p, body.admhome .filter div p {
      display: inline-block;
      font-weight: 700;
      font-size: 1.2em; }
      body.Home .filter div p select, body.Home .filter div p input, body.admhome .filter div p select, body.admhome .filter div p input {
        padding: 1em;
        border: none; }
    body.Home .filter .LotSize, body.admhome .filter .LotSize {
      padding-left: 1em; }
      body.Home .filter .LotSize span, body.admhome .filter .LotSize span {
        font-weight: 400; }
    body.Home .filter .btn, body.admhome .filter .btn {
      background: #666666;
      color: white;
      border: none;
      padding: 1em; }

  #breadcrumbs {
    display: block;
    margin-bottom: 1em;
    padding: 0.5em 0 0.5em 0em;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 1em; }
    #breadcrumbs div {
      display: inline-block; }

  /* end #breadcrumbs */
  .rslides .slideshow_caption {
    display: block;
    width: 25%;
    /*z-index:600; */
    color: black;
    line-height: 1.4em;
    height: auto;
    position: absolute;
    top: 10%;
    left: 12%;
    font-size: 1.6em; }
  .rslides .button {
    display: block;
    z-index: 600;
    position: absolute;
    bottom: 20%;
    left: 12%; }

  .button, .button:visited {
    padding: 0.4em 1.6em; }

  /*********************
  HOME BLOCK LAYOUT
  **********************/
  .columnlayout div {
    width: 30.5%;
    margin-right: 2%;
    margin-bottom: 0.75em;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top; }
    .columnlayout div div {
      width: 100%; }
    .columnlayout div:nth-child(3), .columnlayout div:nth-child(6), .columnlayout div:nth-child(9) {
      margin-right: 0; }

  .properties .threecol p {
    display: inline-block; }

  /*********************
  BLOCKS
  *********************/
  #rightcol {
    margin-top: 3.2em;
    padding-right: 2em; }

  #frmQuickQuote .h2 {
    background-color: transparent; }

  #firstcol .block {
    display: block; }

  /*********************************
  TESTIMONIAL BLOCK (BOTTOM BLOCK) 
  *********************************/
  #block_63 > div.parallax-window {
    min-height: 400px;
    height: 50vh; }
    #block_63 > div.parallax-window .button {
      padding: 0.4em 4em; }
  #block_63 > div > div p:first-of-type {
    display: inline; }
  #block_63 > div > div p .button {
    margin-top: 1.5em; }

  /*********************
  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-left: 2%;
    padding-top: 1em;
    padding-bottom: 1em; }

  /*********************
  VIDEOS
  *********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px; }

  /******************************************************************
  FORM STYLES
  ******************************************************************/
  #leftcol .respond-form form input[type=text],
  #leftcol .respond-form form input[type=email],
  #leftcol .respond-form form input[type=url],
  #leftcol .respond-form form textarea, #leftcol .respond-form form select {
    width: 60%; }
  #leftcol .respond-form form textarea {
    width: 90%;
    height: 150px; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  #footermenu {
    display: block;
    background: #262626;
    padding: 3em 0; }
    #footermenu ul {
      list-style-type: none;
      padding: 0; }

  #footer .row {
    padding: 1em 0em 0.5em 0em; }
    #footer .row .sociallinks {
      margin: 0; }
    #footer .row .first {
      text-align: left; }
    #footer .row .last {
      text-align: right; }
    #footer .row a {
      line-height: 3em; }

  /*********************
  SLIDESHOW STYLES
  *********************/
  /* FEATURED PRODUCT SLIDER */
  .slick-slider {
    margin-bottom: 3em; }
    .slick-slider .slick-list {
      width: 94%; }
      .slick-slider .slick-list .slick-track .slick-slide {
        max-height: 600px; }

  /* end slick-slider */
  /******************************************************************
  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: 400px;
      overflow: hidden; }
    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 > a, body.admindex .topMenu .nav > li:nth-child(5) > a, body.admindex .topMenu .nav > li:nth-child(6) > a, body.admindex .topMenu .nav > li:nth-child(7) > a,
      body.admhome .topMenu .nav > li:first-child > a,
      body.admhome .topMenu .nav > li:nth-child(5) > a,
      body.admhome .topMenu .nav > li:nth-child(6) > a,
      body.admhome .topMenu .nav > li:nth-child(7) > a,
      body.admnewsection .topMenu .nav > li:first-child > a,
      body.admnewsection .topMenu .nav > li:nth-child(5) > a,
      body.admnewsection .topMenu .nav > li:nth-child(6) > a,
      body.admnewsection .topMenu .nav > li:nth-child(7) > a {
        display: inline; }

  /*********************
  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; }

  /* ============================= */
  /* ! 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: white;
    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 & 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
  
  ******************************************************************/
  h1, .h1 {
    font-size: 2.4em;
    line-height: 1.333em;
    margin-bottom: 0em; }

  .homebottom h5, .header .row p {
    font-weight: 700; }

  /*********************
  HEADER STYLES
  *********************/
  .header {
    height: 107px; }
    .header .row #logo {
      width: 291px;
      height: 95px;
      background-size: 291px 95px; }
    .header .row .last p {
      margin: 0.2em 0 0 0; }

  /*********************
  NAVIGATION STYLES
  *********************/
  #mainMenu {
    width: 100%; }

  .topMenu {
    width: 80%;
    /* end .nav */ }
    .topMenu a.toggleMenu {
      display: none; }
    .topMenu .nav {
      border: 0;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0;
      /* end .menu ul li */ }
      .topMenu .nav > li {
        display: inline-block; }
        .topMenu .nav > li a {
          color: #020202;
          background-color: #f79421;
          font-size: 1em;
          margin: 0 0.6em;
          font-weight: 500; }
      .topMenu .nav li {
        position: relative;
        /* highlight current page */
        /*
        plan your menus and drop-downs wisely.
        */
        /* showing sub-menus */ }
        .topMenu .nav li a {
          /*border-bottom: 3px solid $white;*/
          text-align: center;
          padding: 0.8em 0em;
          background-color: white; }
          .topMenu .nav li a:hover, .topMenu .nav li a:focus {
            /*border-bottom: 3px solid $color-quaternary;*/
            background-color: white;
            color: #c5c5c5; }
          .topMenu .nav li a.parent:before {
            display: none; }
          .topMenu .nav li a.parent:after {
            content: "\f078";
            font-family: FontAwesome;
            display: block;
            float: right;
            padding-left: 0.3em;
            line-height: 1.7;
            font-size: small;
            color: #020202; }
        .topMenu .nav li a.activerootmenulink {
          color: #acacac; }
        .topMenu .nav li:hover a.parent:before {
          display: none; }
        .topMenu .nav li ul,
        .topMenu .nav li ul.sub-menu,
        .topMenu .nav li ul.children {
          position: absolute;
          z-index: 99;
          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 {
              background-color: white;
              border-bottom: 1px solid #c5c5c5;
              text-align: left;
              color: black;
              display: block;
              width: 180px;
              padding: 0.25em 0.5em;
              margin: 0 0em;
              text-align: left; }
              .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-color: #ebebeb;
                border-bottom: none;
                color: #666666; }
            .topMenu .nav li ul li:last-child a,
            .topMenu .nav li ul.sub-menu li:last-child a,
            .topMenu .nav li ul.children li:last-child a {
              border-bottom: 0; }

  /* 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; }

  /*********************
  CONTENT STYLES
  *********************/
  blockquote {
    position: relative;
    padding: 0.5em 2em 1em 4em;
    margin: 1em; }
    blockquote:before {
      content: "\f10d";
      font-family: FontAwesome;
      color: #aaaaaa;
      position: absolute;
      left: 0;
      top: -0.2em;
      font-size: 2em; }
    blockquote em {
      color: #666666;
      display: block;
      text-align: right;
      font-size: 0.8em;
      font-style: normal; }
      blockquote em:before {
        content: "\2014";
        padding-right: 0.5em; }

  .rslides .slideshow_caption {
    font-size: 2em; }
  .rslides .button {
    bottom: 30%; }

  .button, .button:visited {
    padding: 0.4em 3em; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .homebottom {
    background: #f79421 url("../images/DTGPrinter.jpg") no-repeat 200% top;
    padding-top: 0em; }
    .homebottom .first {
      height: 380px;
      width: 50%; }
      .homebottom .first .block {
        width: 60%;
        margin-left: 2em;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left; }
    .homebottom .circle {
      z-index: 1000;
      position: absolute;
      left: 38%;
      top: 20%; }
      .homebottom .circle blockquote {
        position: relative;
        padding: 0.5em 2em 1em 4em;
        margin: 1em; }
        .homebottom .circle blockquote:before {
          content: "\f10d";
          font-family: FontAwesome;
          display: block;
          color: #aaaaaa;
          position: absolute;
          left: 0;
          top: -0.2em;
          font-size: 2em; }
        .homebottom .circle blockquote em {
          color: #666666;
          display: block;
          text-align: right;
          font-size: 0.8em;
          font-style: normal; }
          .homebottom .circle blockquote em:before {
            content: "\2014";
            padding-right: 0.5em; } }
/*
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. 
  
  ******************************************************************/
  /*body.Home .header {	
  	.menu {
  		position: fixed;
  	}
  }*/
  .header {
    border-bottom: none; }
    .header #logo {
      margin-top: 15px; }
    .header #mainMenu {
      margin-top: 0; }
    .header .menu {
      /*padding: 0.5em 0 0em 0;*/ }
    .header .clearHeader {
      position: fixed;
      background-color: white;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      z-index: 9999; }
      .header .clearHeader #logo {
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .clearHeader .row .topMenu {
        margin-top: 2em; }
      .header .clearHeader .row .last {
        margin-top: 1.5em;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .header .darkHeader {
      position: fixed;
      background-color: white;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      min-height: initial;
      z-index: 9999;
      box-shadow: 3px 3px 3px #dfdfdf; }
      .header .darkHeader #logo {
        width: 245px;
        height: 80px;
        background-size: 245px 80px;
        margin-top: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .darkHeader .row .last {
        margin-top: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .darkHeader .row .topMenu {
        margin-top: 1.25em; } }
/*
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.
  
  ******************************************************************/
  #block_64 h1 {
    font-size: 2.8em; }

  /*********************
  HEADER STYLES
  *********************/
  .header .row .first {
    display: inline;
    position: relative;
    width: 14.36%; }
  .header .row .last {
    clear: none;
    width: 14.36%; }

  /*********************
  NAVIGATION STYLES
  *********************/
  #mainMenu {
    text-align: center; }

  .topMenu {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    float: none;
    clear: none;
    /*margin-top: 1.5em;*/ }
    .topMenu .nav {
      padding-top: 0; }
      .topMenu .nav li a {
        padding: 1em 0em; }

  /*********************
  CONTENT STYLES
  *********************/
  .rslides .slideshow_caption {
    font-size: 2.5em;
    word-break: keep-all; }

  .button, .button:visited {
    padding: 0.4em 4em; }

  #leftcol .button, #leftcol .button:visited {
    padding: 0.4em 1em; }

  /* content area home page */
  body.Home #content #leftcol > div {
    padding: 2em 0 4em 0; }

  /******************************
  TESTIMONIAL BLOCK (BOTTOM BLOCK)
  ******************************/
  #block_63 > div > div {
    width: 35%; }

  /*********************
  FOOTER STYLES
  *********************/
  .homebottom {
    background-position: 100% top; }
    .homebottom .first .block {
      width: 60%;
      margin-left: auto; }
    .homebottom .circle {
      left: 43%; }

  #footer .row .first a {
    display: inline;
    clear: none; } }
/*
EXTRA LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1600px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .topMenu .nav > li a {
    margin: 0 0.75em; }

  /*********************
  CONTENT STYLES
  *********************/
  .rslides .slideshow_caption {
    font-size: 3.2em;
    word-break: keep-all;
    word-wrap: normal; } }
/*
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.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
  /* Logo */
  .header .row #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 {
	@import "print";
}*/

/*# sourceMappingURL=style.css.map */
