﻿/* AUTOGENERATED CSS: To make changes edit default.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio:not([controls]) {
  display: none;
  height: 0; }

audio, canvas, video {
  display: inline-block;
  vertical-align: baseline; }

[hidden], template {
  display: none; }

.details-table, 
.details-table td {
    border: none !important;
    padding: 1rem !important;
}
    .details-table tr {
        border-bottom: 1px solid #ececec;
    }
    .details-table tr:nth-child(odd) {
        background: #f5f5f5 !important;
    }
    .details-table tr:last-child {
        border:none !important;
    }

.dt_left {
    padding-left: 1.5rem;
}
.dt_right
{
    padding-right: 1.5rem;
    float: right
}
.enquire-machine {
    font-size: 1.5rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.abs_bot_right
{
    position:absolute;
    bottom:0;
    right:0;
}

.container-bottom-border {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: .625em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  height: 1px;
  outline: none;
  border: none;
  background: #000;
  margin: 20px auto; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  overflow: auto; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  line-height: normal; }

button, input, select, textarea, optgroup {
  font-family: inherit;
  margin: 0; }

button, input {
  line-height: normal;
  padding: 2px 5px; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*---- X.X CSS Resets ----*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-smooth: always;
  direction: ltr; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input, a {
  outline: none; }

form {
  position: relative; }

body, html, form {
  min-height: 100%; }

iframe, object {
  width: 100%; }

img {
  max-width: 100%;
  border: 0; }

.image {
  line-height: 0;
  display: block; }

a, img {
  border: 0; }

a {
  text-decoration: none;
  cursor: pointer;
  background: transparent; }

a:active, a:hover {
  outline: 0; }

li {
  list-style: none; }

.clr {
  clear: both; }

::-moz-selection {
  color: #fff;
  background: #00aced; }

::selection {
  color: #fff;
  background: #00aced; }

.cf:after {
  clear: both;
  display: table;
  content: ""; }

.of {
  overflow: hidden; }

.input_wrap {
  width: auto;
  display: block; }
  .input_wrap
input[type="text"] {
    display: block;
    width: 100%;
    border: none; }

body {
  font-weight: normal;
  color: #727272;
  font-family: "helioslightregular", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 1.26;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  body {
    -webkit-font-smoothing: subpixel-antialiased; } }

b, strong {
  font-family: "heliosboldregular", Helvetica, Arial, sans-serif;
  font-weight: normal; }

/*#region =Content*/
blockquote p, .quote p {
  display: inline; }

blockquote p:before, blockquote p:after, .quote p:before, .quote p:after {
  font-family: "helioslightregular", Helvetica, Arial, sans-serif; }

blockquote p:before, .quote p:before {
  content: '\0201C'; }

blockquote p:after, .quote p:after {
  content: '\0201D'; }

u {
  text-decoration: none;
  border-bottom: 1px solid; }

h1, h2, h3, h4, .h1, .h2, .h3 {
  position: relative;
  font-family: "heliosboldregular", Helvetica, Arial, sans-serif;
  font-weight: 100; }
  h1 + p, h1 + ul, h1 + ol, h2 + p, h2 + ul, h2 + ol, h3 + p, h3 + ul, h3 + ol, h4 + p, h4 + ul, h4 + ol, .h1 + p, .h1 + ul, .h1 + ol, .h2 + p, .h2 + ul, .h2 + ol, .h3 + p, .h3 + ul, .h3 + ol {
    margin-top: 2rem; }
  p + h1, ul + h1, ol + h1, p + h2, ul + h2, ol + h2, p + h3, ul + h3, ol + h3, p + h4, ul + h4, ol + h4, p + .h1, ul + .h1, ol + .h1, p + .h2, ul + .h2, ol + .h2, p + .h3, ul + .h3, ol + .h3 {
    margin-top: 2rem; }
  .about-page h1, .about-page h2, .about-page h3, .about-page h4, .about-page .h1, .about-page .h2, .about-page .h3 {
    font-family: "helioslightregular", Helvetica, Arial, sans-serif; }

h1, .h1 {
  font-size: 4.7rem;
  line-height: 1.09; }

h2, .h2 {
  font-size: 3.6rem;
  line-height: 1.08; }

h3, .h3 {
  font-size: 2.5rem;
  line-height: 1.2; }

h1, h2, h3, h4, .h1, .h2, .h3, p {
  position: relative; }

.h1, .h2, .h3 {
  display: block; }

