*!
    Theme Name: CASF
    Theme URI: http://casf.com.au
    Author: Redpin Designs
    Author URI: http://redpin.com.au
    Description: DuPont Corian Solid Surface supplied by CASF Australia.
    Version: 5.6
    
    License:
    License URI:

    Tags:
*/
/* Variables & mixin functions */
/* --------------------------------------------------------------
   Variables
   -------------------------------------------------------------- */
/* --------------------------------------------------------------
   Mixins
   -------------------------------------------------------------- */
/* Foundation styles */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* --------------------------------------------------------------
   Basics
   -------------------------------------------------------------- */
/* --------------------------------------------------------------
   General
   -------------------------------------------------------------- */
*,
*:after,
*:before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  line-height: 1.4;
  font-size: 1em;
}
img {
  max-width: 100%;
  height: auto;
}
textarea {
  resize: vertical;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}
/* --------------------------------------------------------------
   Wordpress
   -------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* --------------------------------------------------------------
   Print
   -------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* --------------------------------------------------------------
   Bootstrap Clearfix
   -------------------------------------------------------------- */
/* --------------------------------------------------------------
   Tablet
   -------------------------------------------------------------- */
@media (min-width: 767px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* --------------------------------------------------------------
   Medium Desktop
   -------------------------------------------------------------- */
@media (min-width: 992px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/* --------------------------------------------------------------
   Large Desktop
   -------------------------------------------------------------- */
@media (min-width: 1200px) {
  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Animation library */
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cssload-container {
  width: 100%;
  height: 56px;
  text-align: center;
}
.cssload-speeding-wheel {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 1400ms infinite linear;
  -o-animation: cssload-spin 1400ms infinite linear;
  -ms-animation: cssload-spin 1400ms infinite linear;
  -webkit-animation: cssload-spin 1400ms infinite linear;
  -moz-animation: cssload-spin 1400ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Main */
/* --------------------------------------------------------------
   General
   -------------------------------------------------------------- */
html {
  color: #fff;
  height: 100%;
  overflow-x: hidden;
}
body {
  background-color: #000;
  font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
}
h2 {
  font-size: 27px;
  font-weight: 300;
}
h2 time {
  font-size: 15px;
  font-weight: 300;
}
h3 span {
  font-weight: 300;
}
a {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:hover,
a:focus,
a:active {
  color: #fff;
}
hr {
  border-top: 1px solid #444;
}
hr.hr-subtle {
  opacity: 0.5;
}
hr.hr-large {
  margin: 30px 0;
}
sup {
  font-size: 60%;
}
p {
  font-size: 17px;
}
input {
  color: #333;
}
/* --------------------------------------------------------------
    Misc
   -------------------------------------------------------------- */
.delay-1 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-2 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay-3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay-4 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay-5 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-6 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay-7 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.delay-8 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visible-mobile {
  display: none;
}
.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.btn-group .btn.btn-block {
  margin-bottom: 15px;
}
.btn {
  outline: 0;
  border: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.btn.btn-small {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  padding: 6px 12px;
  letter-spacing: 2px;
}
.btn.btn-medium {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  padding: 8px 15px;
}
.btn.btn-large {
  font-size: 23px;
  font-weight: 300;
  padding: 10px 18px;
}
.btn.btn-white {
  color: #000;
  background-color: #fff;
}
.btn.btn-white:hover {
  color: #999;
  background-color: #fff;
  border: 0!important;
}
.btn.btn-white-outline {
  color: #fff;
  background-color: transparent;
  outline: 1px solid #fff;
  text-decoration: none!important;
}
.btn.btn-white-outline:hover {
  color: #000 !important;
  background-color: #fff;
}
.btn.btn-grey {
  color: #fff;
  background-color: #7b7b7b;
}
.btn.btn-grey:hover {
  color: #aeaeae;
  border: 0!important;
}
.btn.btn-dark-grey {
  color: #fff;
  background-color: #3b3b3b;
}
.btn.btn-dark-grey:hover {
  background-color: #6b6b6b;
}
.btn.btn-black {
  color: #fff;
  background-color: #000;
}
.btn.btn-black:hover {
  background-color: #1e1e1e;
}
.btn.btn-green {
  color: #fff;
  background-color: #87d37c;
}
.btn.btn-green:hover {
  color: #fff;
  background-color: #87d37c;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-center {
  text-align: center;
}
.btn.request-added,
.btn.request-button {
  display: none;
}
.btn.request-added.active,
.btn.request-button.active {
  display: block;
}
.btn.wait {
  cursor: wait;
}
.tiny-modal {
  position: fixed;
  height: auto;
  width: 300px;
  top: 50%;
  right: 0;
  left: 0;
  background: #fff;
  border-radius: 3px;
  padding: 15px 30px;
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 21px;
  overflow-y: auto;
  z-index: 100;
  margin: 0 auto;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.tiny-modal.active,
.tiny-modal.fixed {
  display: block;
  opacity: 1;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* --------------------------------------------------------------
   Sidebar - Slideout
   -------------------------------------------------------------- */
#sidebar {
  position: fixed;
  top: 220px;
  left: 0;
  z-index: 800;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sidebar.active {
  left: 300px;
}
#sidebar.active #sidebar-inner {
  left: 0;
}
#sidebar-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  left: -300px;
  z-index: 800;
  background-color: #444;
  overflow-y: scroll;
  padding: 15px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sidebar-inner::-webkit-scrollbar {
  width: 18px;
  height: 18px;
}
#sidebar-inner::-webkit-scrollbar-track {
  background-color: #313131;
  border-radius: 0;
}
#sidebar-inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #6b6b6b;
}
#sidebar-inner .colour-item {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sidebar-inner .colour-item label {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  padding: 10px;
  font-size: 17px;
  z-index: 10;
  width: 100%;
}
#sidebar-inner .colour-item label.active {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
}
#sidebar-inner .colour-item .new-colour {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#sidebar-inner .colour-item .plus-sign,
#sidebar-inner .colour-item .request-added {
  position: absolute;
  display: none;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
#sidebar-inner .colour-item .request-added.active {
  display: inline-block;
}
#sidebar-inner .colour-item .plus-sign {
  opacity: 0.7;
  -webkit-transition: 0.4s ease opacity;
  -moz-transition: 0.4s ease opacity;
  -ms-transition: 0.4s ease opacity;
  -o-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
#sidebar-inner .colour-item .plus-sign:hover {
  opacity: 1;
}
#sidebar-inner .colour-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#sidebar-inner .colour-item:hover .plus-sign {
  display: inline-block;
}
#sidebar-inner .colour-item:hover label {
  display: inline-block;
}
#sidebar-inner .colour-item:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#sidebar-inner .colour-item.active label {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
}
#sidebar-inner .colour-item.active:hover .plus-sign,
#sidebar-inner .colour-item.active:hover:after {
  display: none;
}
#fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 50;
  display: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#fade.active,
#fade.fixed {
  display: block;
  opacity: 1;
}
/* --------------------------------------------------------------
   Hero
   -------------------------------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero.background-0 {
  background-position: center top;
}
.hero.background-2 {
  background-position: center bottom;
}
.hero.hero-full {
  position: relative;
  min-height: 540px;
  height: 100vh;
}
.hero.hero-full .hero-content {
  padding: 40px;
}
.hero.hero-small {
  height: 180px;
}
.hero.hero-small .hero-content {
  padding: 15px;
}
.hero.hero-medium {
  height: 400px;
}
.hero.hero-medium .hero-content {
  padding: 25px;
}
.hero.hero-large {
  height: 540px;
}
.hero.hero-large .hero-content {
  padding: 40px;
}
.hero.hero-style-0 .hero-content,
.hero.hero-style-1 .hero-content {
  color: #fff;
}
.hero.hero-style-0 .hero-content h1,
.hero.hero-style-1 .hero-content h1,
.hero.hero-style-0 .hero-content h2,
.hero.hero-style-1 .hero-content h2,
.hero.hero-style-0 .hero-content h3,
.hero.hero-style-1 .hero-content h3,
.hero.hero-style-0 .hero-content h4,
.hero.hero-style-1 .hero-content h4,
.hero.hero-style-0 .hero-content h5,
.hero.hero-style-1 .hero-content h5 {
  color: #fff;
}
.hero.hero-style-0 .hero-content a,
.hero.hero-style-1 .hero-content a {
  color: #fff;
  text-decoration: underline;
}
.hero.hero-style-2 .hero-content,
.hero.hero-style-3 .hero-content {
  color: #000;
}
.hero.hero-style-2 .hero-content h1,
.hero.hero-style-3 .hero-content h1,
.hero.hero-style-2 .hero-content h2,
.hero.hero-style-3 .hero-content h2,
.hero.hero-style-2 .hero-content h3,
.hero.hero-style-3 .hero-content h3,
.hero.hero-style-2 .hero-content h4,
.hero.hero-style-3 .hero-content h4,
.hero.hero-style-2 .hero-content h5,
.hero.hero-style-3 .hero-content h5 {
  color: #000;
}
.hero.hero-style-2 .hero-content a,
.hero.hero-style-3 .hero-content a {
  color: #000;
  text-decoration: underline;
}
.hero.hero-style-1 .hero-content {
  background-color: rgba(0, 0, 0, 0.6);
}
.hero.hero-style-3 .hero-content {
  background-color: rgba(255, 255, 255, 0.4);
}
.hero .hero-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero-inner.active h2 {
  color: #fff !important;
}
.hero .hero-inner.active:before {
  z-index: 2;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.7);
}
.hero .hero-half {
  width: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero .hero-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.hero .hero-content h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.hero .hero-content p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.hero .hero-content p small {
  font-size: 12px;
}
.hero .hero-content p a {
  font-weight: bold;
}
.hero .hero-content p a:hover {
  text-decoration: underline;
}
.hero .hero-content .btn {
  margin-top: 20px;
}
.hero .hero-content.hero-alignment-0 {
  position: absolute;
  transform: none;
  top: 15%;
  left: 0;
  right: 0;
}
.hero .hero-content.hero-alignment-2 {
  position: absolute;
  transform: none;
  top: 55%;
  left: 0;
  right: 0;
}
.hero .pin-it {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.hero .down-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.hero .down-arrow a {
  opacity: 0.6;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.hero .down-arrow a:hover {
  opacity: 1;
}
.hero .down-arrow a img {
  display: inline-block;
}
.hero:hover .pin-it {
  display: inline-block;
}
/* --------------------------------------------------------------
   Content
   -------------------------------------------------------------- */
#home-slider {
  max-height: 100vh;
  overflow: hidden;
}
#home-slider .hero.hero-style-2 .btn-white-outline,
#home-slider .hero.hero-style-3 .btn-white-outline {
  outline: 1px solid #000;
}
#home-slider .hero .hero-content.hero-alignment-0 {
  top: 250px;
}
#home-slider .slick-arrow {
  position: absolute;
  background: transparent;
  border: 0;
  outline: 0;
  z-index: 20;
  width: 35px;
  height: 60px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: 35px 60px;
  opacity: 0.6;
  transform: translateY(-50%);
  -webkit-transition: 0.4s ease opacity;
  -moz-transition: 0.4s ease opacity;
  -ms-transition: 0.4s ease opacity;
  -o-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
#home-slider .slick-arrow.slick-next {
  right: 15px;
  background-image: url(./img/elements/slide-right.png);
}
#home-slider .slick-arrow.slick-prev {
  left: 15px;
  background-image: url(./img/elements/slide-left.png);
}
#home-slider .slick-arrow:hover {
  opacity: 1;
}
#content-inner {
  padding-top: 136px;
}
#content-inner.full-height {
  padding-top: 0!important;
}
#content-inner.has-sub-header {
  padding-top: 136px;
}
.section-content {
  margin: 50px 0;
}
section.section-dark {
  color: #000;
}
section.section-dark h1,
section.section-dark h2,
section.section-dark h3,
section.section-dark h4,
section.section-dark h5 {
  color: #000;
}
section.section-dark .tech-downloads .col-lg-6:nth-child(4n+1) .tech-download-inner,
section.section-dark .tech-downloads .col-lg-6:nth-child(4n) .tech-download-inner {
  background-color: rgba(0, 0, 0, 0.05);
}
section.section-dark p a {
  color: #000;
  text-decoration: underline;
}
section.section-light-grey {
  background-color: #eee;
}
section.section-silver {
  background-color: #ddd;
}
section.section-tan {
  background-color: #dad0c0;
}
section.section-white {
  color: #000;
  background-color: #fff;
}
section.section-white h1,
section.section-white h2,
section.section-white h3,
section.section-white h4,
section.section-white h5 {
  color: #000;
}
section.section-blue {
  background-color: #dde6ef;
}
section.section-yellow {
  background-color: #e6eca4;
}
section.section-full {
  height: 100vh;
}
section.section-large {
  padding: 30px 0;
}
section.section-large p,
section.section-large ul,
section.section-large ol,
section.section-large li {
  font-size: 21px;
  font-weight: 300;
}
section.section-large ul,
section.section-large ol,
section.section-large li {
  font-weight: 300;
  line-height: 34px;
}
section.section-large h2 {
  font-size: 27px;
  margin: 10px 0 10px 0;
}
section.section-large h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 10px 0 10px 0;
}
section.section-medium {
  padding: 20px 0;
}
section.section-medium p {
  font-size: 21px;
}
section.section-small {
  padding: 10px 0;
}
section.section-small p {
  font-size: 17px;
  margin-top: 0;
  font-weight: 300;
}
section.section-small h2 {
  font-weight: 700;
}
section.section-small h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
section.section-tiny {
  padding: 0;
}
section.section-tiny p {
  color: #aeaeae;
  font-size: 15px;
  margin-top: 0;
  font-weight: 300;
}
section.section-tiny p span {
  padding-right: 10px;
}
section.section-tiny ul {
  margin: 0;
  padding: 0;
}
section.section-tiny ul li {
  color: #aeaeae;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  list-style: none;
  background-size: 20px;
  background-image: url(img/elements/weatherability.png);
  padding-left: 35px;
}
section.section-tiny ul li.w1 {
  background-image: url(img/elements/weatherability-1.png);
}
section.section-tiny ul li.w2 {
  background-image: url(img/elements/weatherability-2.png);
}
section.section-tiny ul li.w3 {
  background-image: url(img/elements/weatherability-3.png);
}
section.section-nopadding {
  padding: 0;
}
.how-to-charge ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
.how-to-charge ol > li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px;
  list-style: none;
}
.how-to-charge ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.6em;
  margin-right: 8px;
  padding: 4px;
  color: #fff;
  background: #000;
  font-weight: 700;
  text-align: center;
}
.how-to-charge li ol,
.how-to-charge li ul {
  margin-top: 6px;
}
.how-to-charge ol ol li:last-child {
  margin-bottom: 0;
}
/* --------------------------------------------------------------
   Tile
   -------------------------------------------------------------- */
.overlay {
  position: relative;
  display: block;
}
.overlay:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  z-index: 2;
}
.overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.col-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.tile {
  margin-top: 20px;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #262626;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tile.tile-contain {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.tile.tile-tiny {
  height: 150px;
}
.tile.tile-tiny small {
  font-size: 15px;
  width: 200px;
  max-width: 100%;
  display: inline-block;
}
.tile.tile-tiny.overlay:hover:before {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3) inset;
}
.tile.tile-small {
  height: 290px;
}
.tile.tile-medium {
  height: 335px;
}
.tile.tile-large {
  height: 440px;
}
.tile.tile-huge {
  height: 540px;
}
.tile.tile-fill {
  margin: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
}
.tile .tile-inner {
  position: relative;
  text-transform: uppercase;
  display: block;
  text-align: center;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.4);
  -webkit-transition: 0.4s ease background;
  -moz-transition: 0.4s ease background;
  -ms-transition: 0.4s ease background;
  -o-transition: 0.4s ease background;
  transition: 0.4s ease background;
}
.tile .tile-inner .tile-content {
  position: relative;
  display: inline-block;
  top: 50%;
  max-width: 100%;
  transform: translateY(-50%);
}
.tile .tile-inner h1,
.tile .tile-inner h2,
.tile .tile-inner h3,
.tile .tile-inner h4 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.tile .tile-inner h1 {
  font-size: 48px;
}
.tile .tile-inner h3 {
  font-size: 26px;
}
.tile:hover .tile-inner {
  background-color: rgba(38, 38, 38, 0.3);
}
.tile.tile-no-text .tile-inner {
  background: none;
}
.tile.tile-no-text:hover .tile-inner {
  background: none;
}
.tile.background-1 {
  background-position: top left;
}
.tile.background-2 {
  background-position: top right;
}
.tile.background-3 {
  background-position: bottom left;
}
.tile.background-4 {
  background-position: bottom right;
}
.tile.tile-white {
  background-color: #f7f7f7;
}
.tile.tile-white.overlay:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(150, 150, 150, 0.3) inset;
  box-shadow: 0 0 0 30px rgba(150, 150, 150, 0.3) inset;
}
.tile.tile-white.overlay:before {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
}
.tile-container {
  padding: 5px 10px 5px 10px;
  background-color: #4a4a4a;
}
.tile-container p {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.tile-container .tile-tiny {
  margin-bottom: 5px;
}
/* --------------------------------------------------------------
   Home
   -------------------------------------------------------------- */
/* --------------------------------------------------------------
   Template - Application
   -------------------------------------------------------------- */
.application-container {
  position: relative;
  display: block;
  background-color: #313131;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.application-container:hover {
  background-color: #3b3b3b;
}
.application-container .application-image {
  height: 460px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.application-container .application-info {
  padding: 15px;
  min-height: 220px;
}
.application-container .application-info h3 {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.application-container .application-info p {
  font-size: 17px;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  display: block;
}
.application-container .application-info p small {
  font-size: 14px;
}
/* --------------------------------------------------------------
   Template - About
   -------------------------------------------------------------- */
/* --------------------------------------------------------------
   Template - News
   -------------------------------------------------------------- */
.industry-select {
  text-align: left;
  padding: 11px 0;
}
.industry-select select {
  background: #444;
  padding: 5px 15px;
  padding-right: 60px;
  font-size: 19px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  background-image: url(img/elements/down-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 44px 29px;
}
.read-more {
  border-bottom: 1px solid #fff;
}
.pagination {
  width: 100%;
  text-align: center;
}
.pagination .page-numbers {
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 28px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #3b3b3b;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.pagination .page-numbers:hover {
  background-color: #6b6b6b;
}
.pagination .page-numbers.current {
  background-color: #999;
}
/* --------------------------------------------------------------
   Template - Project
   -------------------------------------------------------------- */
.single-project h2 {
  text-transform: uppercase;
}
.fb-like {
  position: absolute!important;
  right: 15px;
  top: 0;
}
.project-info {
  background: #363636;
  padding: 8px 30px;
  margin-top: 20px;
}
.project-info p {
  margin: 10px 0;
}
.project-info ul {
  margin-top: 0;
}
.project-info a:hover {
  border-bottom: 1px solid #fff;
}
/* --------------------------------------------------------------
   Template - Colours - Gallery
   -------------------------------------------------------------- */
.loading {
  min-height: 100px;
  width: 100%;
}
.loading.loading-fullscreen .cssload-container {
  position: absolute;
  top: 50%;
  -webkit-translate: transformY(-50%);
  -moz-translate: transformY(-50%);
  translate: transformY(-50%);
}
.photos-loading .cssload-container {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-translate: transformY(-50%);
  -moz-translate: transformY(-50%);
  translate: transformY(-50%);
}
#colours-gallery-container {
  position: relative;
}
#colours-gallery-container .loading {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
}
#colours-gallery-container .left-arrow,
#colours-gallery-container .right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  opacity: 0;
}
#colours-gallery-container .left-arrow.active,
#colours-gallery-container .right-arrow.active {
  opacity: 0.6;
}
#colours-gallery-container .left-arrow.active:hover,
#colours-gallery-container .right-arrow.active:hover {
  opacity: 1;
}
#colours-gallery-container .left-arrow {
  left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#colours-gallery-container .right-arrow {
  right: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
#colours-gallery-inner {
  overflow-x: scroll;
  margin: 10px 0;
  max-height: 788px;
}
#colours-gallery-inner::-webkit-scrollbar {
  width: 12px;
  height: 18px;
}
#colours-gallery-inner::-webkit-scrollbar-track {
  background-color: #313131;
  border-radius: 0;
}
#colours-gallery-inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #6b6b6b;
}
.price-group {
  text-transform: uppercase;
}
#colours-gallery {
  height: 750px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  -webkit-transition: 0.8s ease all;
  -moz-transition: 0.8s ease all;
  -ms-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
}
#colours-gallery.active {
  opacity: 1;
}
#colours-gallery .colour-item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 240px;
  height: 240px;
  margin: 0;
  padding: 0;
  border: 1px solid #444;
  background-color: #444;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#colours-gallery .colour-item .colour-info {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
  margin-right: 10px;
  z-index: 10;
}
#colours-gallery .colour-item label {
  cursor: pointer;
  clear: both;
  display: none;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 17px;
  font-weight: bold;
  z-index: 10;
  width: 100%;
  color: #fff;
  text-align: right;
}
#colours-gallery .colour-item .colour-specs {
  display: none;
  clear: both;
  vertical-align: middle;
  float: right;
}
#colours-gallery .colour-item .colour-specs .spec {
  display: inline-block;
  float: right;
  padding: 5px;
}
#colours-gallery .colour-item .colour-specs .spec img {
  display: inline-block;
  float: right;
}
#colours-gallery .colour-item .colour-specs .spec > span {
  display: none;
  position: absolute;
  color: #000;
  right: 0;
  top: 100%;
  width: 340px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #fff;
}
#colours-gallery .colour-item .colour-specs .spec:hover span {
  display: block;
}
#colours-gallery .colour-item .new-colour {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#colours-gallery .colour-item .pin-it {
  display: none;
  position: absolute;
  right: 55px;
  bottom: 11px;
}
#colours-gallery .colour-item .plus-sign,
#colours-gallery .colour-item .minus-sign,
#colours-gallery .colour-item .request-added {
  position: absolute;
  display: none;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
#colours-gallery .colour-item .request-added.active {
  display: inline-block;
}
#colours-gallery .colour-item .plus-sign {
  opacity: 0.7;
  -webkit-transition: 0.4s ease opacity;
  -moz-transition: 0.4s ease opacity;
  -ms-transition: 0.4s ease opacity;
  -o-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
#colours-gallery .colour-item .plus-sign:hover {
  opacity: 1;
}
#colours-gallery .colour-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#colours-gallery .colour-item:hover label,
#colours-gallery .colour-item:hover .plus-sign {
  display: inline-block;
}
#colours-gallery .colour-item:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#colours-gallery .colour-item.active {
  width: 1490px;
  height: 740px;
}
#colours-gallery .colour-item.active .colour-info {
  background-color: #fff;
}
#colours-gallery .colour-item.active label {
  color: #000;
  width: auto;
  display: inline-block;
  text-align: center;
}
#colours-gallery .colour-item.active .minus-sign,
#colours-gallery .colour-item.active .pin-it,
#colours-gallery .colour-item.active .colour-specs {
  display: inline-block;
}
#colours-gallery .colour-item.active:hover .plus-sign,
#colours-gallery .colour-item.active:hover:after {
  display: none;
}
/* --------------------------------------------------------------
   Template - Colours - Info
   -------------------------------------------------------------- */
#colour-info {
  background-color: #313131;
  padding: 15px 0;
  display: none;
  min-height: 600px;
}
#colour-info .tile {
  margin-top: 0;
}
#colour-info.active {
  display: block;
}
.page-template-casf-winners section.section-large h3 {
  margin-top: 50px;
  min-height: 100px;
}
/* --------------------------------------------------------------
   Template - Photo Gallery
   -------------------------------------------------------------- */
#photo-gallery-container {
  padding: 30px;
}
#photo-gallery {
  opacity: 0;
  -webkit-transition: 0.8s ease opacity;
  -moz-transition: 0.8s ease opacity;
  -ms-transition: 0.8s ease opacity;
  -o-transition: 0.8s ease opacity;
  transition: 0.8s ease opacity;
  min-height: 800px;
}
#photo-gallery.active {
  opacity: 1;
}
#photo-gallery .photo-item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 32%;
  z-index: 10;
  cursor: pointer;
}
#photo-gallery .photo-item img {
  width: 100%;
}
#photo-gallery .photo-item label {
  position: absolute;
  opacity: 0;
  right: 30px;
  bottom: 30px;
  padding: 10px 20px;
  font-size: 23px;
  z-index: 10;
  padding-right: 50px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#photo-gallery .photo-item label .designer {
  display: none;
}
#photo-gallery .photo-item label span {
  font-size: 20px;
}
#photo-gallery .photo-item label ul {
  margin: 0;
}
#photo-gallery .photo-item label ul li {
  font-size: 20px;
}
#photo-gallery .photo-item .plus-sign {
  position: absolute;
  display: none;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
#photo-gallery .photo-item:hover .plus-sign {
  display: inline-block;
}
#photo-gallery .photo-item:hover label {
  opacity: 1;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
}
.no-results {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  margin-top: 60px;
}
.no-results h2 {
  font-weight: 300;
}
/* --------------------------------------------------------------
   Project Modal
   -------------------------------------------------------------- */