a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.cta {
  text-transform: uppercase;
  background: #e31818;
  display: inline-block;
  padding: 0.9rem 0.8rem 0.9rem;
  border-radius: 4px;
  text-align: center;
  color: white; }
  .cta.inner_col {
    display: block; }
  [class] .cta, .cta, .form .cta:hover {
    color: white; }
  .cta:hover {
    background: #333; }

.switch_close {
  background: #C5C7C6 url(/_assets/images/site/close_btn.jpg) center no-repeat;
  color: #fff;
  display: block;
  width: 3rem;
  height: 3rem; }

.content_wrap + .content_wrap {
  margin-top: 2rem; }

.content_wrap li {
  margin-left: 2.25em; }

.content_wrap ul li {
  list-style: disc; }

.content_wrap ol li {
  list-style: decimal; }

.content_wrap ol ol li {
  list-style: lower-alpha; }

.content_wrap ul ul li {
  list-style: circle; }

.content_wrap p + p, .content_wrap p + ul, .content_wrap p + ol,
.content_wrap ul + ul, .content_wrap ul + p, .content_wrap ul + ol,
.content_wrap ol + ol, .content_wrap ol + ul, .content_wrap ol + p {
  margin-top: 0.7rem; }

.content_wrap a {
  border-bottom: 1px solid transparent; }
  .content_wrap a:hover {
    border-color: #727272; }

.content_wrap table {
  width: 100%;
  border: 1px solid #333; }
  .content_wrap table td {
    vertical-align: middle;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 0.5rem; }

.content_wrap table + table {
  margin-top: 2rem; }

.content_wrap blockquote {
  font-style: italic;
  padding: 0 2rem; }

/*#endregion*/
.bgcover {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover; }
  .bgcover.bg--lt {
    background-position: left top; }
  .bgcover.bg--lc {
    background-position: left center; }
  .bgcover.bg--lb {
    background-position: left bottom; }
  .bgcover.bg--cc {
    background-position: center; }
  .bgcover.bg--cb {
    background-position: center bottom; }
  .bgcover.bg--rt {
    background-position: right top; }
  .bgcover.bg--rc {
    background-position: right center; }
  .bgcover.bg--rb {
    background-position: right bottom; }
  .bgcover.contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain; }

.background-size-polyfill img {
  -ms-interpolation-mode: bicubic; }

/*#region =Header*/
.glbl_header {
  position: relative;
  background: white;
  height: 14.4rem;
  margin-bottom: 0.5rem; }
  .glbl_header .container {
    padding-top: 0.6rem; }
  .glbl_header-mb {
    background-color: white;
    height: 6rem;
    position: relative;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    body.nav-min-mb .glbl_header-mb {
      background-color: #e2e3e3; }
    .glbl_header-mb .logo {
      width: 5rem;
      height: 5rem;
      margin: auto;
      position: relative;
      background: white url(/_assets/images/site/logo.jpg) center no-repeat;
      background-size: contain;
      left: -3rem;
      top: .5rem; }
  .glbl_header-right {
    background: #e2e3e3;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 2505; }
  .glbl_header .logo {
    height: 13rem;
    width: 13rem;
    margin: auto;
    position: relative;
    background: white url(/_assets/images/site/logo.jpg) center no-repeat; }
    .glbl_header .logo_wrap {
      position: relative; }
    .glbl_header .logo_wrap:before {
      position: absolute;
      content: '';
      width: 100%;
      top: 5.9rem;
      height: 0.2rem;
      background: #e2e3e3;
      left: 0; }

.nav_tgl {
  z-index: 2501;
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 0;
  top: 0; }
  .nav_tgl, .nav_tgl > span {
    position: absolute; }
  .nav_tgl > span {
    width: 3.8rem;
    height: 2.6rem;
    left: 50%;
    top: 50%;
    margin-left: -1.9rem;
    margin-top: -1.3rem; }
    .nav_tgl > span span, .nav_tgl > span:before, .nav_tgl > span:after {
      position: absolute;
      height: .4rem;
      background-color: #adadad;
      width: 100%;
      left: 0; }
    .nav_tgl > span span {
      top: 50%;
      margin-top: -.2rem;
      filter: alpha(opacity=100);
      opacity: 1;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    .nav_tgl > span:before, .nav_tgl > span:after {
      content: '';
      -webkit-transition-property: transform, top;
      transition-property: transform, top;
      -webkit-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .nav_tgl > span:before {
      bottom: 100%;
      margin-bottom: -.4rem; }
    .nav_tgl > span:after {
      top: 100%;
      margin-top: -.4rem; }
  .nav_tgl.active {
    left: 100%;
    margin-left: -6rem;
    z-index: 2510; }
  .nav_tgl.active > span span, .nav_tgl.active > span:before, .nav_tgl.active > span:after {
    background: white;
    height: .1rem; }
  .nav_tgl.active > span:before {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -.1rem; }
  .nav_tgl.active > span:after {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -.1rem; }
  .nav_tgl.active > span span {
    filter: alpha(opacity=0);
    opacity: 0; }

.login_tgl {
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: absolute;
  padding: 0.6rem 1.2rem;
  top: 1.2rem;
  right: 0;
  z-index: 2501; }
  .login_tgl:hover > span {
    background: #333; }
  .login_tgl > span {
    background: #e31818;
    border-radius: 3px;
    display: inline-block;
    padding: 0.7rem 1.1rem; }

.glbl_nav {
  font-size: 1.5rem;
  font-family: "heliosregular", Helvetica, Arial, sans-serif; }
  .glbl_nav a {
    color: #727272;
    margin: auto 1rem; }
    .glbl_nav a:hover {
      color: #333; }
  .glbl_nav .glbl_sub-menu {
    display: none; }

.logo {
  overflow: hidden;
  text-indent: -9999em;
  display: block;
  background-size: auto 100%; }

/*#endregion*/
/*#region =Footer*/
.glbl_footer {
  margin-top: 5rem;
  background: #c6c8c8;
  text-align: center;
  font-size: 2.2rem;
  padding: 25px 0; }
  .glbl_footer, .glbl_footer a {
    color: white; }
  .glbl_footer a {
    border-bottom: 1px solid transparent; }
    .glbl_footer a:hover {
      border-color: white; }

.ftr_copy {
  margin-top: 2.4rem;
  font-size: 1.8rem; }

.ftr_nav a {
  padding: 0.3rem 0.7rem; }

.ftr_nav a, .ftr_nav li, .ftr_nav ul {
  display: inline-block;
  vertical-align: top; }

/*#endregion*/
/*#region =Slideshow*/
.owl-carousel.owl-loaded .item {
  max-height: 100%;
  filter: alpha(opacity=100);
  opacity: 1; }

.owl-carousel.owl-full {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-height: 127px;
  overflow: hidden;
  visibility: hidden; }
  .owl-carousel.owl-full.owl-loaded {
    visibility: visible;
    max-height: 1000px; }
  .owl-carousel.owl-full .bgcover {
    padding-top: 40%; }

.page_title + .owl-carousel {
  margin-top: 1.4rem; }

.owl-theme.owl-full .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  width: 40px;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  height: 100%;
  top: 0; }
  .owl-theme.owl-full .owl-controls .owl-nav [class*=owl-]:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    line-height: 70px;
    display: block;
    height: 70px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -35px;
    background: #333;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 25px; }

.owl-theme.owl-full .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: #e31818; }

.owl-theme.owl-full .owl-controls .owl-nav .owl-next {
  right: 0; }

.owl-theme.owl-full .owl-controls .owl-nav .owl-prev {
  left: 0; }

.owl-theme.owl-full .owl-controls .owl-nav .owl-next:before {
  content: "\e6d2";
  border-radius: 3px 0 0 3px; }

.owl-theme.owl-full .owl-controls .owl-nav .owl-prev:before {
  content: "\e6d1";
  border-radius: 0 3px 3px 0; }

.owl-theme.owl-full .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0; }

.grid_tile .cycle-nav {
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: absolute;
  height: 50px;
  left: 0;
  text-align: center;
  color: #919191;
  display: none; }
  .grid_tile .cycle-nav:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    line-height: 50px;
    display: block;
    font-size: 30px;
    content: ''; }

.grid_tile .cycle-next {
  bottom: 0; }

.grid_tile .cycle-prev {
  top: 0; }

.grid_tile .cycle-next:before {
  content: "\e6d0"; }

.grid_tile .cycle-prev:before {
  content: "\e6d3"; }

.cycle-grid-mb, .cycle-grid-tb {
  padding: 50px 0;
  border: #eceded 5px solid;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .cycle-grid-mb .loading, .cycle-grid-tb .loading {
    filter: alpha(opacity=50);
    opacity: 0.5; }
    .cycle-grid-mb .loading .item ~ .item, .cycle-grid-tb .loading .item ~ .item {
      visibility: hidden;
      position: absolute; }
  .cycle-grid-mb .item, .cycle-grid-tb .item {
    background: white;
    width: 100%; }
    .cycle-grid-mb .item .image, .cycle-grid-mb .item .txt, .cycle-grid-tb .item .image, .cycle-grid-tb .item .txt {
      width: 8.5rem;
      margin: auto; }
    .cycle-grid-mb .item img, .cycle-grid-tb .item img {
      width: 100%; }
  .cycle-grid-mb .txt, .cycle-grid-tb .txt {
    height: 3em; }

.glacier .cycle-grid-mb .image, .glacier .cycle-grid-mb .txt {
  width: 10rem; }

.glacier .cycle-grid-tb .item {
  padding: 0 2.1rem; }

.glacier .cycle-grid-tb .image, .glacier .cycle-grid-tb .txt {
  width: 9.2rem; }

/*#endregion*/
/*#region =Layout*/
[class*=col_], [class*=col-] {
  display: block;
  float: left;
  width: 100%; }

.inner_col {
  float: none;
  width: auto;
  position: relative;
  margin: 1.1rem; }
  .inner_col + .inner_col {
    margin-top: 2.2rem; }

a.inner_col {
  display: block; }

.offset {
  margin: -1.1rem; }

.container {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 121.4rem;
  width: auto;
  position: relative;
  clear: both; }

html:not(.ie8) .fade--in {
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  html:not(.ie8) .fade--in.loaded {
    -ms-transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    filter: alpha(opacity=100);
    opacity: 1; }

.tbl_wrap {
  overflow-x: auto; }

/*#endregion*/
.page_title {
  padding: 0.7rem 0 0.3rem;
  background: #e2e3e3;
  color: #727272;
  font-size: 3rem;
  text-align: center;
  font-family: "helioslightregular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.04em; }
  .page_title strong {
    letter-spacing: -0.02em;
    font-family: "heliosboldregular", Helvetica, Arial, sans-serif; }
  .page_title .container {
    display: block; }

/*#region =HomeContent*/
.home_intro .content_wrap, .home_intro .image_list {
  text-align: center; }

.home_intro .content_wrap {
  padding: 2rem 0;
  letter-spacing: -.0023em; }

.home_intro .image_list img {
  display: inline-block;
  vertical-align: middle;
  margin: 1.5rem 1.1rem;
  width: 10.5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.home_newC {
  background: #e31818;
  text-align: center;
  margin-top: 2.5rem;
  font-family: "heliosboldregular", Helvetica, Arial, sans-serif; }
  .home_newC .title {
    font-size: 1.5rem;
    letter-spacing: -.035em;
    color: white; }

/*#endregion*/
/*#region =DoorCreator*/
.dc_intro {
  text-align: center;
  font-size: 1.6rem;
  padding-top: 3rem;
  letter-spacing: -0.005em; }
  .dc_intro .image_list {
    margin-top: 2rem; }
  .dc_intro .image_list a {
    display: inline-block;
    vertical-align: middle;
    margin: auto 0.3rem;
    max-width: 7rem;
    position: relative; }

.glacier_thumb {
  max-width: 113rem;
  margin: 2rem; }
  .glacier_thumb h2 {
    font-size: 2.1rem; }
  .glacier_thumb-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
    padding: 0 0.7rem; }
    .glacier_thumb-item .txt {
      font-size: 1.9rem;
      color: #afb1b2; }
    .glacier_thumb-item .image {
      margin-bottom: 0.7rem;
      position: relative; }
  .glacier_thumb-wrap {
    margin: 1.2rem -0.7rem auto; }
  .glacier_thumb .img-new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: alpha(opacity=0);
    opacity: 0; }

/*#endregion*/
/*#region =Listing*/
.large_tile [class*=col_], .small_tile [class*=col_] {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-left: -2px;
  margin-right: -2px; }

.section_row + .large_tile {
  margin-top: 5rem; }

.large_tile .inner_col {
  margin: 2.5rem; }
  .large_tile .inner_col + .large_tile .inner_col {
    margin-top: 5rem; }

.large_tile .offset {
  margin: -2.5rem; }

.large_tile .bgcover, .large_tile .image {
  margin-bottom: 1.8rem;
  position: relative; }
  .large_tile .bgcover:before, .large_tile .image:before {
    position: absolute;
    width: 100%;
    background: #e31818;
    height: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }

.large_tile .bgcover {
  display: block;
  padding-top: 79%; }

.large_tile-item {
  color: #727272;
  text-align: center;
  font-size: 2rem;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .large_tile-item strong {
    font-size: 3.6rem;
    line-height: 1.1;
    display: block;
    letter-spacing: -.02em; }
  .large_tile-item:hover .bgcover:before, .large_tile-item.active .bgcover:before,
  .large_tile-item:hover .image:before, .large_tile-item.active .image:before {
    height: 0.7rem; }
  .large_tile-item:hover {
    color: #e31818; }
  .large_tile-item.active {
    color: #e31818; }

.large_tile .lnk_u {
  color: #727272;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1.8rem;
  letter-spacing: -.0023em; }
  .large_tile .lnk_u:hover {
    color: #e31818; }
  .large_tile .lnk_u span {
    border-bottom: 1px solid #727272;
    display: inline-block;
    line-height: 1; }

.small_tile {
  padding-top: 3.5rem; }
  .small_tile .bgcover {
    margin-bottom: 1.2rem;
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 61%; }
    .small_tile .bgcover:before {
      position: absolute;
      width: 100%;
      background: #e31818;
      height: 0;
      bottom: 0;
      left: 0;
      content: '';
      -webkit-transition-property: height;
      transition-property: height;
      -webkit-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
.small_tile-item.is-sold .bgcover:before, .small_tile-item.is-sold:hover .bgcover:before {
    height: auto;
    content: 'sold';
    padding: 10px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
        .small_tile-item {
    color: #959595;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 1.7rem; }
    .small_tile-item.is-sold:hover .bgcover:before, .small_tile-item.active .bgcover:before {
        height: auto;
    } 
    .small_tile-item:hover .bgcover:before, .small_tile-item.active .bgcover:before {
      height: 0.7rem; }
    .small_tile-item.active {
      color: #e31818; }

.grid_wrap {
  position: relative;
  max-width: 113rem;
  margin: 1rem;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .grid_wrap .grid_switcher {
    float: left;
    width: 16rem; }
  .grid_wrap .grid_tile {
    margin-left: 17rem; }
  .grid_wrap.splBck {
    max-width: 121.4rem; }
    .grid_wrap.splBck .grid_tile {
      margin-left: -0.3rem;
      margin-right: -0.7rem; }

.grid_view {
  overflow: hidden;
  margin-top: 4rem; }
  .grid_view a {
    color: #727272;
    font-size: 2.4rem;
    display: inline-block;
    position: relative;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .grid_view a:hover {
      color: #e31818; }
  .grid_view.grid_next {
    text-align: right; }
  .grid_view.grid_next a {
    margin-right: 3rem; }
  .grid_view.grid_prev a:before, .grid_view.grid_next a:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    color: #e1e1e1;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 0;
    margin-top: -.1em; }
  .grid_view.grid_prev a:before {
    margin-right: 5px;
    content: "\ea40"; }
  .grid_view.grid_next a:after {
    margin-left: 5px;
    content: "\ea3c"; }

.grid_switcher .txt-name, .grid_switcher .txt-colour {
  display: block; }

.grid_switcher .txt-name {
  font-size: 2.2rem;
  margin-top: 1.2rem;
  letter-spacing: -.02em;
  font-weight: normal;
  font-family: "heliosboldregular", Helvetica, Arial, sans-serif; }

.grid_switcher .txt-colour {
  font-size: 1.8rem;
  letter-spacing: -.02em; }

.grid_switcher .image {
  position: relative; }

.grid_switcher .switch-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0; }

.dc-kitchen .grid_switcher .image img {
  width: 160px;
  height: 287px;
  max-width: 160px; }

.dc-bedroom .grid_switcher .image img {
  width: 143px;
  height: 690px;
  max-width: 143px; }

.grid_tile {
  position: relative;
  font-size: 1.5rem; }
  .splBck .grid_tile {
    margin-top: -1rem; }
  .grid_tile-new {
    position: absolute;
    top: 0;
    left: 0; }
  .grid_tile-item {
    margin: 4rem 1.3rem 0.5rem;
    display: inline-block;
    width: 6.4rem;
    vertical-align: top;
    color: #aeb1b1;
    position: relative; }
    .splBck .grid_tile-item {
      width: 50%;
      margin-left: -2px;
      margin-right: -2px;
      padding: 0 0.5rem; }
    .glacier .grid_tile-item, .modena .grid_tile-item {
      width: auto; }
    .cycle-grid-mb .grid_tile-item {
      display: block;
      margin: 1rem auto;
      width: 8.5rem; }
    .glacier .cycle-grid-mb .grid_tile-item {
      width: 10rem; }
    .glacier .cycle-grid-tb .grid_tile-item {
      width: 33.333%; }
    .modena .cycle-grid-tb .grid_tile-item {
      width: 100%; }
      .modena .cycle-grid-tb .grid_tile-item .image {
        width: auto;
        max-width: 14rem; }
    .cycle-grid-tb .grid_tile-item {
      width: 33.333%;
      margin: 1rem -3px;
      padding: 0 10px; }
    .grid_tile-item .image {
      overflow: hidden; }
    .grid_tile-item .colour {
      height: 7.3rem;
      width: 100%; }
    .grid_tile-item .txt {
      background: white;
      padding-top: 0.7rem;
      display: block; }
    .grid_tile-item:hover, .grid_tile-item.active {
      color: #e31818; }

.grid_intro {
  overflow: hidden;
  position: relative;
  max-width: 65rem;
  color: #727272;
  margin-top: 3.4rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .grid_intro.lge {
    max-width: none; }
    .grid_intro.lge .grid_intro-right {
      font-size: 1.8rem;
      letter-spacing: -.005em;
      line-height: 1.32; }
  .grid_intro .image {
    width: 11rem; }
  .grid_intro .image, .grid_intro-right {
    display: inline-block;
    vertical-align: middle; }
  .grid_intro-right {
    width: 41rem;
    margin-lefT: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.67;
    letter-spacing: -.025em; }
  .grid_intro-lnks {
    margin-top: 1.5rem; }
    .grid_intro-lnks a {
      display: inline-block;
      vertical-align: top;
      border-bottom: 1px solid transparent;
      color: #c7c7c7;
      line-height: .9;
      margin-right: .5em;
      letter-spacing: -.01em;
      font-size: 2.4rem; }
    .grid_intro-lnks.purple a.active, .grid_intro-lnks.purple a:hover {
      color: #7a2a7c; }
    .grid_intro-lnks.purple a.active {
      border-color: #7a2a7c; }

/*#endregion*/
/*#region =ImageSwicth*/
.image-switch_wrap {
  position: relative;
  overflow: hidden;
  max-width: 150rem;
  margin: auto;
  text-align: center; }
  .image-switch_wrap .switch_close {
    position: absolute;
    top: 2.2rem;
    right: 2.2rem; }
  .image-switch_wrap .img-logo {
    position: absolute;
    bottom: 7.5rem;
    right: 2rem; }

.image-detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: left;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  padding: 1rem 2rem; }
  .image-detail:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: ''; }
  .image-detail:before, .image-detail > * {
    margin-left: -2px;
    margin-right: -2px; }
  .image-detail > * {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: relative; }
  .image-detail, .image-detail a {
    color: white; }
  .image-detail .goto {
    line-height: 1;
    font-size: 1.5rem;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .image-detail .goto:hover {
      border-color: transparent; }
  .image-detail h2 {
    float: left;
    font-family: "helioslightregular", Helvetica, Arial, sans-serif;
    font-size: 2.4rem; }
    .image-detail h2 strong {
      font-size: 3.6rem;
      font-family: "helioslightregular", Helvetica, Arial, sans-serif;
      font-weight: 600; }

/*#endregion*/
/*#region =Modal*/
.modal_body {
  background: none;
  text-align: center;
  position: absolute;
  z-index: 3001;
  width: 100%;
  top: 0;
  left: 0;
  background: url(/_assets/images/site/bg-trans.png);
  background: rgba(0, 0, 0, 0.6);
  height: 100%; }
  .modal_body:before, .modal_body > * {
    margin-right: -3px; }

.modal--newC {
  background: #e2e3e3;
  padding-bottom: 2.5rem;
  box-shadow: 0 -5px 15px 15px rgba(0, 0, 0, 0.5); }
  .modal--newC_head {
    padding: 1.2rem 2rem;
    background: url(/_assets/images/site/newC_bg.png) right top no-repeat white;
    background-size: auto 100%;
    text-align: left; }
    .modal--newC_head h2 {
      color: #e31818;
      font-size: 3rem; }
    .modal--newC_head .image, .modal--newC_head h2 {
      display: inline-block;
      vertical-align: middle; }
    .modal--newC_head .image {
      width: 8rem;
      margin-left: 1.4rem;
      margin-right: 0.5rem; }

.range_wrap .col_ds_6 {
  position: relative; }

.range_wrap .range_img {
  width: 18rem;
  height: 18rem;
  display: block; }

.gmap {
  margin-top: 1rem; }

.contact_information {
  padding-top: 5.3rem;
  padding-left: 1rem;
  font-size: 1.8rem;
  letter-spacing: -.01em; }
  .contact_information strong {
    display: inline-block; }
  .contact_information [class*=contact_] {
    float: left;
    width: 100%;
    padding-left: 2rem; }
  .contact_information .contact_tel, .contact_information .contact_add {
    padding-top: 2rem; }

body.about-page .container {
  margin-right: 0; }

body.about-page .content_wrap {
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding: 2rem 0 5rem;
  letter-spacing: -.01em; }

body.about-page h2 {
  font-size: 2.4rem;
  line-height: 3.1rem;
  font-weight: 500; }

body.about-page h2 + p {
  margin-top: 0.5rem; }

body.about-page .bb {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

body.about-page .container img {
  width: 100%; }

.cen {
  text-align: center; }

.mt50 {
  margin-top: 50px; }

.mt25 {
  margin-top: 25px; }

.how_to_order {
  border-top: 2px solid #ebebeb;
  margin-top: -1rem; }

.wide_image {
  width: 100%; }
  .container .wide_image {
    margin-top: 2px; }
  .wide_image.half {
    float: left;
    padding-right: 2px; }

.col_ds_6 + .col_ds_6 .wide_image.half {
  padding-right: 0;
  padding-left: 2px; }

/*#endregion*/
.contact_form {
  background: #e2e3e3;
  padding: 3rem;
  margin: 5rem 0;
  letter-spacing: -.02em; }
  .contact_form .cta {
    float: right;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 1.5rem;
    padding: 0.9rem 1.5rem 0.6rem 1.5rem; }
  .contact_form textarea {
    line-height: 2.1rem;
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
    width: 100%; }
  .contact_form .offset {
    margin-top: 0;
    margin-bottom: 0; }
  .contact_form input[type=text] {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    margin-top: 1.4rem;
    color: #727273;
    float: left;
    padding: 0 0.8rem; }

.page_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

body.old-school-mp > form {
  overflow: auto; }

body.old-school-mp .glbl_footer, body.old-school-mp .glbl_header, body.old-school-mp .page_title {
  min-width: 1215px; }

body.old-school-mp .page_title {
  text-align: left; }

body.old-school-mp .ds_show, body.old-school-mp .ds_show.hide, body.old-school-mp .ds_show.tb_hide {
  display: block !important; }

body.old-school-mp .hide, body.old-school-mp .tb_hide {
  display: none !important; }

body.old-school-mp .glbl_header-right {
  width: 288px;
  top: 0; }

body.old-school-mp .frm--login-top {
  background-position: 18px 13px;
  padding-top: 48px;
  padding-bottom: 0; }
  body.old-school-mp .frm--login-top .cta {
    padding: 9px 8px;
    font-size: 13px;
    width: 92px; }

#content.account-home {
  float: none;
  margin: 0 auto;
  width: 960px;
  overflow: hidden; }
  #content.account-home h2.page_title {
    padding-left: 19px;
    font-size: 34px; }
  #content.account-home .notice-board-wrapper {
    border-top: none;
    border-bottom: 2px solid #d3d4d6;
    padding: 0px 20px 27px 20px;
    margin-top: 29px;
    width: 708px; }
    #content.account-home .notice-board-wrapper .read-more {
      font-weight: normal;
      text-decoration: underline; }
  #content.account-home #account-left {
    width: 219px; }
  #content.account-home a.next-step {
    color: #727272;
    float: right;
    width: 135px;
    margin-top: 10px;
    margin-right: -35px; }
    #content.account-home a.next-step img {
      position: relative;
      top: 6px; }
  #content.account-home
.account-topbuttons-wrapper {
    text-align: center; }
    #content.account-home
.account-topbuttons-wrapper .button {
      float: none;
      display: inline-block;
      background-color: #fff;
      color: #727273;
      text-align: center;
      text-decoration: underline;
      padding: 19px 25px 7px 25px; }
      #content.account-home
.account-topbuttons-wrapper .button img {
        width: 100px;
        margin-bottom: 12px; }

@font-face {
  font-family: 'icomoon';
  src: url("/_assets/css/site/fonts/icon/icomoon.eot?pmckxa");
  src: url("/_assets/css/site/fonts/icon/icomoon.eot?#iefixpmckxa") format("embedded-opentype"), url("/_assets/css/site/fonts/icon/icomoon.ttf?pmckxa") format("truetype"), url("/_assets/css/site/fonts/icon/icomoon.woff?pmckxa") format("woff"), url("/_assets/css/site/fonts/icon/icomoon.svg?pmckxa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'heliosregular';
  src: url("/_assets/css/site/fonts/ufonts.com_helios-webfont.eot");
  src: url("/_assets/css/site/fonts/ufonts.com_helios-webfont.eot?#iefix") format("embedded-opentype"), url("/_assets/css/site/fonts/ufonts.com_helios-webfont.woff2") format("woff2"), url("/_assets/css/site/fonts/ufonts.com_helios-webfont.woff") format("woff"), url("/_assets/css/site/fonts/ufonts.com_helios-webfont.ttf") format("truetype"), url("/_assets/css/site/fonts/ufonts.com_helios-webfont.svg#heliosregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'heliosboldregular';
  src: url("/_assets/css/site/fonts/helios_bold-webfont.eot");
  src: url("/_assets/css/site/fonts/helios_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/_assets/css/site/fonts/helios_bold-webfont.woff2") format("woff2"), url("/_assets/css/site/fonts/helios_bold-webfont.woff") format("woff"), url("/_assets/css/site/fonts/helios_bold-webfont.ttf") format("truetype"), url("/_assets/css/site/fonts/helios_bold-webfont.svg#heliosbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helioslightregular';
  src: url("/_assets/css/site/fonts/helios_light-webfont.eot");
  src: url("/_assets/css/site/fonts/helios_light-webfont.eot?#iefix") format("embedded-opentype"), url("/_assets/css/site/fonts/helios_light-webfont.woff2") format("woff2"), url("/_assets/css/site/fonts/helios_light-webfont.woff") format("woff"), url("/_assets/css/site/fonts/helios_light-webfont.ttf") format("truetype"), url("/_assets/css/site/fonts/helios_light-webfont.svg#helioslightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.form {
  position: relative;
  font-family: "heliosregular", Helvetica, Arial, sans-serif; }
  .form input[type="text"], .form input[type="email"], .form input[type="password"], .form input[type="number"], .form input[type="tel"] {
    width: 100%; }

.input_wrap + .input_wrap,
.input_wrap + .select,
.select + .select,
.select + .input_wrap {
  margin-top: 0.7rem; }

.input_wrap {
  position: relative; }
  .input_wrap input {
    height: 3rem;
    padding: 0 1rem;
    color: #727272;
    font-size: 1.5rem; }
  .input_wrap.active, .input_wrap.complete, .input_wrap.error {
    color: #727272; }
  .input_wrap.active input {
    border-color: #008c69; }
  .input_wrap[class*=ico_] {
    padding: 0; }
    .input_wrap[class*=ico_]:before {
      border-right: 1px solid #e2e3e3;
      position: absolute;
      left: 0;
      height: 100%;
      width: 3rem;
      text-align: center;
      line-height: 30px;
      color: #9c9e9f;
      font-size: 1.5rem; }
    .input_wrap[class*=ico_] input {
      padding-left: 4rem; }

.select {
  position: relative;
  border: 1px solid #111; }
  .select, .select .select {
    height: 3rem; }
  .select select {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 3;
    position: relative;
    background: #fff;
    color: #0039a6;
    padding: 0 1rem; }
  .select select, .select span {
    width: 100%;
    height: 100%; }
  .select span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    padding: 0 3rem 0 1rem; }
  .select:before, .select span {
    line-height: 2.8rem; }
  .select:before {
    content: "\e6d0";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    text-align: center;
    width: 3rem; }
  .select.active {
    font-weight: 600;
    color: #0039a6;
    border-color: #0039a6;
    background-color: #fff; }
  .select.error {
    color: #e31818;
    border-color: #e31818;
    background-color: #fff; }

.input_chk {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem; }
  .input_chk input, .input_chk label {
    cursor: pointer; }
  .input_chk input, .input_chk label:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1.4rem;
    width: 1.4rem;
    margin-top: -0.7rem; }
  .input_chk input {
    filter: alpha(opacity=0);
    opacity: 0;
    height: 3rem; }
  .input_chk label {
    position: relative;
    padding-left: 2.4rem;
    display: block; }
    .input_chk label:before {
      content: '';
      background: #d9dcdc;
      color: white;
      text-align: center;
      line-height: 14px;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0;
      border-radius: 2px; }
      .frm--login-top .input_chk label:before {
        background: white; }
  .input_chk.checked label:before {
    background-color: #9c9e9f;
    content: "\e6c7"; }

.alert {
  padding: 1.5rem; }
  .alert.success {
    background-color: #0dffc2;
    color: #005943; }
  .alert.warning {
    background-color: #ffbf80;
    color: #cc6600; }
  .alert.danger {
    background-color: #f28888;
    color: #b51313; }

.frm--login-top {
  padding: 4.8rem 1.8rem 1.3rem;
  background: url(/_assets/images/site/brownsonline.png) no-repeat 18px 13px;
  font-size: 1.3rem; }
  .frm--login-top ::-webkit-input-placeholder {
    color: #727272; }
  .frm--login-top :-moz-placeholder {
    color: #727272; }
  .frm--login-top ::-moz-placeholder {
    color: #727272; }
  .frm--login-top :-ms-input-placeholder {
    color: #727272; }
  .frm--login-top :focus::-webkit-input-placeholder {
    color: #e2e3e3; }
  .frm--login-top :focus:-moz-placeholder {
    color: #e2e3e3; }
  .frm--login-top :focus::-moz-placeholder {
    color: #e2e3e3; }
  .frm--login-top :focus:-ms-input-placeholder {
    color: #e2e3e3; }
  .frm--login-top .login_close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem; }
    .frm--login-top .login_close:before, .frm--login-top .login_close:after {
      content: '';
      position: absolute;
      height: .1rem;
      background-color: #9d9fa0;
      width: 100%;
      left: 0; }
    .frm--login-top .login_close:before {
      bottom: 50%;
      margin-bottom: -.1rem;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .frm--login-top .login_close:after {
      top: 50%;
      margin-top: -.1rem;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .frm--login-top .cta {
    width: 9.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "heliosboldregular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .frm--login-top .fp {
    color: #727272;
    border-bottom: 1px solid #727272;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.015em;
    font-family: "heliosregular", Helvetica, Arial, sans-serif; }
    .frm--login-top .fp:hover {
      border-color: transparent; }
  .frm--login-top .login_btm {
    padding-right: 11rem;
    position: relative;
    margin-top: 0.6rem; }
    .frm--login-top .login_btm.forgot-pswd {
      margin-top: 4.2rem; }
      .frm--login-top .login_btm.forgot-pswd .cta {
        width: 100%; }
  .frm--login-top .wb p {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 17px; }
  .frm--login-top .wb a.my-account {
    float: left;
    font-size: 13px;
    text-decoration: underline;
    color: #727273; }
  .frm--login-top .wb a.logout {
    position: relative;
    float: right;
    bottom: 8px; }

.frm--newC {
  background: #e2e3e3;
  text-align: left; }
  .frm--newC .input_wrap + .input_wrap {
    margin-top: 1rem; }
  .frm--newC label {
    color: black;
    display: block;
    font-size: 1.5rem; }
  .frm--newC .input_chk-wrap {
    padding: 0 2rem 2rem; }
  .frm--newC .lbl {
    padding: 2.5rem 2rem; }
  .frm--newC .input_wrap input {
    padding: 0 2rem;
    height: 4rem;
    font-size: 1.8rem; }
  .frm--newC .input_chk label:before {
    height: 4.8rem;
    width: 4.8rem;
    background: white;
    border-radius: 0; }
  .frm--newC .input_chk label {
    padding-left: 4rem; }
  .frm--newC .input_chk.checked label:before {
    color: #e31818;
    line-height: 48px;
    font-size: 2.4rem; }
  .frm--newC .cta {
    font-size: 1.6rem;
    padding: 0.7rem 1.5rem;
    margin-top: 2.2rem; }

.frm--login-top .forgot-password-panel .fp {
  top: 4rem; }

.rel {
  position: relative; }

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

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

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

.txt--sml {
  font-size: .7em; }

*.blue {
  color: #0039a6; }

*.orange {
  color: #ff7f00; }

*.green {
  color: #008c69; }

.txt_hide {
  overflow: hidden;
  text-indent: -9999em;
  display: block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute; }

[class*=ico_]:before {
  display: inline-block;
  vertical-align: baseline;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0; }

.ico_cross:before {
  content: "\e6c0"; }

.ico_lock:before {
  content: "\e6b9"; }

.ico_avatar:before {
  content: "\e971"; }

.col_1 {
  width: 8.333%; }

.col_2 {
  width: 16.666%; }

.col_3 {
  width: 25%; }

.col_4 {
  width: 33.333%; }

.col_5 {
  width: 41.666%; }

.col_6 {
  width: 50%; }

.col_7 {
  width: 58.333%; }

.col_8 {
  width: 66.666%; }

.col_9 {
  width: 75%; }

.col_10 {
  width: 83.333%; }

.col_11 {
  width: 91.667%; }

.col_12 {
  width: 100%; }

.col-7_1 {
  width: 14.28%; }

.col-7_2 {
  width: 28.57%; }

.col-7_3 {
  width: 42.85%; }

.col-7_4 {
  width: 57.14%; }

.col-7_5 {
  width: 71.43%; }

.col-7_6 {
  width: 85.71%; }

.col-7_7 {
  width: 100%; }

.col-5_1 {
  width: 20%; }

.col-5_2 {
  width: 40%; }

.col-5_3 {
  width: 60%; }

.col-5_4 {
  width: 80%; }

.col-5_5 {
  width: 100%; }

*.hide {
  display: none; }

*.show {
  display: block; }

*.ib_show {
  display: inline-block; }

@media all and (min-width: 37.5em) {
  .col_mblge_1 {
    width: 8.333%; }
  .col_mblge_2 {
    width: 16.666%; }
  .col_mblge_3 {
    width: 25%; }
  .col_mblge_4 {
    width: 33.333%; }
  .col_mblge_5 {
    width: 41.666%; }
  .col_mblge_6 {
    width: 50%; }
  .col_mblge_7 {
    width: 58.333%; }
  .col_mblge_8 {
    width: 66.666%; }
  .col_mblge_9 {
    width: 75%; }
  .col_mblge_10 {
    width: 83.333%; }
  .col_mblge_11 {
    width: 91.667%; }
  .col_mblge_12 {
    width: 100%; }
  .col_mblge-7_1 {
    width: 14.28%; }
  .col_mblge-7_2 {
    width: 28.57%; }
  .col_mblge-7_3 {
    width: 42.85%; }
  .col_mblge-7_4 {
    width: 57.14%; }
  .col_mblge-7_5 {
    width: 71.43%; }
  .col_mblge-7_6 {
    width: 85.71%; }
  .col_mblge-7_7 {
    width: 100%; }
  .col_mblge-5_1 {
    width: 20%; }
  .col_mblge-5_2 {
    width: 40%; }
  .col_mblge-5_3 {
    width: 60%; }
  .col_mblge-5_4 {
    width: 80%; }
  .col_mblge-5_5 {
    width: 100%; } }

@media screen and (min-width: 45em), handheld and (min-width: 45em), print {
  .col_tb_1 {
    width: 8.333%; }
  .col_tb_2 {
    width: 16.666%; }
  .col_tb_3 {
    width: 25%; }
  .col_tb_4 {
    width: 33.333%; }
  .col_tb_5 {
    width: 41.666%; }
  .col_tb_6 {
    width: 50%; }
  .col_tb_7 {
    width: 58.333%; }
  .col_tb_8 {
    width: 66.666%; }
  .col_tb_9 {
    width: 75%; }
  .col_tb_10 {
    width: 83.333%; }
  .col_tb_11 {
    width: 91.667%; }
  .col_tb_12 {
    width: 100%; }
  .col_tb-7_1 {
    width: 14.28%; }
  .col_tb-7_2 {
    width: 28.57%; }
  .col_tb-7_3 {
    width: 42.85%; }
  .col_tb-7_4 {
    width: 57.14%; }
  .col_tb-7_5 {
    width: 71.43%; }
  .col_tb-7_6 {
    width: 85.71%; }
  .col_tb-7_7 {
    width: 100%; }
  .col_tb-5_1 {
    width: 20%; }
  .col_tb-5_2 {
    width: 40%; }
  .col_tb-5_3 {
    width: 60%; }
  .col_tb-5_4 {
    width: 80%; }
  .col_tb-5_5 {
    width: 100%; }
  .large_tile .inner_col {
    margin: 2rem 1.3rem; }
    .large_tile .inner_col + .large_tile .inner_col {
      margin-top: 2.6rem; }
  .large_tile .offset {
    margin: -2rem -1.3rem; } }

@media screen and (min-width: 60em), handheld and (min-width: 60em), print {
  .col_ds_1 {
    width: 8.333%; }
  .col_ds_2 {
    width: 16.666%; }
  .col_ds_3 {
    width: 25%; }
  .col_ds_4 {
    width: 33.333%; }
  .col_ds_5 {
    width: 41.666%; }
  .col_ds_6 {
    width: 50%; }
  .col_ds_7 {
    width: 58.333%; }
  .col_ds_8 {
    width: 66.666%; }
  .col_ds_9 {
    width: 75%; }
  .col_ds_10 {
    width: 83.333%; }
  .col_ds_11 {
    width: 91.667%; }
  .col_ds_12 {
    width: 100%; }
  .col_ds-7_1 {
    width: 14.28%; }
  .col_ds-7_2 {
    width: 28.57%; }
  .col_ds-7_3 {
    width: 42.85%; }
  .col_ds-7_4 {
    width: 57.14%; }
  .col_ds-7_5 {
    width: 71.43%; }
  .col_ds-7_6 {
    width: 85.71%; }
  .col_ds-7_7 {
    width: 100%; }
  .col_ds-5_1 {
    width: 20%; }
  .col_ds-5_2 {
    width: 40%; }
  .col_ds-5_3 {
    width: 60%; }
  .col_ds-5_4 {
    width: 80%; }
  .col_ds-5_5 {
    width: 100%; }
  .large_tile .inner_col {
    margin: 1rem; }
    .large_tile .inner_col + .large_tile .inner_col {
      margin-top: 2rem; }
  .large_tile .offset {
    margin: -1rem; } }

@media screen and (min-width: 68.75em), handheld and (min-width: 68.75em), print {
  .col_ds-mid_1 {
    width: 8.333%; }
  .col_ds-mid_2 {
    width: 16.666%; }
  .col_ds-mid_3 {
    width: 25%; }
  .col_ds-mid_4 {
    width: 33.333%; }
  .col_ds-mid_5 {
    width: 41.666%; }
  .col_ds-mid_6 {
    width: 50%; }
  .col_ds-mid_7 {
    width: 58.333%; }
  .col_ds-mid_8 {
    width: 66.666%; }
  .col_ds-mid_9 {
    width: 75%; }
  .col_ds-mid_10 {
    width: 83.333%; }
  .col_ds-mid_11 {
    width: 91.667%; }
  .col_ds-mid_12 {
    width: 100%; }
  .col_ds-mid-7_1 {
    width: 14.28%; }
  .col_ds-mid-7_2 {
    width: 28.57%; }
  .col_ds-mid-7_3 {
    width: 42.85%; }
  .col_ds-mid-7_4 {
    width: 57.14%; }
  .col_ds-mid-7_5 {
    width: 71.43%; }
  .col_ds-mid-7_6 {
    width: 85.71%; }
  .col_ds-mid-7_7 {
    width: 100%; }
  .col_ds-mid-5_1 {
    width: 20%; }
  .col_ds-mid-5_2 {
    width: 40%; }
  .col_ds-mid-5_3 {
    width: 60%; }
  .col_ds-mid-5_4 {
    width: 80%; }
  .col_ds-mid-5_5 {
    width: 100%; } }

@media screen and (min-width: 75.875em), handheld and (min-width: 75.875em), print {
  .col_lg_1 {
    width: 8.333%; }
  .col_lg_2 {
    width: 16.666%; }
  .col_lg_3 {
    width: 25%; }
  .col_lg_4 {
    width: 33.333%; }
  .col_lg_5 {
    width: 41.666%; }
  .col_lg_6 {
    width: 50%; }
  .col_lg_7 {
    width: 58.333%; }
  .col_lg_8 {
    width: 66.666%; }
  .col_lg_9 {
    width: 75%; }
  .col_lg_10 {
    width: 83.333%; }
  .col_lg_11 {
    width: 91.667%; }
  .col_lg_12 {
    width: 100%; }
  .col_lg-7_1 {
    width: 14.28%; }
  .col_lg-7_2 {
    width: 28.57%; }
  .col_lg-7_3 {
    width: 42.85%; }
  .col_lg-7_4 {
    width: 57.14%; }
  .col_lg-7_5 {
    width: 71.43%; }
  .col_lg-7_6 {
    width: 85.71%; }
  .col_lg-7_7 {
    width: 100%; }
  .col_lg-5_1 {
    width: 20%; }
  .col_lg-5_2 {
    width: 40%; }
  .col_lg-5_3 {
    width: 60%; }
  .col_lg-5_4 {
    width: 80%; }
  .col_lg-5_5 {
    width: 100%; } }

@media all and (min-width: 26.25em) {
  .dc_intro .image_list a {
    margin: auto 0.5rem;
    max-width: 9.5rem; }
  .cycle-grid-mb, .cycle-grid-tb {
    border-width: 10px; }
  .glacier .cycle-grid-mb .image, .glacier .cycle-grid-mb .txt, .glacier .cycle-grid-mb
.grid_tile-item {
    width: 10.8rem; }
  *.mb_hide {
    display: none; }
  *.mb_show {
    display: block; }
  *.mb_ib-show {
    display: inline-block; } }

@media all and (max-width: 37.49em) {
  .small_tile-item {
    font-size: 1.4rem;
    text-align: left; }
    .small_tile-item .bgcover {
      width: 10.5rem;
      padding-top: 8.4rem;
      float: left;
      margin-bottom: auto;
      margin-right: 1rem; }
    .small_tile-item strong {
      font-size: 1.8rem; }
  .large_tile .lnk_u {
    margin-top: 1rem; }
  .modena .grid_tile-item .txt {
    font-size: 1.4rem; }
  .frm--login-top {
    padding-top: 7rem;
    padding-bottom: 6.5rem;
    background-position: center 20px; }
    .frm--login-top .input_wrap input {
      font-size: 2rem;
      height: 4.8rem;
      padding-left: 4.5rem; }
    .frm--login-top .input_wrap[class*=ico_]:before {
      width: 3.5rem;
      font-size: 2rem;
      line-height: 48px;
      border-right-width: 2px; }
    .frm--login-top .cta {
      font-size: 1.5rem;
      padding: 1.6rem 0.8rem;
      width: 11.2rem;
      bottom: -4rem; }
    .frm--login-top .fp {
      top: 1rem; } }

@media all and (min-width: 37.5em) {
  /*#region =Header*/
  .nav_tgl {
    margin-left: 1.9rem; }
    .nav_tgl.active {
      margin-left: -7.2rem; }
  .login_tgl {
    right: 2rem; }
  .glbl_nav a {
    margin: auto 3rem; }
  /*#endregion*/
  body.about-page .container {
    margin-left: 3.4rem;
    margin-right: 1.4rem; }
  .container {
    margin-left: 3.4rem;
    margin-right: 3.4rem; }
  .contact_information strong {
    display: inline; }
  .glacier_thumb {
    margin: 4rem; }
    .glacier_thumb-item {
      width: auto; }
  .page_title {
    font-size: 3.6rem; }
  .grid_wrap {
    margin: 4rem; }
    .grid_wrap .grid_switcher {
      width: 20.4rem; }
    .grid_wrap .grid_tile {
      margin-left: 23.4rem; }
  .grid_switcher .txt-name {
    font-size: 2.6rem; }
  .grid_switcher .txt-colour {
    font-size: 2rem; }
  .home_newC .title {
    font-size: 2.6rem; }
  /*#region =Footer*/
  /*#endregion*/
  *.mb-lge_hide {
    display: none; }
  *.mb-lge_show {
    display: block; }
  *.mb-lge_ib-show {
    display: inline-block; } }

@media all and (min-width: 37.5em) and (max-width: 44.99em) {
  /*#region =Header*/
  /*#endregion*/
  .frm--newC .input_wrap + .input_wrap {
    margin-top: 1.6rem; }
  .frm--newC .input_wrap input {
    padding: 0 2rem;
    height: 5rem;
    font-size: 2.2rem; }
  .frm--newC label {
    font-size: 2rem; }
  .frm--login-top {
    padding-bottom: 10rem;
    padding-top: 9.6rem;
    background-position: center 30px; }
    .frm--login-top .login_close {
      top: 2.5rem; }
    .frm--login-top .input_wrap input {
      font-size: 2.5rem;
      height: 6rem;
      padding-left: 5rem; }
    .frm--login-top .input_wrap[class*=ico_]:before {
      width: 4rem;
      font-size: 2.5rem;
      line-height: 60px;
      border-right-width: 3px; }
    .frm--login-top .fp {
      top: 2.5rem;
      font-size: 2rem; }
    .frm--login-top .cta {
      font-size: 2rem;
      width: 15.2rem;
      padding: 2.1rem 0.8rem;
      bottom: -6rem; }
  .frm--login-top .forgot-password-panel .fp {
    top: 7rem; } }

@media all and (max-width: 44.99em) {
  body > form {
    overflow: hidden; }
  body.nav-min-mb .glbl_header, body.nav-min-mb .glbl_header-mb {
    z-index: 150; }
  /*
        .glbl_header{
            width: 100%;
            left: 0;
            top: 6rem;
            z-index: 150;
            .container{
                margin: auto;
            }
        }*/
  .glbl_nav {
    background: #e31818;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2505;
    padding-top: 6rem; }
    .glbl_nav a {
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      padding: 1.1rem 0.5rem 0.8rem;
      display: block;
      color: white;
      font-size: 2.4rem; }
    .glbl_nav-sub li:first-child a {
      border: none; }
  body.show-overlay-mb .page_overlay {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 100;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .large_tile {
    margin-left: auto;
    margin-right: auto; }
  .grid_tile-item .txt {
    font-size: 1.3rem; }
  .frm--newC .input_chk label:before {
    left: 50%;
    top: 0;
    margin-top: auto;
    margin-left: -2.4rem;
    height: 4.8rem;
    width: 4.8rem; }
  .frm--newC .input_chk label {
    padding-left: 0;
    padding-top: 5.8rem; }
  .frm--newC .input_chk-wrap {
    text-align: justify; }
  .frm--newC .input_chk-wrap:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .frm--newC .input_chk {
    display: inline-block;
    position: relative; }
  .frm--newC .cta {
    margin-right: 3rem; } }

@media screen and (min-width: 45em), handheld and (min-width: 45em), print {
  /*#region =Header*/
  .glbl_header {
    height: 19.5rem; }
    .glbl_header .container {
      padding-top: 0.7rem; }
    .glbl_header-right {
      top: 1.8rem;
      right: 3.2rem; }
  .glbl_nav {
    text-align: center; }
    .glbl_nav a {
      padding: 1.2rem 1rem;
      margin: auto 0.7rem; }
      .glbl_nav a:hover {
        color: #e31818; }
    .glbl_nav a, .glbl_nav li, .glbl_nav ul, .glbl_nav .glbl_nav-sub {
      display: inline-block;
      vertical-align: top; }
    .glbl_nav ul {
      margin-right: 1.4rem;
      padding-right: 1.4rem;
      position: relative; }
      .glbl_nav ul:before {
        position: absolute;
        left: 100%;
        height: 2rem;
        top: 50%;
        margin-top: -1rem;
        border-right: 1px solid #b9ac97;
        content: ''; }
  /*#endregion*/
  .page_title {
    font-size: 4.1rem;
    text-align: left; }
  .owl-carousel.owl-full {
    max-height: 239px; }
  .range_wrap .range_img + .inner_col {
    padding-left: 19rem; }
  .contact_form input[type=text].half + input[type=text].half {
    margin-right: 0;
    margin-left: 1%; }
  .contact_form input[type=text].half {
    width: 49%;
    margin-right: 1%; }
  .dc_intro {
    font-size: 2.4rem; }
    .dc_intro .image_list a {
      max-width: 12rem; }
  .home_intro .image_list img {
    margin: auto 1.4rem; }
  /*#region =Listing*/
  .glacier_thumb {
    margin: 3.4rem; }
  .grid_view {
    margin-top: 3rem; }
  .grid_wrap {
    margin: 4.5rem 3.4rem; }
    .grid_wrap .grid_tile {
      margin-left: 27.5rem; }
    .grid_wrap .grid_view .next {
      margin-right: 3rem;
      float: right; }
  .splBck .grid_tile-item {
    width: 25%; }
  .dc-kitchen .grid_switcher .image img {
    width: 204px;
    height: 366px;
    max-width: 204px; }
  .section_row + .large_tile {
    border-top: 2px solid #e2e3e3;
    padding-top: 3.5rem;
    margin-top: 4rem; }
  /*#endregion*/
  /*#region =Modal*/
  body.show-modal {
    overflow: hidden; }
    body.show-modal .page_overlay {
      display: none; }
  .modal_body {
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    padding: 20px; }
    .modal_body:before {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      content: ''; }
    .modal_body:before, .modal_body > * {
      margin-left: -2px;
      margin-right: -2px; }
    .modal_body > * {
      vertical-align: middle;
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      height: auto;
      position: relative; }
    .modal_body:before, .modal_body > * {
      margin-right: -3px; }
  .modal--newC {
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.5);
    width: 54.2rem; }
  .contact_information .contact_blurb, .contact_information .contact_tel {
    width: 50%; }
  .contact_information .contact_tel {
    padding-top: 0; }
  /*#endregion*/
  .frm--newC {
    padding: 3rem 3.4rem 0; }
    .frm--newC .input_chk-wrap {
      padding: 1.2rem 0; }
    .frm--newC .input_chk {
      margin-right: 2rem; }
    .frm--newC .lbl {
      padding: 0; }
    .frm--newC .lbl + .input_wrap,
    .frm--newC .input_wrap + .lbl {
      margin-top: 2rem; }
    .frm--newC .input_wrap {
      border-radius: 3px; }
    .frm--newC .input_wrap input {
      height: 3rem;
      font-size: 1.5rem;
      padding: 0 1rem; }
    .frm--newC .input_chk label:before {
      height: 3rem;
      width: 3rem;
      margin-top: -1.5rem; }
    .frm--newC .input_chk label {
      line-height: 30px; }
    .frm--newC .input_chk.checked label:before {
      line-height: 30px;
      font-size: 2rem; }
  /*#region =Footer*/
  .ftr_nav + .ftr_address {
    border: none; }
  .glbl_footer {
    margin-top: 4rem;
    font-size: 2rem; }
  .ftr_nav a {
    padding: 1.2rem 1rem;
    margin: auto 0.7rem; }
  .ftr_nav ul {
    margin-right: 1.4rem;
    padding-right: 1.4rem;
    position: relative; }
    .ftr_nav ul:before {
      position: absolute;
      left: 100%;
      height: 2rem;
      top: 50%;
      margin-top: -1rem;
      border-right: 1px solid #fff;
      content: ''; }
  /*#endregion*/
  *.tb_hide {
    display: none; }
  *.tb_show {
    display: block; }
  *.tb_ib-show {
    display: inline-block; } }

@media all and (min-width: 45em) and (max-width: 59.99em) {
  /*#region =Header*/
  .glbl_header-right {
    width: 36rem; }
  /*#endregion*/
  body.show-overlay-tbds .page_overlay {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 100;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .frm--login-top {
    padding-top: 7rem;
    padding-bottom: 6.5rem;
    background-position: center 20px; }
    .frm--login-top .input_wrap input {
      font-size: 2rem;
      height: 4.8rem;
      padding-left: 4.5rem; }
    .frm--login-top .input_wrap[class*=ico_]:before {
      width: 3.5rem;
      font-size: 2rem;
      line-height: 48px;
      border-right-width: 2px; }
    .frm--login-top .cta {
      font-size: 1.5rem;
      padding: 1.6rem 0.8rem;
      width: 11.2rem;
      bottom: -4rem; }
    .frm--login-top .fp {
      top: 1rem; } }

@media all and (max-width: 59.99em) {
  /*#region =Header*/
  .glbl_header .container {
    margin: auto; }
  /*#endregion*/
  .home_newC {
    padding: 1.3rem 0.5rem; }
    .home_newC > div, .home_newC .cta, .home_newC .title {
      vertical-align: middle; }
    .home_newC > div, .home_newC .cta {
      display: inline-block; }
    .home_newC .cta {
      background: white;
      font-size: 1.4rem;
      color: #e31818;
      margin-left: 1rem;
      font-weight: 700;
      padding: 1rem 0.5rem 0.7rem; }
  .grid_intro.lge .image {
    float: left;
    margin: auto 1rem 1rem auto; }
  .grid_intro.lge .grid_intro-right {
    display: block;
    margin: auto;
    width: auto; }
  .home_intro-main {
    font-size: 2.2rem;
    line-height: 1.27; }
  body.about-page .content_wrap {
    padding: 0; }
  body.about-page .inner_col.content_wrap {
    margin-top: auto; }
  body.about-page .range_img {
    float: left; }
  .how_to_order {
    margin-top: 2rem; }
  .frm--login-top .fp {
    position: relative; } }

@media screen and (min-width: 60em), handheld and (min-width: 60em), print {
  /*#region =Header*/
  .glbl_nav {
    font-size: 1.5rem;
    white-space: nowrap; }
    .glbl_nav a {
      padding: 1.2rem 0rem; }
  .glbl_header {
    height: auto; }
    .glbl_header .container {
      padding-right: 30rem;
      padding-top: 0.7rem;
      height: 18rem; }
    .glbl_header-left {
      position: relative; }
    .glbl_header-right {
      height: 100%;
      top: 0;
      right: 0;
      width: 28.8rem; }
  /*#endregion*/
  .owl-carousel.owl-full {
    max-height: 377px; }
  .page_title {
    font-size: 4.7rem; }
  .home_intro-main {
    margin-right: 32.8rem; }
  .grid_title {
    padding-left: 11px;
    margin-bottom: -11px;
    color: #727273;
    letter-spacing: -.02em;
    font-size: 2.3rem;
    font-family: "helioslightregular", Helvetica, Arial, sans-serif; }
    .grid_title.mid {
      margin-top: 20px; }
  .glacier .grid_tile-item .image {
    height: 58px; }
  .glacier .grid_tile-item {
    width: 118px;
    margin-top: 28px;
    height: 83px; }
  .grid_tile-item .image {
    overflow: hidden;
    max-height: 115px; }
  .home_newC {
    background: url(/_assets/images/site/newC_bg.png) center no-repeat #e2e3e3;
    position: absolute;
    width: 28.8rem;
    top: 0;
    right: 0;
    margin: auto; }
    .home_newC .title, .home_newC a {
      background: #e31818; }
    .home_newC > div {
      height: 13.6rem;
      position: relative; }
    .home_newC .cta {
      position: absolute;
      bottom: 1.5rem;
      right: 1.5rem;
      font-size: 1.4rem; }
      .home_newC .cta:hover {
        background: #333; }
    .home_newC .title {
      font-size: 2.6rem;
      text-align: center;
      padding: 1.6rem 1rem; }
  .dc_intro {
    padding-top: 9rem;
    padding-bottom: 4.5rem; }
    .dc_intro .image_list {
      margin-top: 3rem; }
    .dc_intro .image_list a {
      margin: auto 2rem;
      max-width: 15rem; }
  /*#region =Listing*/
  .section_row + .large_tile {
    padding-top: 4.6rem;
    margin-top: 4.6rem; }
  .glacier_thumb {
    margin-top: 7rem;
    margin-bottom: 2rem; }
    .glacier_thumb-item .txt {
      font-size: 1.5rem; }
  /*#endregion*/
  .grid_tile.ds_show {
    margin-top: 0rem; }
  .grid_wrap {
    margin: 4.8rem auto auto; }
    .grid_wrap .grid_switcher {
      width: 26rem;
      margin-top: 45px; }
    .grid_wrap .grid_tile, .grid_wrap .grid_view {
      margin-left: 34.5rem;margin-bottom:20px; }
    .grid_wrap:before, .grid_wrap:after {
      position: absolute;
      height: 100%;
      top: 45px;
      content: '';
      width: 2px;
      background: #e2e3e3; }
    .grid_wrap:after {
      right: 0; }
    .grid_wrap:before {
      left: 31rem; }
    .grid_wrap.splBck:before {
      left: 0; }
  .splBck .grid_tile-item {
    width: 16.4%;
    padding: 0 1.1rem; }
  .splBck .grid_tile {
    padding-left: 1.8rem;
    margin-top: -4rem;
    margin-left: -1.1rem;
    margin-right: -1.1rem; }
    .splBck .grid_tile .colour {
      height: 11.2rem; }
  .grid_switcher .txt-name {
    font-size: 4rem; }
  .grid_switcher .txt-colour {
    font-size: 2.7rem; }
  .dc-kitchen .grid_switcher .image img {
    width: 259px;
    height: 465px;
    max-width: 259px; }
  .grid_intro {
    max-width: 65rem; }
    .grid_intro:before {
      position: absolute;
      left: 13.4rem;
      top: 0;
      height: 100%;
      width: 1px;
      background: #d9dcdc;
      content: ''; }
    .grid_intro .image, .grid_intro-right {
      display: block; }
    .grid_intro .image {
      float: left; }
    .grid_intro-right {
      margin-left: 15.6rem;
      width: auto;
      font-size: 1.9rem; }
    .grid_intro.lge.splash {
      max-width: 88rem; }
    .grid_intro.lge {
      max-width: 84rem; }
  .small_tile {
    padding-top: 6.5rem; }
  .how_to_order .about_block {
    padding: 0;
    margin-top: -10px; }
  body.about-page .pad-left .content_wrap {
    padding-left: 8px; }
  body.about-page .content_wrap {
    padding-top: 0rem;
    padding-bottom: 0.7rem;
    margin-top: 0;
    margin-right: 0;
    font-size: 1.6rem;
    line-height: 2.1rem; }
  body.about-page .col_ds_6 + .col_ds_6 .content_wrap {
    padding-left: 11px; }
  .range_wrap .col_ds_6 + .col_ds_6 .content_wrap {
    padding-left: 0;
    padding-right: 9rem; }
  .range_wrap .range_img {
    position: absolute;
    top: 35px;
    left: 0; }
    .range_wrap .range_img + .inner_col {
      padding-right: 0; }
  .contact_form textarea {
    margin-top: 1rem; }
  .contact_form .col_ds_6 {
    padding-right: 1.5rem; }
    .contact_form .col_ds_6 + .col_ds_6 {
      padding-right: 0;
      padding-left: 1.5rem; }
      .contact_form .col_ds_6 + .col_ds_6:before {
        content: ''; }
  /*#region =Footer*/
  .glbl_footer {
    margin-top: 5rem;
    font-size: 1.5rem; }
  .ftr_copy {
    font-size: 1.4rem;
    margin-top: 1.2rem; }
  .ftr_nav + .ftr_address {
    margin-top: 2.8rem; }
  /*#endregion*/
  *.ds_hide {
    display: none; }
  *.ds_show {
    display: block; }
  *.ds_ib-show {
    display: inline-block; } }

@media screen and (min-width: 68.75em), handheld and (min-width: 68.75em), print {
  /*#region =Header*/
  /*#endregion*/
  .home_intro .image_list img {
    margin: auto 1.4rem; }
  *.ds-mid_hide {
    display: none; }
  *.ds-mid_show {
    display: block; }
  *.ds-mid_ib-show {
    display: inline-block; } }

@media screen and (min-width: 75.875em), handheld and (min-width: 75.875em), print {
  body.about-page .container {
    margin-left: auto;
    margin-right: auto; }
  .container {
    margin-left: auto;
    margin-right: auto; }
  .owl-carousel.owl-full {
    max-height: 600px; }
  .contact_information .contact_blurb {
    width: 32rem;
    padding-right: 3rem; }
  .contact_information .contact_tel {
    width: 31.5rem; }
  .contact_information .contact_add {
    width: 52rem;
    padding-top: 0; }
  .grid_intro {
    margin-top: 7.4rem; }
    .owl-carousel + .container .grid_intro {
      margin-top: 5rem; }
  .grid_wrap {
    margin: 4.8rem auto auto; }
  .splBck.grid_wrap {
    margin-top: 8rem; }
  .home_intro .image_list img {
    margin: auto 3.5rem;
    max-width: 10.5rem; }
  .dc_intro {
    padding-top: 10.5rem;
    padding-bottom: 9.5rem; }
    .dc_intro .image_list {
      margin-top: 6rem; }
    .dc_intro .image_list a {
      margin: auto 5.8rem;
      max-width: 18rem; }
  .grid_wrap.splBck .grid_tile {
    width: 100%;
    padding-left: 2.8rem; }
  .splBck .grid_tile {
    padding-left: 2.8rem; }
  .grid_wrap.splBck:after {
    right: 0; }
  /*#region =Header*/
  .glbl_nav a {
    padding: 1.2rem 1rem; }
  /*#endregion*/
  /*#region =Footer*/
  /*#endregion*/
  *.lg_hide {
    display: none; }
  *.lg_show {
    display: block; }
  *.lg_ib-show {
    display: inline-block; } }

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