.large-modal {
  position: relative;
  display: none;
}
.large-modal.active {
  display: block;
}
.large-modal h2 {
  padding-top: 0;
  margin-top: 0;
}
#project-modal-inner {
  position: fixed;
  height: 85%;
  width: 1400px;
  max-width: 95%;
  margin: 0 auto;
  top: 50%;
  right: 0;
  left: 0;
  overflow-y: auto;
  transform: translateY(-50%);
  z-index: 100;
  padding: 15px 0;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#project-modal-inner.active {
  background: #3b3b3b;
}
#project-modal-inner section a:hover {
  border-bottom: 1px solid #fff;
}
.close-window {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
}
.close-window:hover {
  opacity: 1;
}
#tag-modal-inner {
  position: fixed;
  width: 900px;
  max-width: 95%;
  margin: 0 auto;
  top: 50%;
  right: 0;
  left: 0;
  overflow-y: auto;
  transform: translateY(-50%);
  z-index: 100;
  padding: 30px 60px 60px 60px;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#tag-modal-inner.active {
  background-color: #444;
}
.application-tags {
  text-align: center;
}
.application-tags a {
  display: inline-block;
  padding: 15px;
  border-bottom: 1px solid transparent;
}
.application-tags a:hover {
  border-bottom: 1px solid #fff;
}
/* --------------------------------------------------------------
   Project Single
   -------------------------------------------------------------- */
/* --------------------------------------------------------------
   Where to Buy
   -------------------------------------------------------------- */
table {
  width: 100%;
}
table tr th {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #3b3b3b;
  background-color: #3b3b3b;
}
table tr td {
  border: 1px solid #3b3b3b;
  border-top: 0;
}
table tr td p {
  margin-left: 1em;
  margin-right: 1em;
}
.addressMap {
  width: 98%;
  height: 350px;
  float: left;
  margin: 10px;
  padding: 0;
}
.addressMap h3,
#map_all h3 {
  color: #333;
}
.map-info {
  background: #363636;
  padding: 10px 30px;
  margin-top: -35px;
  margin-bottom: 10px;
}
.map-info p {
  margin: 8px 0!important;
}
.search-panel {
  background: #6b6b6b;
}
.search-panel ul {
  margin: 0;
  padding: 0;
}
.search-panel ul li {
  font-size: 19px;
  margin: 0;
  padding: 20px 9px;
  vertical-align: middle;
  float: left;
  list-style: none;
  color: #fff;
}
.search-panel #postcode {
  width: 120px;
}
.search-panel #showroom_name {
  width: 250px;
}
.search-panel input[type="text"] {
  padding: 10px 5px;
  outline: 0;
  color: #fff;
  border: 0;
  background-color: #565656;
}
.search-panel select {
  background: #444;
  padding: 10px 15px;
  padding-right: 60px;
  font-size: 17px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  background-image: url(img/elements/down-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 44px 29px;
}
.search-panel input[type="submit"] {
  color: #fff;
  background: #3b3b3b;
  font-weight: bold;
  outline: 0;
  border: 0;
  padding: 12px 25px;
  margin-right: 18px;
  margin-top: 19px;
  margin-bottom: 19px;
  float: right;
}
.search-panel input[type="submit"]:hover,
.search-panel input[type="submit"]:focus,
.search-panel input[type="submit"]active {
  background-color: #444;
}
.reseller-info {
  padding: 15px 15px;
}
.reseller-info a {
  margin-top: 10px;
}
/* --------------------------------------------------------------
   Template - Brochures
   -------------------------------------------------------------- */
.brochure-category {
  margin: 30px 0;
}
.brochure-item {
  padding: 30px;
}
.brochure-item .brochure-image {
  text-align: center;
  width: 100%;
}
.brochure-item .brochure-image a {
  display: inline-block;
}
.brochure-item .brochure-image img {
  border: 1px solid #616162;
  width: 100%;
}
.brochure-item h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* --------------------------------------------------------------
   Template - Technical
   -------------------------------------------------------------- */
.tech-downloads .tech-download-item h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.tech-downloads .tech-download-item p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.tech-downloads .tech-download-item .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tech-downloads .tech-download-inner {
  position: relative;
  margin: 8px;
  padding: 15px 5px;
  background-color: #444;
  min-height: 130px;
}
.tech-downloads .tech-download-button {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.tech-downloads .col-lg-6:nth-child(4n+1) .tech-download-inner,
.tech-downloads .col-lg-6:nth-child(4n) .tech-download-inner {
  background-color: #1e1e1e;
}
.cs-downloads {
  padding: 30px 0;
}
.cs-downloads h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
}
.cs-downloads .cs-download-item {
  display: block;
  margin-bottom: 18px;
  margin-top: 18px;
}
.cs-downloads .cs-download-item p {
  font-size: 19px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.cs-downloads .cs-download-item .btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  text-transform: capitalize;
  font-size: 19px;
}
.cs-downloads .cs-download-item .cs-download-inner {
  position: relative;
}
.cs-downloads .cs-download-item .cs-download-button {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* --------------------------------------------------------------
   Template - Winners
   -------------------------------------------------------------- */
.winners-header h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 48px;
}
/* --------------------------------------------------------------
   Template - Contact
   -------------------------------------------------------------- */
.grey-box {
  padding: 0px;
  background-color: #6b6b6b;
}
/* --------------------------------------------------------------
   Template - My Requests
   -------------------------------------------------------------- */
.page-template-casf-requests .btn-group {
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-template-casf-requests .btn-group .btn {
  margin: 0 5px;
}
/* see marketo.less */
/* --------------------------------------------------------------
   Template - Care & Warranty
   -------------------------------------------------------------- */
div.wpcf7-mail-sent-ok {
  border: 2px solid #fff;
}
div.wpcf7 {
  padding: 20px;
}
div.wpcf7 .wpcf7-form {
  font-size: 15px;
  color: #fff;
}
div.wpcf7 p {
  padding: 0;
}
div.wpcf7 label,
div.wpcf7 input,
div.wpcf7 select,
div.wpcf7 textarea {
  font-size: 15px;
  line-height: 16.8px;
}
div.wpcf7 label:focus,
div.wpcf7 input:focus,
div.wpcf7 select:focus,
div.wpcf7 textarea:focus {
  outline: none;
}
div.wpcf7 label {
  color: #fff;
  width: 40%;
  padding-right: 0px;
  text-align: left;
  display: inline-block;
}
div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 input[type="tel"],
div.wpcf7 select,
div.wpcf7 textarea {
  color: #333;
  float: right;
  width: 50%;
  margin-bottom: 15px;
  padding: 5px;
}
div.wpcf7 .wpcf7-checkbox {
  float: right;
  margin-bottom: 15px;
}
div.wpcf7 input[type="file"] {
  color: #fff;
  float: right;
  width: 50%;
}
div.wpcf7 .asterisk {
  float: right;
  top: 0px;
  right: 0px;
  color: #ccc;
  padding-left: 5px;
  font-size: 25px;
  font-weight: 100;
  text-align: left;
  margin: 0;
  padding: 0;
}
div.wpcf7 textarea {
  padding: 5px;
  resize: none;
}
div.wpcf7 input[type="submit"] {
  padding: 10px 20px;
  border: none;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 -1px 1px #000f4d;
  background: #3b3b3b;
  cursor: pointer;
  float: right;
  margin: 0;
}
div.wpcf7 span.wpcf7-not-valid-tip {
  color: #fff;
  background: #f00;
  padding: 0px 10px;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  div.wpcf7 label {
    width: 100%;
  }
  div.wpcf7 input[type="text"],
  div.wpcf7 input[type="email"],
  div.wpcf7 input[type="tel"],
  div.wpcf7 select,
  div.wpcf7 textarea {
    float: none;
    width: 100%;
  }
  div.wpcf7 input[type="submit"] {
    float: none;
  }
  div.wpcf7 span.wpcf7-list-item {
    display: block;
  }
}
/* --------------------------------------------------------------
   Footer
   -------------------------------------------------------------- */
.col-footer {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  min-height: 1px;
  float: left;
  width: 12.5%;
}
#footer {
  text-align: center;
  padding: 35px 15px;
}
#footer .footer-primary {
  background-color: #797979;
  padding: 0px 20px;
}
#footer .footer-secondary {
  background-color: #666;
}
#footer .footer-secondary p {
  font-size: 19px;
  margin: 28px 0;
  text-align: center;
  font-weight: 300;
}
#footer nav {
  padding: 20px 0;
}
#footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer nav ul li {
  display: block;
}
#footer nav ul li:first-child a {
  font-weight: 700;
}
#footer nav ul li a {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  display: block;
  margin: 0;
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s ease border;
  -moz-transition: 0.4s ease border;
  -ms-transition: 0.4s ease border;
  -o-transition: 0.4s ease border;
  transition: 0.4s ease border;
}
#footer nav ul li a:hover,
#footer nav ul li a:active,
#footer nav ul li a:focus {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* Header & menu nav */
/* --------------------------------------------------------------
   Header
   -------------------------------------------------------------- */
/*
body.home {
    #header-primary {
        background-color: fade(#000, 50%); 
    }
}
*/
#header-primary {
  background-color: #6b6b6b;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 49;
}
#header-secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #3b3b3b;
}
#header-secondary .branding {
  position: absolute;
  top: 0;
  left: 0;
  padding: 27px 15px;
}
#header-secondary .branding h1 {
  margin: 10px 0;
  padding: 0;
}
#header-secondary .branding h1 a {
  color: #fff;
}
#header-secondary .header-secondary-inner {
  float: right;
  padding-top: 11px;
  padding-bottom: 11px;
}
#header-secondary .header-secondary-inner .casf-logo,
#header-secondary .header-secondary-inner .social-icons,
#header-secondary .header-secondary-inner .contact-phone {
  display: inline-block;
  vertical-align: top;
}
#header-secondary .header-secondary-inner .social-icons {
  margin: 4px 15px;
}
#header-secondary .header-secondary-inner .casf-logo {
  margin: 5px 15px;
}
#header-secondary .header-secondary-inner .casf-logo a {
  display: inline-block;
  opacity: 0.5;
}
#header-secondary .header-secondary-inner .contact-phone {
  margin: 4px 15px;
}
#header-secondary .header-secondary-inner .contact-phone a {
  padding: 5px 5px;
  display: inline-block;
  font-size: 21px;
}
/* --------------------------------------------------------------
   Misc
   -------------------------------------------------------------- */
.requests-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 2px;
  margin-right: 2px;
}
.requests-icon a {
  width: 33px;
  display: inline-block;
}
.requests-icon a span {
  border-radius: 100%;
  background-color: red;
  display: inline-block;
  padding-top: 3px;
  position: absolute;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.social-icons a {
  width: 39px;
  display: inline-block;
  margin: 0 2px;
  background-color: #999;
}
.social-icons a .icon-colour {
  display: none;
}
.social-icons a:hover {
  border: 0!important;
}
.social-icons a:hover .icon-grey {
  display: none;
}
.social-icons a:hover .icon-colour {
  display: inline-block;
}
.search-form {
  display: inline-block;
  text-align: left;
  margin: 4px 20px;
}
.search-form input[type="submit"] {
  display: none;
}
.search-form input[type="search"] {
  color: #fff;
  font-size: 19px;
  padding: 8px;
  background-color: #464649;
  outline: 0;
  border: 0;
  font-weight: 300;
}
.search-result {
  margin-bottom: 30px;
}
.search-result .tile {
  border: 1px solid #444;
}
.search-result .btn {
  margin-top: 15px;
}
/* --------------------------------------------------------------
   Menus
   -------------------------------------------------------------- */
#primary-menu {
  float: right;
}
#primary-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#primary-menu ul li {
  display: inline-block;
}
#primary-menu ul li a {
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  padding: 17px 20px;
  color: #fff;
  -webkit-transition: 0.4s ease background;
  -moz-transition: 0.4s ease background;
  -ms-transition: 0.4s ease background;
  -o-transition: 0.4s ease background;
  transition: 0.4s ease background;
}
#primary-menu ul li a:hover,
#primary-menu ul li a:active,
#primary-menu ul li a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
}
#primary-menu ul li.current-menu-item a,
#primary-menu ul li.current-page-ancestor a {
  background-color: rgba(255, 255, 255, 0.15);
}
#mobile-menu {
  background-color: #444;
  width: 100%;
  z-index: 50;
  display: none;
}
#mobile-menu.active {
  display: block;
}
#mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-menu ul li {
  display: block;
}
#mobile-menu ul li a {
  display: block;
  padding: 13px 14px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-menu ul li a:hover,
#mobile-menu ul li a:active,
#mobile-menu ul li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.full-height .secondary-menu {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  z-index: 10;
}
.secondary-menu {
  background-color: #313131;
  text-align: center;
}
.secondary-menu > div {
  position: relative;
  z-index: 40;
}
.secondary-menu #toggle-secondary-menu {
  display: none;
}
.secondary-menu ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.secondary-menu ul li {
  display: inline-block;
  position: relative;
}
.secondary-menu ul li.sort-by {
  padding-left: 20px;
}
.secondary-menu ul li.sort-by:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 6px;
  width: 22px;
  height: 16px;
  background-image: url(img/elements/filter@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.secondary-menu ul li a {
  font-size: 23px;
  font-weight: 300;
  display: inline-block;
  padding: 9px 20px;
}
.secondary-menu ul li a.active {
  background-color: #808080;
}
.secondary-menu ul li a.clear-sorting {
  padding: 15px 10px;
  opacity: 0;
  pointer-events: none;
  line-height: 0;
}
.secondary-menu ul li a.clear-sorting.active {
  pointer-events: auto;
  opacity: 0.9;
  background-color: transparent;
}
.secondary-menu ul li a.clear-sorting.active:hover {
  opacity: 1;
}
.secondary-menu ul li:hover {
  background-color: #444;
}
.secondary-menu ul li:hover > ul {
  display: inline-block;
}
.secondary-menu ul li.clear-sorting-item {
  vertical-align: top;
}
.secondary-menu ul li.clear-sorting-item:hover {
  background-color: transparent;
}
.secondary-menu ul li.clear-sorting-item .active-sort {
  position: absolute;
  top: 14px;
  left: 45px;
  overflow: hidden;
  width: 120px;
  text-align: left;
  opacity: 0.7;
}
.secondary-menu ul li ul {
  display: none;
  position: absolute;
  width: 220px;
  z-index: 20;
  background-color: #1e1e1e;
  top: 100%;
  right: 0;
}
.secondary-menu ul li ul li {
  width: 100%;
  text-align: right;
}
.secondary-menu ul li ul li.divider hr {
  border-top: 2px solid #6b6b6b;
  margin: 0;
}
.secondary-menu ul li ul li.divider:hover {
  background-color: transparent;
}
.secondary-menu ul li ul li a {
  display: block;
}
.secondary-menu ul li ul li ul {
  right: 100%;
  top: 0;
}
.secondary-menu ul li ul li ul li a {
  font-size: 17px;
}
.secondary-menu ul li.current-menu-item a {
  background-color: #808080;
}
/*
 * Hamburger
 */
.hamburger {
  z-index: 999999;
  position: absolute;
  display: none;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 2px;
  right: 13px;
}
.hamburger div {
  margin-top: 8px;
  border-radius: 10px;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.hamburger .bar-1 {
  top: 5px;
}
.hamburger .bar-1.active {
  background-color: #fff;
  top: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger .bar-2 {
  top: 13px;
}
.hamburger .bar-2.active {
  opacity: 0;
}
.hamburger .bar-3 {
  top: 21px;
}
.hamburger .bar-3.active {
  background-color: #fff;
  top: 13px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
/* Sinks & Basins */
/*
    Portraits of Life

    Original - http://buildinginnovations.dupont.com/Portraits-of-life
*/
/* --------------------------------------------------------------
   Styles
   -------------------------------------------------------------- */
.col {
  display: table-cell;
}
a.external-link {
  margin-bottom: 5px;
  background-image: url(../img/elements/btn-external-link.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  color: white;
  text-decoration: none;
  padding-right: 30px;
  line-height: 30px;
}
a.external-link:hover {
  background-position: right -43px;
}
.ease {
  -webkit-transition: all 1500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.disclaimer p {
  font-size: 12px;
  line-height: 16px;
}
/* --------------------------------------------------------------
   Styles
   -------------------------------------------------------------- */
#sinks-container {
  background-color: #f7f7f7;
  position: relative;
}
#sinks-container h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
#sinks-container h2 a {
  color: #000;
}
#sinks-container .btn-group {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
#sinks-container .slide-arrows {
  position: absolute;
  top: 230px;
  left: 0;
  width: 100%;
  margin-left: 0;
}
#sinks-container .slide-arrows a {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 56px;
  height: 100px;
  background-image: url(./img/elements/nav-sheet-gallery.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#sinks-container .slide-arrows a.slide-next {
  position: absolute;
  left: auto;
  right: 2%;
  background-position: -56px 0;
}
#sinks-container .slide-arrows a.slide-prev {
  left: 2%;
}
#sinks-container .slick-slide {
  outline: 0;
}
#sinks-container .sink-category {
  text-align: center;
  padding-top: 60px;
}
#sinks-container .sink-category a {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  margin: 0 25px;
  display: inline-block;
  line-height: 35px;
  position: relative;
}
#sinks-container .sink-category a.on:after {
  width: 100%;
  left: 0;
}
#sinks-container .sink-category a:hover {
  color: #e31836;
}
#sinks-container .sink-category a:hover:after {
  width: 100%;
  left: 0;
}
#sinks-container .sink-category a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #e31836;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#sinks-container .sink-gallery-nav {
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 50px;
  min-height: 280px;
}
#sinks-container .sink-gallery-nav .col {
  vertical-align: middle;
  height: 230px;
  position: relative;
}
#sinks-container .sink-gallery-nav .col img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
#sinks-container .sink-gallery-nav .col:after {
  content: '';
  display: block;
  height: 5px;
  background-color: #c4c7c5;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#sinks-container .sink-gallery-nav .col:hover {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
#sinks-container .sink-gallery-nav .col:hover:after {
  width: 100%;
}
#sinks-container .sink-gallery-nav .slick-slide {
  width: 220px !important;
  padding: 25px;
  outline: 0;
}
#sinks-container .sink-gallery-nav .slick-slide.slick-active.slick-center .col {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
#sinks-container .sink-gallery-nav .slick-slide.slick-active.slick-center .col:after {
  width: 100%;
}
#sinks-container .sink-gallery-nav .slick-slide .btn-block {
  display: none;
}
#sinks-container .sink-gallery-nav:before {
  content: '';
  width: 55px;
  height: 230px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: -moz-linear-gradient(left, #f7f7f7 34%, rgba(247, 247, 247, 0.98) 35%, rgba(247, 247, 247, 0.02) 99%, rgba(247, 247, 247, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(34%, #f7f7f7), color-stop(35%, rgba(247, 247, 247, 0.98)), color-stop(99%, rgba(247, 247, 247, 0.02)), color-stop(100%, rgba(247, 247, 247, 0)));
  background: -webkit-linear-gradient(left, #f7f7f7 34%, rgba(247, 247, 247, 0.98) 35%, rgba(247, 247, 247, 0.02) 99%, rgba(247, 247, 247, 0) 100%);
  background: -o-linear-gradient(left, #f7f7f7 34%, rgba(247, 247, 247, 0.98) 35%, rgba(247, 247, 247, 0.02) 99%, rgba(247, 247, 247, 0) 100%);
  background: -ms-linear-gradient(left, #f7f7f7 34%, rgba(247, 247, 247, 0.98) 35%, rgba(247, 247, 247, 0.02) 99%, rgba(247, 247, 247, 0) 100%);
  background: linear-gradient(to right, #f7f7f7 34%, rgba(247, 247, 247, 0.98) 35%, rgba(247, 247, 247, 0.02) 99%, rgba(247, 247, 247, 0) 100%);
}
#sinks-container .sink-gallery-nav:after {
  content: '';
  width: 55px;
  height: 230px;
  position: absolute;
  right: -2px;
  top: 0;
  z-index: 2;
  background: -moz-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.02) 1%, rgba(247, 247, 247, 0.98) 65%, #f7f7f7 66%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(1%, rgba(247, 247, 247, 0.02)), color-stop(65%, rgba(247, 247, 247, 0.98)), color-stop(66%, #f7f7f7));
  background: -webkit-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.02) 1%, rgba(247, 247, 247, 0.98) 65%, #f7f7f7 66%);
  background: -o-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.02) 1%, rgba(247, 247, 247, 0.98) 65%, #f7f7f7 66%);
  background: -ms-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.02) 1%, rgba(247, 247, 247, 0.98) 65%, #f7f7f7 66%);
  background: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.02) 1%, rgba(247, 247, 247, 0.98) 65%, #f7f7f7 66%);
}
#sinks-container .sink-gallery {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 0;
}
#sinks-container .sink-gallery .col {
  vertical-align: middle;
  color: #000;
}
#sinks-container .sink-gallery .col.one {
  vertical-align: top;
  min-width: 350px;
  padding-left: 120px;
}
#sinks-container .sink-gallery .col.one img {
  width: 100%;
  height: auto;
}
#sinks-container .sink-gallery .col.two {
  padding-left: 60px;
}
#sinks-container .sink-gallery .col.two .title {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}
#sinks-container .sink-gallery .col.two .description .col {
  width: 175px;
  vertical-align: bottom;
}
#sinks-container .sink-gallery .col.two .description .sample {
  display: block;
  padding-right: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 3px solid #e1e1e1;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sinks-container .sink-gallery .col.two .description a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
#sinks-container .sink-gallery .col.two .description span {
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  display: block;
}
#sinks-container .sink-gallery .col.two .drawings {
  padding-bottom: 20px;
}
#sinks-container .sink-gallery .col.two .drawings img {
  position: relative;
  top: 20px;
  max-width: 280px;
}
.new-sinks {
  max-width: 30px;
  right: 0;
  position: absolute;
  z-index: 10;
}
#sinks-container .col.one .new-sinks {
  display: none;
}
/* --------------------------------------------------------------
   Responsive
   -------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
  .featherlight iframe {
    border: 0;
    width: 560px;
    height: 315px;
  }
}
@media only screen and (max-width: 667px) {
  .col {
    width: 100%;
    display: block;
  }
}
/* Slider styles */
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Marketo replacement styles */

/*contact form custom styles start*/
div.contact-form label {
  color: #fff;
  width: 46% !important;
  padding-right: 0px;
  text-align: left;
  display: inline-block;
  font-weight:bold;
}
div.contact-form p {
	padding: 0;
	height: 50px;
}
div.contact-form input {
	margin-bottom:none !important;
	border-radius:6px;
}
div.contact-form p textarea {
	padding: 0;
	height: 80px;
}
div.contact-form .custom-textarea {	
	height: 80px !important;
}
div.contact-form .asterisk{
	margin-right:10px;
	font-size:16px;
	float:left;
}
/*contact form custom styles end*/
/* 
    TODO 
    Replace these styles with something cleaner. Merge with other contact form styles.
    Or at least rename.
*/


.wpcf7-not-valid-tip{
	font-size:10px;
}
.mktoButtonWrap {
  margin-left: 0!important;
}
.mktoForm {
  color: #fff;
  background-color: #444;
  padding: 5px 30px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
}
.mktoForm input,
.mktoForm select,
.mktoForm textarea {
  margin: 0;
  color: #000;
  font-size: 15px;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea,
.mktoForm select {
  float: right;
  width: 50%!important;
}
.mktoForm label.error {
  float: right;
  font-size: 12px;
  width: 100%;
  display: block;
  text-align: right;
  color: #f00;
  font-weight: bold;
}
.mktoForm .mktoFormCol {
  width: 100%;
  float: left;
  position: relative;
  min-height: 2em;
}
.mktoForm .mktoFieldWrap {
  float: left;
  width: 100%;
}
.mktoForm .mktoLabel {
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
}
.mktoForm .mktoPlaceholder {
  float: left;
}
.mktoForm .mktoLogicalField {
  float: left;
}
.mktoForm fieldset {
  margin: 0;
  padding: 0;
}
.mktoForm fieldset legend {
  margin: 0 1em 0.5em;
  color: inherit;
}
.mktoForm .mktoAsterix {
  float: right;
  color: #bf0000;
  padding-left: 5px;
  display: none;
}
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: left;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-left: 1.5em;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}
.mktoForm .mktoLabelToLeft > label {
  text-align: right;
  margin-left: 0;
  margin-right: 1.5em;
}
.mktoForm .mktoLabelToLeft input[type=checkbox],
.mktoForm .mktoLabelToLeft input[type=radio] {
  position: absolute;
  right: 0.3em;
}
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  float: left;
  padding-left: 0;
  padding-right: 5px;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date] {
  padding: 0.1em 0.2em;
  line-height: 1.2em;
  margin: 0;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  display: block;
}
.mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
}
/* Firefox computes row height wrong for the last 13 years... https://bugzilla.mozilla.org/show_bug.cgi?id=33654 */
.mktoForm textarea[rows="1"] {
  height: 2em;
}
.mktoForm textarea[rows="2"] {
  height: 3.4em;
}
.mktoForm textarea[rows="3"] {
  height: 4.6em;
}
.mktoForm textarea[rows="4"] {
  height: 5.8em;
}
.mktoForm textarea[rows="5"] {
  height: 7em;
}
.mktoForm textarea[rows="6"] {
  height: 8.2em;
}
.mktoForm textarea[rows="7"] {
  height: 9.4em;
}
.mktoForm textarea[rows="8"] {
  height: 10.6em;
}
/* Responsive */
/* --------------------------------------------------------------
   Responsive - Width
   -------------------------------------------------------------- */
/* XL */
@media only screen and (max-width: 1799px) {
  #primary-menu ul li a {
    font-size: 19px;
    padding: 17px 20px;
  }
  #content-inner {
    padding-top: 130px;
  }
}
/* Large Devices, Desktops */
@media only screen and (max-width: 1600px) {
  #header-primary {
    top: 55px;
  }
  #header-secondary .header-secondary-inner {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #header-secondary .branding {
    padding: 16px 15px;
  }
  #primary-menu ul li a {
    font-size: 18px;
    padding: 15px 9px;
  }
  .secondary-menu ul li a {
    font-size: 18px;
  }
  .secondary-menu ul li a.clear-sorting {
    padding: 11px 10px;
  }
  .secondary-menu ul li.clear-sorting-item .active-sort {
    top: 10px;
  }
  #content-inner {
    padding-top: 110px;
  }
  .search-form {
    margin: 5px 20px;
  }
  .search-form input[type="search"] {
    font-size: 19px;
  }
  #photo-gallery .photo-item label {
    font-size: 17px;
  }
  #photo-gallery .photo-item label span {
    font-size: 17px;
  }
  #photo-gallery .photo-item label ul li {
    font-size: 17px;
  }
  .application-container .application-info {
    min-height: 280px;
  }
  .tech-downloads .tech-download-item .btn {
    font-size: 17px;
  }
  .tile .tile-inner .tile-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn.btn-large {
    font-size: 19px;
  }
  .social-icons a {
    width: 32px;
    margin: 4px 2px;
  }
}
/* Large Devices, Desktops */
@media only screen and (max-width: 1365px) {
  #primary-menu ul li a {
    font-size: 15px;
    padding: 17px 9px;
    font-weight: 300;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
  .col-footer {
    width: 25%;
  }
  .col-footer:nth-child(4n+1) {
    clear: left;
  }
  #primary-menu {
    float: none;
    padding-left: 175px;
  }
  section.section-large {
    padding: 25px 0;
  }
  section.section-large p,
  section.section-large ul,
  section.section-large ol,
  section.section-large li {
    font-size: 19px;
  }
  .hero.hero-large {
    height: 480px;
  }
  .overlay:hover:before {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3) inset;
  }
  #photo-gallery .photo-item label {
    right: 20px;
    bottom: 20px;
    font-size: 14px;
  }
  #photo-gallery .photo-item label span {
    font-size: 14px;
  }
  #photo-gallery .photo-item label ul li {
    font-size: 14px;
  }
  .tech-downloads .tech-download-inner {
    background-color: #1e1e1e;
  }
  .tech-downloads .col-lg-6:nth-child(2n) .tech-download-inner {
    background-color: #333;
  }
  #colour-info #colour-primary-info {
    padding-top: 0;
  }
  #colour-info #colour-primary-info h2 {
    margin-top: 0;
  }
  #colour-info .tile {
    margin-bottom: 15px;
  }
  #map_all {
    height: 500px!important;
  }
  .search-panel input[type="Submit"] {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1190px) {
  .hidden-mobile {
    display: none;
  }
  .visible-mobile {
    display: inline;
  }
  #header-secondary {
    width: 100%;
  }
  #header-secondary .branding {
    padding: 0;
    width: 84px;
    top: 51px;
    left: 21px;
  }
  #header-secondary .header-secondary-inner {
    padding: 0;
    float: left;
    width: 100%;
  }
  #header-secondary .header-secondary-inner .casf-logo {
    margin: 5px 5px;
  }
  #header-secondary .header-secondary-inner .social-icons {
    display: none;
  }
  #header-secondary .header-secondary-inner .search-form {
    display: none;
  }
  #header-secondary .header-secondary-inner .contact-phone a {
    padding: 10px 0px;
    font-size: 14px;
  }
  #header-secondary .header-secondary-inner .requests-icon {
    float: right;
    margin-top: 9px;
  }
  #header-secondary .header-secondary-inner .requests-icon a {
    width: 32px;
    margin: 0;
  }
  #header-primary {
    top: 48px;
    height: 50px;
  }
  #header-primary > .container-fluid {
    height: 50px;
  }
  #primary-menu,
  #sidebar {
    display: none;
  }
  .hamburger {
    display: block;
  }
  #mobile-menu .search-form {
    display: block;
    padding: 0;
    margin: 0;
    border-top: 3px solid #5e5e5e;
    border-bottom: 3px solid #5e5e5e;
  }
  #mobile-menu .search-form input[type="search"] {
    display: block;
    width: 100%;
    background-color: #1e1e1e;
    padding: 10px 0;
    text-align: center;
  }
  #content-inner {
    padding-top: 97px;
  }
  .secondary-menu ul li a {
    padding: 9px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .secondary-menu #toggle-secondary-menu {
    display: block;
  }
  .secondary-menu #toggle-secondary-menu:hover,
  .secondary-menu #toggle-secondary-menu:active {
    background-color: #444;
  }
  .secondary-menu ul li ul {
    width: 100%;
  }
  .secondary-menu ul li ul li {
    text-align: left;
  }
  .secondary-menu ul li ul li ul {
    right: auto;
    left: 0;
    top: 100%;
  }
  .secondary-menu > div > ul {
    display: none;
    text-align: left;
    -webkit-transition: 0.4s ease height;
    -moz-transition: 0.4s ease height;
    -ms-transition: 0.4s ease height;
    -o-transition: 0.4s ease height;
    transition: 0.4s ease height;
  }
  .secondary-menu > div > ul.active {
    display: block;
  }
  .secondary-menu > div > ul:before,
  .secondary-menu > div > ul:after {
    display: table;
    content: " ";
  }
  .secondary-menu > div > ul:after {
    clear: both;
  }
  .secondary-menu > div > ul li {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .secondary-menu > div > ul li a {
    padding: 8px 14px;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .btn-group .btn.btn-block {
    margin-bottom: 5px;
  }
  .btn.btn-large {
    font-size: 19px;
    font-size: 300;
    padding: 5px 12px;
  }
  .btn.btn-medium {
    font-size: 15px;
  }
  .btn.btn-small {
    font-size: 12px;
  }
  /* --------------------------------------------------------------
        Section
       -------------------------------------------------------------- */
  section.section-small {
    padding: 20px 0;
  }
  section.section-small p,
  section.section-small ul,
  section.section-small ol,
  section.section-small li {
    font-size: 16px;
  }
  section.section-large {
    padding: 20px 0;
  }
  section.section-large p,
  section.section-large ul,
  section.section-large ol,
  section.section-large li {
    font-size: 16px;
  }
  /* --------------------------------------------------------------
        Hero
       -------------------------------------------------------------- */
  .page-template-casf-kitchen .hero .hero-half,
  .page-template-casf-bathroom .hero .hero-half {
    width: 50%;
  }
  .hero.hero-large {
    height: 385px;
  }
  .hero.hero-medium {
    height: 300px;
  }
  .hero.hero-small {
    height: 100px;
  }
  .hero.hero-full {
    min-height: 385px;
  }
  .hero .hero-half {
    width: 100%;
  }
  .hero .hero-content {
    padding: 12px 24px;
    max-width: 95%;
  }
  .hero .hero-content h1 {
    font-size: 27px;
    line-height: 32px;
  }
  .hero .hero-content p {
    font-size: 13px;
  }
  .hero .hero-content.hero-alignment-0 {
    top: 50%;
    transform: translateY(-50%);
  }
  .hero .hero-content.hero-alignment-2 {
    top: 50%;
    transform: translateY(-50%);
  }
  .hero.hero-style-0 .hero-content {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .hero.hero-style-2 .hero-content {
    color: #000;
    background-color: rgba(255, 255, 255, 0.4);
  }
  /* --------------------------------------------------------------
        Tile
       -------------------------------------------------------------- */
  .tile {
    margin: 5px 0;
  }
  .tile.tile-large {
    height: 300px;
  }
  .tile.tile-medium {
    height: 240px;
  }
  .tile.tile-small {
    height: 200px;
  }
  .tile .tile-inner h1 {
    font-size: 27px;
  }
  .tile .tile-inner h3 {
    font-size: 19px;
  }
  .overlay:hover:before {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  }
  /* --------------------------------------------------------------
        Home
       -------------------------------------------------------------- */
  #home-slider .slick-arrow {
    top: 85%;
    width: 23px;
    height: 40px;
    background-size: 23px 40px;
  }
  #home-slider .slick-arrow.slick-next {
    right: 0;
  }
  #home-slider .slick-arrow.slick-prev {
    left: 0;
  }
  /* --------------------------------------------------------------
        Application
       -------------------------------------------------------------- */
  .application-container {
    margin: 10px 0;
  }
  .application-container .application-image {
    height: 200px;
  }
  .application-container .application-info {
    min-height: 0;
  }
  .application-container .application-info h3 {
    font-size: 23px;
  }
  .application-container .application-info p {
    font-size: 14px;
    text-align: left;
  }
  #sinks-container .sink-category {
    padding-top: 30px;
  }
  #sinks-container .sink-category a {
    margin: 0 15px;
  }
  #sinks-container .slide-arrows {
    top: 245px;
  }
  #sinks-container .sink-gallery-nav {
    top: 30px;
  }
  #sinks-container .sink-gallery-nav .col {
    height: 200px;
  }
  #sinks-container .sink-gallery-nav .slick-slide.slick-active.slick-center .col {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #sinks-container .btn-group {
    margin-top: 10px;
  }
  #sinks-container .sink-gallery {
    padding: 0 0;
  }
  #sinks-container .sink-gallery .col.one {
    min-width: 100%;
    padding-left: 0;
  }
  #sinks-container .sink-gallery .col.one img {
    display: none;
  }
  #sinks-container .sink-gallery .col.two {
    padding-left: 0;
  }
  #sinks-container .sink-gallery .col.two .title {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #sinks-container .sink-gallery .col.two .drawings img {
    max-width: 100%;
  }
  /* --------------------------------------------------------------
        Charging Surface
       -------------------------------------------------------------- */
  .cs-downloads .cs-download-item p {
    font-size: 17px;
  }
  .cs-downloads .cs-download-item .cs-download-button {
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .cs-downloads .cs-download-item .cs-download-button .btn {
    position: relative;
    top: 10px;
    right: auto;
    transform: translateY(0);
  }
  /* --------------------------------------------------------------
        Colours
    -------------------------------------------------------------- */
  #colours-gallery-container .right-arrow,
  #colours-gallery-container .left-arrow {
    display: none;
    padding: 0;
  }
  #colours-gallery-container .right-arrow img,
  #colours-gallery-container .left-arrow img {
    width: 40px;
  }
  #colour-info {
    padding: 10px 5px;
  }
  #colour-info .tile-huge {
    height: 220px;
  }
  #colour-info #colour-primary-info h2 {
    font-size: 18px!important;
  }
  #colour-info #colour-primary-info h2 span {
    font-size: 18px!important;
  }
  #colours-gallery .colour-item .plus-sign {
    display: inline-block;
  }
  /* --------------------------------------------------------------
        Photo Gallery
       -------------------------------------------------------------- */
  #photo-gallery-container {
    padding: 15px;
  }
  #photo-gallery .photo-item {
    width: 100%;
  }
  #photo-gallery .photo-item label {
    opacity: 1;
    width: 100%;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #photo-gallery .photo-item label .designer {
    display: inline-block;
  }
  #photo-gallery .photo-item label .colour {
    display: none;
  }
  #photo-gallery .photo-item label span {
    font-size: 12px;
  }
  #photo-gallery .photo-item label ul {
    display: none;
  }
  #photo-gallery .photo-item label ul li {
    font-size: 12px;
  }
  #photo-gallery .photo-item .plus-sign {
    display: none!important;
  }
  #photo-gallery .photo-item.overlay:before {
    z-index: 2;
  }
  #project-modal-inner {
    position: fixed;
    top: 5%;
    transform: translateY(0%);
  }
  #project-modal-inner .col-fill {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }
  #project-modal-inner .tile.tile-fill {
    height: 220px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 5px;
  }
  #project-modal-inner section h2 {
    font-size: 1.1em;
  }
  #project-modal-inner section p {
    font-size: 14px;
  }
  .project-info {
    padding: 5px 15px;
  }
  .single-project .project-slider-focus {
    height: auto;
  }
  .single-project .down-arrow {
    display: none;
  }
  .single-project .section-full {
    height: auto;
  }
  .single-project .video-container {
    overflow: visible;
  }
  .single-project .video-container iframe {
    height: auto;
  }
  /* --------------------------------------------------------------
        Technical Downloads
       -------------------------------------------------------------- */
  .tech-downloads .tech-download-button {
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .tech-downloads .tech-download-item .btn {
    position: relative;
    top: auto;
    right: 0;
    transform: translateY(0);
    margin-top: 10px;
  }
  .tech-downloads .tech-download-inner {
    background-color: #1e1e1e;
  }
  .tech-downloads .tech-downloads .col-lg-6:nth-child(4n+1) .tech-download-inner,
  .tech-downloads .tech-downloads .col-lg-6:nth-child(4n) .tech-download-inner {
    background-color: #1e1e1e;
  }
  h2 time {
    display: block;
  }
  .fb_iframe_widget {
    display: block;
    width: 100%;
    float: none!important;
  }
  /* --------------------------------------------------------------
        Where to Buy
       -------------------------------------------------------------- */
  #map_all {
    height: 300px!important;
  }
  .search-panel {
    padding: 10px;
  }
  .search-panel ul li {
    width: 100%;
    padding: 5px 0;
  }
  .search-panel input[type="text"] {
    float: right;
  }
  .search-panel select {
    float: right;
    margin-top: 0;
  }
  /* --------------------------------------------------------------
        Requests
       -------------------------------------------------------------- */
  .page-template-casf-requests .btn-group .btn {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
  /* --------------------------------------------------------------
        Footer
       -------------------------------------------------------------- */
  #footer {
    margin-top: 10px;
    padding: 0;
  }
  #footer nav {
    padding: 20px 10px;
  }
  #footer nav ul li a {
    font-size: 14px;
    padding: 0px 10px;
  }
  #footer .footer-secondary p {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 15px 20px;
  }
}
@media (min-width: 991px) and (max-width: 1025px) {
  a#filter-topmenuCommercial::after {
    content: url('./img/elements/menu-down.png');
    padding-left: 2px;
  }
}
/* Small Devices, Phones */
@media only screen and (max-width: 767px) {
  .map_view .reseller-info {
    padding: 5px;
  }
  .map_view table tr th {
    padding: 5px;
    font-size: 12px;
  }
  .map_view table tr td p {
    margin-left: 0;
  }
  .map_view table tr td ul {
    margin: 5px 0;
  }
}
/* Small Phones */
@media only screen and (max-width: 479px) {
  .search-panel input,
  .search-panel select {
    width: 100%;
    float: none;
  }
  .search-panel #postcode,
  .search-panel #showroom_name {
    width: 100%;
  }
  #footer .footer-primary {
    padding: 0;
  }
  .col-footer {
    width: 50%;
  }
  .col-footer:nth-child(2n+1) {
    clear: left;
  }
}
/* Custom, iPhone Retina */
/* Retina */
/* --------------------------------------------------------------
   Responsive - Height
   -------------------------------------------------------------- */
@media only screen and (max-height: 1080px) {
  #colours-gallery {
    height: 600px;
  }
  #colours-gallery .colour-item {
    width: 190px;
    height: 190px;
  }
  #colours-gallery .colour-item .plus-sign,
  #colours-gallery .colour-item .minus-sign,
  #colours-gallery .colour-item .request-added {
    right: 3px;
    bottom: 3px;
  }
  #colours-gallery .colour-item .pin-it {
    bottom: 5px;
  }
  #colours-gallery .colour-item label {
    font-size: 14px;
  }
  #colours-gallery .colour-item.active {
    width: 1190px;
    height: 590px;
  }
}
@media only screen and (max-width: 1300px), only screen and (max-height: 930px) {
  #colours-gallery {
    height: 510px;
  }
  #colours-gallery .colour-item {
    width: 160px;
    height: 160px;
  }
  #colours-gallery .colour-item.active {
    width: 840px;
    height: 500px;
  }
}
@media only screen and (max-width: 980px) {
  #colours-gallery {
    height: 390px;
  }
  #colours-gallery .colour-item {
    width: 120px;
    height: 120px;
  }
  #colours-gallery .colour-item .new-colour {
    width: 30px;
  }
  #colours-gallery .colour-item.active {
    width: 640px;
    height: 380px;
  }
}
@media only screen and (max-width: 850px) {
  #colours-gallery .colour-item.active {
    width: 380px;
  }
}
@media only screen and (max-width: 750px) {
  #colours-gallery .colour-item label {
    bottom: auto;
    top: 0;
    right: 0;
    font-size: 14px;
  }
  #colours-gallery .colour-item .colour-info {
    margin-top: 0;
    margin-right: 0;
  }
  #colours-gallery .colour-item .colour-info label {
    text-align: center;
  }
  #colours-gallery .colour-item .colour-specs {
    top: 49px;
    margin-top: 0;
    margin-right: 0;
    left: 0;
  }
  #colours-gallery .colour-item .colour-specs > span {
    display: none!important;
  }
  #colours-gallery .colour-item.active {
    width: 250px;
  }
  #colours-gallery .colour-item.active .colour-info label {
    display: block;
  }
}
/* Custom extras */
/* Found in style.css, seperated to custom.less file */
.custom_text {
  background: #000;
  padding: 40px 40px 60px;
  width: 400px;
  display: table;
  margin: 0 auto;
}
.custom_text a.custom_bttn {
  text-align: center !important;
  font-size: 22px;
  color: #fff !important;
  text-decoration: none !important;
  padding: 0px 10px;
  background: #44c8e8;
  position: absolute;
  transform: translateX(-50%);
  width: 400px;
}
.hero-content .btn.btn-small {
  font-weight: 700;
}
section.section-small p > a {
  border-bottom: 1px solid #fff;
}
body.page-template-casf-requests-a-quote {
  background: #ededee;
  color: #000000;
}
/* CSS FOR THE PHOTO CONTEST */
.page-id-4992 > img,
.page-id-4992 > p,
.page-id-4992 > ul,
.page-id-4992 > center,
.gallery-votes > span:nth-child(3) {
  /****Contest ended hide vote now aswell **/
  display: none !important;
}
.page-id-4992 #content-inner .container {
  width: auto !important;
}
.gallery-wrap .one-full {
  max-width: 25% !important;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery-wrap .contest-heading {
  position: relative;
  clear: both;
  display: block;
  padding: 0px 15px 0;
}
.gallery-wrap .contest-heading > h2 {
  font-size: 23px;
}
.order-list,
.gallery-wrap .gallery-title-autor .icon,
.gallery-wrap .gallery-title-autor .author {
  display: none;
}
.gallery-wrap .gallery-title-autor {
  background-color: #6b6b6b !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.gallery-wrap .gallery-title-autor .title {
  font-size: 20px !important;
  height: 53px !important;
  font-weight: 300 !important;
}
.gallery-votes {
  font-size: 16px !important;
  border: 0 !important;
  background-color: #3b3b3b !important;
  padding: 5px 2px;
}
.zip .gallery-votes span {
  opacity: 1 !important;
}
.gallery-votes i.fa-heart {
  font-size: 21px;
  color: #E91E63;
}
.gallery-votes i.fa-eye {
  color: #03A9F4;
  font-size: 25px;
  line-height: 0;
}
.gallery-votes span span {
  font-size: 18px !important;
  font-weight: 300 !important;
}
.one-full.zip > a.overlay {
  overflow: hidden;
}
.one-full.zip > a.overlay:hover:before {
  z-index: -1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gallery-wrap .one-full img {
  transform: scale(1);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.one-full.zip > a.overlay:hover > img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.photo-contest-image {
  max-width: 1170px;
  margin: 0 auto;
}
.contest-detail-info {
  max-width: 1170px;
  margin: 0 auto !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 15px 15px !important;
}
.contest-detail-info.main-content {
  background: #464649 !important;
}
.photo_content .border-line {
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.contest-detail-info a.previous_photo,
.contest-detail-info a.next_photo {
  background: transparent;
  padding: 5px 13px;
  margin-top: 0px;
  border: 1px solid rgba(255, 253, 253, 0.5);
  color: rgba(255, 253, 253, 0.5);
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.contest-detail-info a.previous_photo:hover,
.contest-detail-info a.next_photo:hover {
  border: 1px solid #fff;
  color: #fff;
}
.previous_photo {
  left: 0px !important;
}
.next_photo {
  right: 0px !important;
}
.previous_photo > i.fa,
.next_photo > i.fa {
  font-size: 30px;
  padding-top: 4px;
}
.previous_photo > i.fa {
  padding-right: 4px;
}
.next_photo > i.fa {
  padding-left: 4px;
}
.contest-detail-vote .photo_vote {
  padding: 6px;
}
.contest-detail-vote.fin {
  background-color: #464649 !important;
  border: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.contest-detail-vote.fin:hover {
  background: #464649 !important;
}
.contest-detail-vote {
  background: #0085ba !important;
  border-color: #0073aa #006799 #006799;
  -webkit-box-shadow: 0 1px 0 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  border-width: 1px;
  border-style: solid;
  font-size: 16px !important;
}
.contest-detail-vote:hover {
  background: #008ec2 !important;
  border-color: #006799;
}
.contest-detail-vote:active {
  background: #0073aa !important;
  border-color: #006799;
  -webkit-box-shadow: inset 0 2px 0 #006799;
  box-shadow: inset 0 2px 0 #006799;
  vertical-align: top;
}
.contest-detail-vote a:hover {
  color: #fff !important;
}
.contest-detail-vote.thx {
  background-color: #6b6b6b !important;
  padding: 10px 0 !important;
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
}
.photo_content .photo-contest-share a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.photo_content .photo-contest-share li {
  opacity: 1 !important;
}
.photo_content .photo-contest-share li.cright {
  float: none !important;
  text-align: center;
  line-height: 1 !important;
}
@media screen and (max-width: 1299px) {
  .gallery-wrap .gallery-title-autor .title {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-wrap .one-full {
    max-width: 33% !important;
  }
  .contest-detail-info > h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-wrap .one-full {
    max-width: 50% !important;
  }
}
@media screen and (max-width: 736px) {
  #lrg-scrn-award-banner {
    display: none;
  }
  #mobile-award-banner {
    display: block !important;
  }
}
@media screen and (max-width: 667px) {
  .gallery-wrap .one-full {
    max-width: 100% !important;
  }
  .gallery-wrap .gallery-title-autor .title {
    font-size: 21px !important;
  }
  .contest-detail-info > h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 460px) {
  .contest-detail-info .contest-detail-vote {
    max-width: 180px !important;
  }
  .custom_text {
    padding: 20px 20px 30px;
    width: 300px;
  }
  .custom_text a.custom_bttn {
    font-size: 17px;
    width: 300px;
  }
  .custom_text > p:first-child {
    font-size: 38px !important;
    line-height: 38px !important;
  }
  .custom_text > p {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 360px) {
  .custom_text {
    width: 200px;
  }
  .custom_text a.custom_bttn {
    font-size: 13px;
    width: 200px;
  }
  .custom_text > p:first-child {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .custom_text > p {
    font-size: 12px !important;
  }
}
/* Custom extras */
/* Less File for Product Page */
/*
* Side Bar
*/
.product_sidebar_left {
  background-color: rgba(0, 0, 0, 0.01);
  min-height: 100vh;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-right: 0px;
  padding-top: 18px;
  padding-bottom: 36px;
}
.product_sidebar_left .product_categories_menu {
  background-color: #d9d9da;
  width: 300px;
  float: right;
}
.product_sidebar_left .product_categories_menu .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.product_sidebar_left .product_categories_menu .col-md-12 h3 {
  padding-left: 15px;
  padding-right: 15px;
}
.product_sidebar_left .product_categories_menu .col-md-12 ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.product_sidebar_left .product_categories_menu .col-md-12 ul li .menu-item {
  border-bottom: 1px solid #bfbfc1 !important;
}
.product_sidebar_left .product_categories_menu .col-md-12 ul li .menu-item .left_menu {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.product_sidebar_left .product_categories_menu .col-md-12 ul li .menu-item .right_icon {
  display: inline-block;
  float: right;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.product_sidebar_left .product_categories_menu .col-md-12 ul li a {
  font-size: 14px !important;
  padding: 8px 15px !important;
  color: #000;
  font-weight: 300 !important;
}
.product_sidebar_left .product_categories_menu ul {
  padding-left: 0px;
}
.product_sidebar_left .product_categories_menu ul li {
  list-style: none;
}
.product_sidebar_left .product_categories_menu li.parent_menu {
  border-bottom: none;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.product_sidebar_left .product_categories_menu li.parent_menu .child_menu {
  background-color: #bfc0c3;
}
.product_sidebar_left .product_categories_menu li.parent_menu .child_menu .icon_child_menu {
  font-size: 12px;
  vertical-align: text-top;
  font-weight: 800;
}
.product_sidebar_left .product_categories_menu li.parent_menu .child_menu .open_menu {
  background-color: #a5a7aa;
}
.product_sidebar_left .product_categories_menu li.parent_menu.active {
  background-color: #bfc0c3;
}
.product_sidebar_left .product_categories_menu li.parent_menu.active .menu-item {
  background-color: #bfc0c3;
}
.product_sidebar_left .product_categories_menu ul.child_menu {
  border-top: 1px solid #bfbfc1;
}
.product_sidebar_right {
  padding-top: 18px;
  padding-bottom: 36px;
}
@media only screen and (max-width: 1300px) {
  .product_sidebar_left .product_categories_menu {
    width: 100%;
  }
}
/*
* Single Product Page
*/
.single-products #content {
  background-color: #ededee;
  /*
            * Slider Nav
            */
  /* 
            * Spec and Downloads
            */
}
.single-products #content h1,
.single-products #content h2,
.single-products #content h3,
.single-products #content h4,
.single-products #content h5,
.single-products #content h6,
.single-products #content p,
.single-products #content a,
.single-products #content li,
.single-products #content span {
  color: #000;
}
.single-products #content .show_desktop {
  display: block;
}
.single-products #content .hidden_desktop {
  display: none;
}
@media only screen and (max-width: 991px) {
  .single-products #content .hidden_tablet {
    display: none;
  }
  .single-products #content .show_tablet {
    display: block;
  }
}
.single-products #content .price:after,
.single-products #content .product_title:after {
  width: 70px;
  content: "";
  display: block;
  height: 0;
  border-width: 0 0 1px;
  border-style: solid;
  left: 0;
  bottom: 0;
  border-color: #454545;
}
.single-products #content .btn-grey-white {
  padding: 10px 40px;
  text-align: center;
  margin: 0 15px;
  color: #fff;
  background: #444;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
  font-size: 20px;
}
.single-products #content .col-btn {
  display: inline-block;
  padding-bottom: 8px;
}
.single-products #content .col-btn .btn {
  min-width: 300px;
  text-align: center;
}
.single-products #content .dark-btns {
  color: #fff;
  background-color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 11px;
  text-decoration: none;
}
.single-products #content .slick-prev {
  background-color: #fff;
  left: 0;
  z-index: 1;
}
.single-products #content .slick-prev:before {
  /*content: "\f104";*/
  color: #000;
  font-size: 20px;
  font-weight: 800;
}
.single-products #content .slick-next {
  background-color: #fff;
  right: 0;
}
.single-products #content .slick-next:before {
  /*content: "\f105";*/
  color: #000;
  font-size: 20px;
  font-weight: 800;
}
.single-products #content .slider.slider-nav .slick-slide {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 5px;
  height:auto !important;
}
.single-products #content .slider.slider-for .slick-slide {  
  height:auto !important;
}
.single-products #content .slider.slider-nav .slick-current.slick-active {
  border: 1px solid rgba(255, 255, 255);
}
.single-products #content .specification_and_downloads {
  padding-left: 15px;
}
.single-products #content .specification_and_downloads button {
  color: #000;
}
.single-products #content .specification_and_downloads .specification_and_downloads_heading .col-md-12 {
  padding-left: 0px;
}
.single-products #content .specification_and_downloads .specification_and_downloads_heading .col-md-12 ul.tab_heading {
  padding-left: 0px;
  margin-bottom: 0px;
}
.single-products #content .specification_and_downloads .specification_and_downloads_heading .col-md-12 ul.tab_heading li {
  list-style: none;
  display: inline-block;
  padding: 5px 35px;
  background: #d9d9da;
  font-size: 20px;
  border-bottom: 2px solid #d9d9da;
}
.single-products #content .specification_and_downloads .specification_and_downloads_heading .col-md-12 ul.tab_heading li button {
  border: none;
  background: #d9d9da;
}
.single-products #content .specification_and_downloads .specification_and_downloads_heading .col-md-12 ul.tab_heading li.active {
  background: #b7b7b7;
  border-bottom: 2px solid #000;
}
.single-products #content .specification_and_downloads .specification_and_downloads_heading .col-md-12 ul.tab_heading li.active button {
  background: #b7b7b7;
}
.single-products #content .specification_and_downloads .specification_and_downloads_heading .col-md-12 ul.tab_heading li.t_h_down {
  margin-left: -3px;
}
.single-products #content .specification_and_downloads .specification_and_downloads_body .add_b_btm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.single-products #content .specification_and_downloads .specification_and_downloads_body .add_b_btm:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.single-products #content .specification_and_downloads .specification_and_downloads_body .t_b_spec .col-md-3 {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.single-products #content .specification_and_downloads .specification_and_downloads_body .t_b_spec p {
  font-weight: 300;
}
.single-products #content .specification_and_downloads .specification_and_downloads_body .t_b_down .col-md-10 {
  padding-left: 0px;
}
.single-products #content .specification_and_downloads .specification_and_downloads_body .t_b_down .col-md-8 {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.single-products #content .specification_and_downloads .specification_and_downloads_body .t_b_down .col-md-8 p {
  font-weight: 300;
}
.single-products #content .specification_and_downloads .specification_and_downloads_body .t_b_down .download_url {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 1400px) {
  .single-products #content .container {
    width: 1400px;
  }
}
@media only screen and (max-width: 991px) {
  .single-products #content .product_sidebar_left {
    min-height: 100%;
    padding-right: 15px;
  }
  .single-products #content .product_sidebar_left product_categories_menu {
    margin-bottom: 36px;
  }
  .single-products #content .prduct_details_wrapper .specification_and_downloads {
    padding-left: 0px;
  }
  .single-products #content .prduct_details_wrapper .specification_and_downloads .specification_and_downloads_body .t_b_spec .single-specification .col-md-3 {
    display: inline-block;
    width: 30%;
  }
  .single-products #content .prduct_details_wrapper .specification_and_downloads .specification_and_downloads_body .t_b_spec .single-specification .col-md-9 {
    display: inline-block;
    width: 70%;
    float: right;
  }
  .single-products #content .prduct_details_wrapper .specification_and_downloads .specification_and_downloads_body .t_b_down .single-download-file {
    width: 100%;
  }
  .single-products #content .prduct_details_wrapper .specification_and_downloads .specification_and_downloads_body .t_b_down .single-download-file .col-md-8 {
    display: inline-block;
    width: 50%;
  }
  .single-products #content .prduct_details_wrapper .specification_and_downloads .specification_and_downloads_body .t_b_down .single-download-file .col-md-4 {
    display: inline-block;
    width: 50%;
    float: right;
  }
}
/*
* Product Category Page
*/
.archive.tax-product_category #content {
  background-color: #ededee;
}
.archive.tax-product_category #content h1,
.archive.tax-product_category #content h2,
.archive.tax-product_category #content h3,
.archive.tax-product_category #content h4,
.archive.tax-product_category #content h5,
.archive.tax-product_category #content h6,
.archive.tax-product_category #content p,
.archive.tax-product_category #content a,
.archive.tax-product_category #content li,
.archive.tax-product_category #content span {
  color: #000;
}
.archive.tax-product_category #content h1.category_page_title {
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0;
}
.archive.tax-product_category #content .category_page_description {
  font-weight: 400;
}
.archive.tax-product_category #content .category_page_description p {
  font-weight: 400;
}
.archive.tax-product_category #content .product_sidebar_right {
  padding-right: 30px;
}
.archive.tax-product_category #content .single-product-wrapper {
  padding: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.archive.tax-product_category #content .single-product-wrapper .product-wrapper {
  background-color: #d9d9da;
}
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper {
  background-color: #d9d9da;
  padding-bottom: 15px;
}
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper h1,
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper h2,
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper h3,
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper h4,
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper h5,
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper p {
  font-weight: 300;
}
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper .font-weight_light_h1 {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 16px;
}
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper .price_label {
  font-weight: 600;
}
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper .price {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 16px;
}
.archive.tax-product_category #content .single-product-wrapper .product-wrapper .product-desc-wrapper .price_cost {
  font-weight: 400;
}
@media only screen and (min-width: 1400px) {
  .archive.tax-product_category #content .container {
    width: 1400px;
  }
}
@media only screen and (max-width: 991px) {
  .archive.tax-product_category #content .product_sidebar_left {
    min-height: 100%;
  }
}
/*
* Slick Slider
*/
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px \9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '<';
}
.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '>';
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
[dir=rtl] .slick-next:before {
  content: '←';
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}


@media only screen and (max-width: 1200px){
    .kooka-quote .formsglx{width: 100%; text-align: left; padding-left: 0px;}
    .kooka-quote .formsgrx{width: 100%; text-align: left; padding-left: 0px;}
    .kooka-quote .forup{text-align: left; padding-left: 0px;}
    body.page-template-casf-requests-a-quote .kooka-quote .forup .clearfix.foruplaod label{margin-left: 0px !important;}    
}
.order-sample{  background: grey;padding: 8px;display:none;position: absolute;bottom: 10px;right: 45px;font-size: 11px;color: white;vertical-align: middle; }
#colours-gallery .colour-item:hover .order-sample{display:block;}
#colours-gallery .colour-item.active .order-sample{display:block; right: 75px;}
    body.page-template-casf-requests-a-quote{background: #ededee; color: #000000 !important;}   
    
   body.page-template-casf-requests-a-quote .context{margin-top: 75px;text-align: left;} 
    body.page-template-casf-requests-a-quote .context p{font-size: 16px;}
    body.page-template-casf-requests-a-quote .context a {color: #000000 !important;}
    
body.page-template-casf-requests-a-quote div.wpcf7 label {
    color: #000;  
    
    }
    body.page-template-casf-requests-a-quote h1{color: #000000 !important;}
    body.page-template-casf-requests-a-quote div{color: #000000 !important;}
    
  body.page-template-casf-requests-a-quote .kooka-quote span.wpcf7-form-control-wrap {width: 50%;float: left}
  body.page-template-casf-requests-a-quote .kooka-quote span.wpcf7-form-control-wrap input, body.page-template-casf-requests-a-quote .kooka-quote span.wpcf7-form-control-wrap select{width: 90%;float: left} 
  body.page-template-casf-requests-a-quote .kooka-quote br{display: none;}
    body.page-template-casf-requests-a-quote .kooka-quote .foruplaod span.wpcf7-form-control-wrap{float: right;}
    body.page-template-casf-requests-a-quote .kooka-quote .foruplaod label{float: left;
text-align: right;
width: 48%;}

 body.page-template-casf-requests-a-quote  div.wpcf7 input[type="file"] {
    cursor: pointer;
    color: #000 !important;
}
body.page-template-casf-requests-a-quote div.wpcf7 textarea {
    padding: 5px;
    resize: none;
    float: left;
    width: 95%;
}
.formsg label {display: none !important;}
body.page-template-casf-requests-a-quote .kooka-quote .formsg span.wpcf7-form-control-wrap {
    width: 100%;
    float: left;
}
.formsglx, .formsgrx{width: 60%; float: left;padding: 20px;}
.formsglx{width: 40%;}

body.page-template-casf-requests-a-quote .kooka-quote .formsgrx span.wpcf7-form-control-wrap{width: 70%}


.forup {
    background: transparent !important;
    overflow: hidden;
    width: 95%;
    padding: 20px;
}
body.page-template-casf-requests-a-quote .kooka-quote .forup .foruplaod label {
    float: left;
    text-align: right;
    width: inherit;
    margin-left: 30px !important;
}
    body.page-template-casf-requests-a-quote .kooka-quote .forup .foruplaod span.wpcf7-form-control-wrap{float: left;}
    
    
 body.page-template-casf-requests-a-quote  div.wpcf7 input[type="submit"]{float: left;} 
    body.page-template-casf-requests-a-quote .kooka-quote span.wpcf7-form-control-wrap input{border: 1px solid #666;}
    body.page-template-casf-requests-a-quote .kooka-quote .forup span.wpcf7-form-control-wrap input{border: none}
    
                         
@media only screen and (max-height:1080px){.order-sample{  bottom: 3px;right: 55px;}}

#colours-gallery .colour-item.active .plus-sign, #colours-gallery .colour-item.active .request-added{
    width:auto;
    right:45px; 
}
                            
#colours-gallery .colour-item.active:hover .plus-sign,#colours-gallery .colour-item.active:hover:after{
    display:inline-block;
    width: inherit;
    right:45px !important;
}

#req-added-to-cart{
    background: #676a6d;
    color: #fff;
}
.double-z-index{
    z-index:2;
}
.display-none{
    display: none !important;
}
.search-panel input[type="submit"] {
    color: #fff;
    background: #3b3b3b;
    font-weight: bold;
    outline: 0;
    border: 0;
    padding: 12px 25px;
    margin-right: 18px;
    margin-top: 19px;
    margin-bottom: 19px;
    float:left;
}

.request_panel .display_none{
    display: none;
    
}

.display_block{
    display: block;
    
}
.colour-swatc img{height: 45px;}
.logo_web{display:block !important;}
.logo_mobile{display:none !important;}
@media only screen and (max-width: 1190px) {
    #header-secondary, #header-secondary .row {float:right;}
    #header-secondary .header-secondary-inner .requests-icon{float:left !important;}
    #header-secondary .header-secondary-inner .contact-phone{float:left;}
    .logo_web{display:none !important;}
    .logo_mobile{display:block !important;}
    #header-secondary .branding{top:14px;}
    /*#header-secondary .branding{position:absolute; left:-334%; top:27%;}*/
}


/** New Changes For Color Menu**/
@media only screen and (max-width: 992px){
    .mobile_text_left{text-align:left;}
    #colours-gallery .colour-item .plus-sign{z-index:10 !important;}
}
/**End of New changes for Color Menu **/

/* Corian Material Slider */
.corian-material-banner{
    height: 450px!important;
}
@media only screen and (min-width:991px) and (max-width:1500px){
    .corian-material-banner{
        background-image: url('https://s3-ap-southeast-2.amazonaws.com/casfawsbucket/casf/wp-content/uploads/2020/04/29092455/casf-corian-safe-surface-page-laptop-new.jpg') !important;
        background-position:center center !important;
        height: 450px!important;
    }
}
@media only screen and (max-width:991px){
    .corian-material-banner{
        background-image: url('https://s3-ap-southeast-2.amazonaws.com/casfawsbucket/casf/wp-content/uploads/2020/04/29092506/casf-corian-safe-surface-page-mobile-new.jpg') !important;
        background-position:center center !important;
        height: 450px!important;
    }
    
   .corian-material-banner.hero.hero-style-2 .hero-content h1 {
        font-size: 34px;
        text-shadow: 0px 1px 18px #fff;
    }
    .corian-material-banner.hero.hero-style-2 .hero-content p{
        text-shadow: 0px 1px 18px #fff;
    }
    .corian-material-banner.hero.hero-style-2 .hero-content{
        background: none;
        top: 30%;
    }
    
}
@media only screen and (max-width:600px){
	.corian-material-banner{
		height: 350px!important;
    }
}

@media only screen and (max-width:375px){
	.corian-material-banner{
		height: 250px!important;
    }
}
/* Corian Benchtops Images */
.corian_bench_tops .feature-image{
	height: 100%;
}
.corian_material .feature-image{
	height: 100%;
}

/* End of Corian Material Slider */



/*----------------55555-------------------*/
/* NEW BASIN 20 SLIDER 07-06-2019 */
div.basins.hero .hero-content p {
    color: #000;
    font-weight: 400;
    text-shadow: 0px 6px 30px rgba(255,255,255,1)
}
div.basins.hero .hero-content a {
    text-shadow: 0px 6px 30px rgba(255, 255, 255,1)
}

@media only screen and (max-width: 991px){
    div.basins.hero .hero-content{
        background: transparent;
    }
}
div.basins.hero .hero-content{
    width:100%;
}
div.basins.hero .hero-content.hero-alignment-0{
    top:200px !important;
}
div.basins.hero .hero-content p{
        font-size: 34px ;
    }
@media only screen and (min-width:1901px) and (max-width: 2300px){
    div.basins.hero .hero-content.hero-alignment-0{
        top:225px !important;
    }
}
@media only screen and (min-width:1500px) and (max-width: 1900px){
    div.basins.hero .hero-content.hero-alignment-0{
        top:150px !important;
    }
}
@media only screen and (min-width:992px) and (max-width: 1500px){
    div.basins.hero .hero-content.hero-alignment-0{
        top:100px !important;
    }
}

@media only screen and (max-width: 991px){
     div.basins.hero.hero-style-2 .hero-content{
         background:transparent;
     }
}
 @media only screen and (min-width:501)and (max-width: 768px){
     div.basins.hero .hero-content.hero-alignment-0{
         padding:0;
     }
     div.basins.hero .hero-content.hero-alignment-0{
        top:200px !important;
    }
 }
 @media only screen and (max-width: 500px){
     div.basins.hero .hero-content.hero-alignment-0{
         padding:0;
     }
     div.basins.hero .hero-content.hero-alignment-0{
        top:200px !important;
    }
    div.basins.hero .hero-content p span{
        font-size: 21px !important;
    }
 }
 

/*----------------------------666666666666666666*/
/** Corian Design Award 2021 **/

@media only screen and (max-height:860px){
    div.design-awards-2021 .hero-inner .hero-content img {
        height:200px !important;
    }
}
@media only screen and (max-height:500px){
    div.design-awards-2021 .hero-inner .hero-content img {
        height:150px !important;
    }
}
@media only screen and (max-height:400px){
    div.design-awards-2021 .hero-inner .hero-content img {
        height:100px !important;
    }
    div.design-awards-2021 .hero-inner .hero-content a.btn {
            position: absolute;
            top: 15%;
            left: 50%;
    }
}


    div.design-awards-2021{
        /*background-color:#f4c5be;*/ 
        background-color: #B8AC9C;
        background-size: 50% 100%;
        /*background-size:cover;*/
        background-position: right;
    }
    div.design-awards-2021 .hero{
        /*background-color:#f4c5be;*/
        background-color: #B8AC9C;
    }
    div.design-awards-2021.hero .hero-content p img{
        margin-left: -1%;
    }
    
    div.design-awards-2021.hero .hero-content p {
        font-weight: 400;
        /*color: #897574;*/
        color: #414042;
        text-align: left;
        font-size: 14px !important;
    }
    div.design-awards-2021.hero .hero-content p span{
        display:inline-block;
        margin-top: 25px;
        margin-bottom:20px;
        font-size: 14px !important;
    }
    
    div.design-awards-2021.hero .hero-content{
        width:35%;
        top: 55%;
        text-align:left;
        margin-left: 2.7%;
    }
    
    div.design-awards-2021.hero .hero-content a {
        color: #414042;
        outline-color: #414042 !important;
    }
    div.design-awards-2021.hero .hero-content a:hover {
        color: #897574;
    }
    @media only screen and (max-width:991px){
        div.design-awards-2021.hero {
            background-size: 100% 50%;
            background-position: top;
        }
        div.design-awards-2021.hero .hero-content{
            width: 100%;
            top: 75%;
        }
        div.design-awards-2021.hero .hero-content p span{
           display: none;
        }
        div.design-awards-2021.hero .hero-content{
            padding: 10px;
            background: none;
        }
        div.design-awards-2021.hero .hero-content .btn{
            margin-top: 0px;
        }
    }
    @media only screen and (max-width:559px){
        div.design-awards-2021.hero .hero-content p img{
            max-width: 70%;
        }    
    }
/* End of Corian Design Award 2021 **/


/* End of Mr Wall */
  /*--------------------------444444444444444444444*/
/* Series Five Wash Plane */
    div.washplanes.hero .hero-content{
        width:100%;
        top: 25%;
    }
    div.washplanes.hero .hero-content p {
        font-weight: 400;
        text-shadow: 0px 0px 1px rgba(0,0,0,1);
    }
    div.washplanes.hero .hero-content a {
        text-shadow: 0px 0px 1px rgba(0,0,0,1);
    }
    @media only screen and (max-width:1500px){
    	div.washplanes.hero .hero-content{
    		top: 60%;
    	}
    }
    @media only screen and (max-width:991px){
        div.washplanes.hero .hero-content{
            background: transparent;
        }
        div.washplanes.hero {
           background-position: 31% 100%;
        }
    }
    @media only screen and (max-width:559px){
        div.washplanes.hero .hero-content p span{
           font-size: 28px !important;
        }
        div.washplanes.hero .hero-content{
            padding: 10px;
            top: 60%;
        }
    }
  /* End of Series Five Wash Plane */
  /*---------------33333333333333333*/
  /* Start of Valente Slider */
    div.valente-grigio.hero .hero-content p {
        color: #000;
        font-size: 34px;
    }
    div.valente-grigio .hero{
        background-color:#f4c5be;
    }
    div.valente-grigio.hero .hero-content{
        width:100%;
        top: 45%;
    }
    div.valente-grigio.hero .hero-content a:hover {
        color: #897574;
    }
    @media only screen and (max-width:991px){
        div.valente-grigio.hero .hero-content{
            padding: 10px;
            background: none;
        }
        div.valente-grigio.hero .hero-content .btn{
            margin-top: 0px;
        }
    }
    @media only screen and (max-width:559px){
        div.valente-grigio.hero .hero-content p img{
            max-width: 70%;
        }
        
    }
  /* End of Valente Slider */

	/*-------------------2222222222222222222*/
  /* New Ultra Range Slider */
  div.ultrarange.hero .hero-content p {
        font-size: 34px;
        color: #fff;
        text-shadow: 0px 0px 16px rgba(0,0,0,1), 0px 0px 16px rgba(0,0,0,1);
    }
    div.ultrarange.hero .hero-content a{
    	color: #fff;
        outline: 3px solid #5cb2e4;
        text-shadow: 0px 0px 16px rgba(0,0,0,1), 0px 0px 16px rgba(0,0,0,1);            
    }
    div.ultrarange.hero .hero-content{
        top: 50%;
        left: -24%;
    }
    div.ultrarange.hero .hero-content a:hover {
        color: #897574;
    }
    div.ultrarange.hero.hero-style-2 .btn-white-outline{
        outline: 1px solid #fff !important;
    }

    @media only screen and (max-width:991px){
        div.ultrarange.hero .hero-content{
            background: none;
            top: 30%;
        }
        div.ultrarange.hero .hero-content p {
            font-size: 27px;
        }
    }
    @media only screen and (max-width:650px){
        div.ultrarange.hero .hero-content{
            background: none;
            top: 30%;
            left: 0%;
            width: 100%;
            padding: 0px;
        } 
    }
  /* End of New Ultra Range Slider*/
/*------------111111111111111111*/
  /* CASF Corian Material Slider */
	div.safest-surface.hero .hero-content p {
		color: #000;
		font-size: 34px;
		font-weight: 400;
	}
	div.safest-surface.hero .hero-content a{
		outline: 1px solid #000;
		color: #000;
	}
	div.safest-surface.hero .hero-content{
		top: 80%;
		left:0;
	}
	div.safest-surface.hero .hero-content a:hover {
		
	}
	@media only screen and (min-width:991px) and (max-width:1500px){
		div.safest-surface{
		    background-image: url('https://s3-ap-southeast-2.amazonaws.com/casfawsbucket/casf/wp-content/uploads/2020/04/29092420/casf-corian-safe-surface-slider-laptop-new.jpg') !important;
		    background-position:center center !important;
		}
	}
	@media only screen and (max-width:991px){
		div.safest-surface{
		    background-image: url('https://s3-ap-southeast-2.amazonaws.com/casfawsbucket/casf/wp-content/uploads/2020/04/29092426/casf-corian-safe-surface-slider-mobile-new.jpg') !important;
		    background-position:center center !important;
		}
		div.safest-surface.hero .hero-content{
		    background: none;
		    top: 30%;
		}
		div.safest-surface.hero .hero-content p {
		    font-size: 34px;
		    text-shadow: 0px 1px 18px #fff;
		}

	}

	/* CASF Corian Material Slider */
/*--------------00000000000000000000*/
  /* Start of AXIX sink Slider */
    div.axix-sinks.hero .hero-content p {
        color: #888d8e;
        font-size: 34px;
        font-weight: bold;
    }
    div.axix-sinks.hero .hero-content a{
        outline: 3px solid #5cb2e4;
        color: #888d8e;
        font-weight: bold;
    }
    div.axix-sinks.hero .hero-content{
        top: 50%;
        left: 20%;
    }
    div.axix-sinks.hero .hero-content a:hover {
        color: #897574;
    }
    @media only screen and (max-width:991px){
        div.axix-sinks{
             background-position: 30% 32%;
        }
        div.axix-sinks.hero .hero-content{
            background: none;
            top: 30%;
            left: 0%;
        }
        div.axix-sinks.hero .hero-content p {
            font-size: 27px;
        }
        
    }
  /* End of AXIX sink Slider */

  /*Start of Textured Surface slider*/
 div.textured-surfaces.hero .hero-content {
    top: 50%;
    left: -24%;
}
    div.textured-surfaces.hero .hero-content p {
    	font-size:34px;
    	text-shadow: 0px 0px 16px rgb(0 0 0), 0px 0px 16px rgb(0 0 0);
    	color:#fff;
    }
    div.textured-surfaces.hero .hero-content a{
        color:#fff;
        outline:1px solid #fff !important;
    }
 @media only screen and (max-width: 650px){
 	div.textured-surfaces.hero .hero-content {
	    background: none;
	    top: 30%;
	    left: 0%;
	    width: 100%;
	    padding: 0px;
	}
 }


@media only screen and (max-width: 991px){
	div.textured-surfaces.hero .hero-content {
	    background: none;
	    top: 30%;
	}
}

    /*End of Textured Surface slider*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #mobile-menu .search-form input[type="search"]{
    background-color:#1e1e1e !important;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  #mobile-menu .search-form input[type="search"]{
    background-color:#1e1e1e !important;
  }
}
.search-form input[type="search"]{
    color:#1e1e1e;
    background-color:#fff;
  }

/*#mobile-menu .search-form:before{
  content:'Search...';
  position:absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
   text-align: center;
   line-height: 43px;
   color:19px;
   background-color:#1e1e1e;
}*/


  