/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lora:400italic,400,400italic);
@import url(fonts/stylesheet-fonts.css);
/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/
/* beweb standard CSS reset */
/*Be careful not to sync box-sizing back to old projects*/
/* custom site style variables */
.show-xsm,
.hide-sm,
.hide-md,
.hide-lg,
.hide-xlg,
.hide-print,
.hide-hd {
  display: block;
  visibility: visible;
}

.hide-xsm,
.show-sm,
.show-md,
.show-lg,
.show-xlg,
.show-print,
.show-hd {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .show-sm,
  .hide-xsm,
  .hide-md,
  .hide-lg,
  .hide-xlg {
    display: block;
    visibility: visible;
  }

  .hide-sm,
  .show-xsm,
  .show-md,
  .show-lg,
  .show-xlg {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 960px) {
  .show-md,
  .hide-sm,
  .hide-xsm,
  .hide-lg,
  .hide-xlg {
    display: block;
    visibility: visible;
  }

  .hide-md,
  .show-sm,
  .show-xsm,
  .show-lg,
  .show-xlg {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1100px) {
  .show-lg,
  .hide-xsm,
  .hide-sm,
  .hide-md,
  .hide-xlg {
    display: block;
    visibility: visible;
  }

  .hide-lg,
  .show-xsm,
  .show-sm,
  .show-md,
  .show-xlg {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1280px) {
  .show-xlg,
  .hide-xsm,
  .hide-sm,
  .hide-md,
  .hide-lg {
    display: block;
    visibility: visible;
  }

  .hide-xlg,
  .show-xsm,
  .show-sm,
  .show-md,
  .show-lg {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .show-hd {
    display: block;
    visibility: visible;
  }

  .hide-hd {
    display: none;
    visibility: hidden;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* set everything to 0 margin/padding -> makes it consistent across all browsers, especially p */
  margin: 0;
  padding: 0;
  outline: 0;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* set everything to 0 margin/padding -> makes it consistent across all browsers, especially p */
*, button, a {
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* turn off click highlight on mobile and desktop */
.mceContentBody ol,
.mceContentBody ul {
  margin-left: 16px;
}

img {
  border: 0;
}

input {
  padding: 1px;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
}

textarea {
  padding: 2px;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

/* prevent scrollbar disappearing making page jump */
table {
  margin: inherit;
}

/* end beweb standard CSS reset */
/* --------------------------------------------------------------------------------------- */
/* inline document download icons for attachments in html content area */
/* --------------------------------------------------------------------------------------- */
.normal {
  /* content tables */
  /*end content tables*/
}
.normal ol,
.normal ul {
  margin-left: 16px;
}
.normal a[href$='.doc'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}
.normal a[href$='.docx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}
.normal a[href$='.xls'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}
.normal a[href$='.xlsx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}
.normal a[href$='.ppt'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
}
.normal a[href$='.pptx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
}
.normal a[href$='.zip'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/zip_small.gif) no-repeat left;
}
.normal table {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-collapse: collapse;
  width: 100% !important;
}
.normal table td {
  padding: 5px;
  border: 0;
}
.normal table td p {
  /* FF fix */
  margin: 0;
}
.normal table.table-no-gridlines {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-collapse: collapse;
}
.normal table.table-no-gridlines td {
  padding: 5px;
  border: 0;
}
.normal table.table-small {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  color: #777;
  font-size: 10px;
}
.normal table.table-small td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.normal table.table-gridlines {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
}
.normal table.table-gridlines td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.pdf {
  padding-left: 23px;
  background: transparent url(../images/filetypes/PDF_small.gif) no-repeat left;
  color: #10558a;
  font-weight: bold;
}

/* --------------------------------------------------------------------------------------- */
/* Pagingnav Frontend */
.pagination-wrapper {
  clear: both;
  padding: 15px;
  /* Pagingnav Light theme */
  /* Pagingnav Dark theme */
  /* Pagingnav Compact theme */
}
.pagination-wrapper br {
  clear: both;
}
.pagination-wrapper .paging-pagestatus {
  display: none;
}
.pagination-wrapper a,
.pagination-wrapper span,
.pagination-wrapper .paging-pagestatus {
  font-family: Arial, sans-serif;
  float: left;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  font-style: normal;
}
.pagination-wrapper a:hover {
  text-decoration: none;
}
.pagination-wrapper.pagingnav-light-theme a, .pagination-wrapper.pagingnav-light-theme span {
  color: #666;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */
}
.pagination-wrapper.pagingnav-light-theme span {
  background: #666;
  color: #FFF;
  border-color: #444;
  box-shadow: 0 1px 0 white, 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
}
.pagination-wrapper.pagingnav-light-theme a:hover {
  background: #FCFCFC;
}
.pagination-wrapper.pagingnav-light-theme .paging-pagestatus {
  color: #666;
  padding: 0 7px;
  margin: 0 5px 0 0;
}
.pagination-wrapper.pagingnav-light-theme .paging-ellipse {
  color: #666;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
.pagination-wrapper.pagingnav-dark-theme a, .pagination-wrapper.pagingnav-dark-theme span {
  color: #CCC;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555;
  /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #555 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%, #333 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(top, #555 0%, #333 100%);
  /* W3C */
}
.pagination-wrapper.pagingnav-dark-theme span {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}
.pagination-wrapper.pagingnav-dark-theme a:hover {
  background: #444;
}
.pagination-wrapper.pagingnav-dark-theme .paging-pagestatus {
  color: #CCC;
  padding: 0 7px;
  margin: 0 5px 0 0;
}
.pagination-wrapper.pagingnav-dark-theme .paging-ellipse {
  color: #CCC;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
.pagination-wrapper.pagingnav-compact-theme a, .pagination-wrapper.pagingnav-compact-theme span, .pagination-wrapper.pagingnav-compact-theme .paging-pagestatus {
  color: #333;
  border: 1px solid #AAA;
  border-right: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */
}
.pagination-wrapper.pagingnav-compact-theme span {
  background: #bbbbbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* W3C */
  cursor: default;
}
.pagination-wrapper.pagingnav-compact-theme a:hover {
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* IE10+ */
  background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* W3C */
}
.pagination-wrapper.pagingnav-compact-theme .pagingnav-previous {
  border-radius: 3px 0 0 3px;
}
.pagination-wrapper.pagingnav-compact-theme .pagingnav-next {
  border-right: 1px solid #AAA;
  border-radius: 0 3px 3px 0;
}
.pagination-wrapper.pagingnav-compact-theme .paging-ellipse {
  color: #333;
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default;
}

/*end Pagingnav Frontend*/
/* begin admin tinymce override */
body#tinymce {
  margin: 10px;
  background: #fff;
  /* assuming content area has a white background, otherwise change this */
  /*body#tinymce table{margin:0 0 10px 0;}*/
}
body#tinymce a:link {
  /*color:#003f96!important;*/
}

body#tinymce table, body#tinymce table td {
  border: 1px dashed #ccc;
  /* Specific for TinyMCE - Not displayed on front end */
}

body#tinymce table.table-small td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/*end content tables*/
/* Not sure if it's needed */
body#tinymce ol, .normal ol {
  margin-left: 25px;
  list-style: none;
  text-align: left;
  display: inline-block;
  counter-reset: li;
}
body#tinymce ol li, .normal ol li {
  position: relative;
}
body#tinymce ol li:before, .normal ol li:before {
  content: counter(li) ".	";
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  font-weight: bold;
  position: absolute;
  left: -22px;
}

body#tinymce ul, .normal ul {
  list-style: none outside none;
  margin-left: 24px;
  padding: 0;
  padding-left: 26px;
  text-align: left;
  display: inline-block;
}

body#tinymce ul li, .normal ul li {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 13px;
  margin-left: 0;
}

/* end admin tinymce override */
/* savvy validate form validation styles */
.validation {
  display: none;
  position: relative;
  text-align: left;
}

.validation .validation_outer, .validation .outer {
  /*background: url(../images/error_msg_arrow.png) 15px 19px no-repeat;
  padding-bottom: 12px;
  position: absolute;
  top: -37px;
  left: -35px;
  z-index: 99;*/
  width: auto !important;
}

.validation .validation_inner, .validation .inner {
  /*background: #e30418;
  font-weight: bold;*/
  font-size: 13px;
  line-height: 15px;
  color: #eb4c4c;
  /*padding: 5px 10px;*/
  border-radius: 4px;
  white-space: nowrap;
}
.validation .validation_inner::before, .validation .inner::before {
  content: "*";
}

textarea + .validation .validation_outer {
  top: -29px;
}

.validation.autoPosition {
  /*position: absolute;*/
  float: left;
}

.validation.autoPosition .validation_outer, .validation.autoPosition .outer {
  /*
  left: auto;
  top: auto;*/
}

/* end savvy validate form validation styles */
/* Responsive table and image styles for mobile */
/* applied automatically in common.js - apply this if you want an image to shrink to fit on small screens */
.responsive-table-scroll {
  overflow: auto;
}

/* applied automatically in common.js */
.responsive-image-scroll {
  overflow: auto;
}

.responsive-autoshrink {
  max-width: 100%;
}

/* stripe along top to show if it is a staging server */
.warning-message {
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 4px;
  position: fixed;
  z-index: 999999;
  width: 100%;
  line-height: 150%;
  opacity: 0.8;
}
.warning-message.staging-server {
  background: #10ca68;
}
.warning-message.staging-server.conn-LVE {
  background: #ef4035;
}
.warning-message.old-browser {
  background: #fa9614;
}
.warning-message.old-browser a {
  color: #fff;
}
.warning-message.staging-server .close, .warning-message.old-browser .close {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
  /*background-image:url(../images/icon_close.svg);*/
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 22px;
  height: 22px;
}
.warning-message.staging-server .close span, .warning-message.old-browser .close span {
  /*display:none;*/
}

.svyGridLines {
  outline: 1px solid red;
}

/* settings */
.clear:before, .clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clear:after {
  clear: both;
}

.clear_l {
  clear: left;
}

.clear_r {
  clear: right;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.align_l {
  text-align: right;
}

.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.b, b, strong {
  font-weight: bold;
  color: inherit;
}

.i, i, em {
  color: inherit;
  font-style: italic;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.margin0 {
  margin: 0 !important;
}

.margintop0 {
  margin-top: 0 !important;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

body {
  background-color: #fff;
}

html, body {
  -webkit-overflow-scrolling: touch;
  /*jc added 20141210 fluid scrolling with footer*/
  z-index: 0;
  /*same as above*/
  height: 100%;
  font-family: "Lora", serif;
  font-size: 17px;
  color: #707070;
  line-height: 175%;
}

.mobile input[type=text], .mobile input[type=email],
.mobile input textarea, .tablet input[type=text], .tablet input[type=email],
.tablet input textarea {
  background-color: #fff !important;
}

input {
  font-family: "gotham book", sans-serif;
  font-size: 13px;
}
input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox] + label {
  font-family: "gotham book", sans-serif;
  font-size: 13px;
}
input[type=checkbox] + label span {
  padding-left: 65px;
  margin-top: -5px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/checkbox-sprite.png);
  font-size: 22px;
  vertical-align: middle;
  cursor: pointer;
  float: left;
  color: #fff;
}
input[type=checkbox]:checked + label span {
  background-position: 0 -40px;
}
input[type=text], input[type=email],
input textarea {
  border: 1px solid #b7b8c0;
  color: #565a5c;
  padding: 0 16px 0 16px;
  width: 100%;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input textarea::-webkit-input-placeholder {
  color: #b7b8c0;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input textarea:-moz-placeholder {
  color: #b7b8c0;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input textarea::-moz-placeholder {
  color: #b7b8c0;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input textarea:-ms-input-placeholder {
  color: #b7b8c0;
}
input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus,
input textarea:hover,
input textarea:focus {
  border-color: #565a5c;
}
input[type=text].error, input[type=email].error,
input textarea.error {
  border-color: #eb4c4c;
}
input[type=text].error:hover, input[type=text].error:focus, input[type=email].error:hover, input[type=email].error:focus,
input textarea.error:hover,
input textarea.error:focus {
  border-color: #eb4c4c;
}
input[type=text].error::-webkit-input-placeholder, input[type=email].error::-webkit-input-placeholder, input textarea.error::-webkit-input-placeholder {
  color: #eb4c4c;
}
input[type=text].error:-moz-placeholder, input[type=email].error:-moz-placeholder, input textarea.error:-moz-placeholder {
  color: #eb4c4c;
}
input[type=text].error::-moz-placeholder, input[type=email].error::-moz-placeholder, input textarea.error::-moz-placeholder {
  color: #eb4c4c;
}
input[type=text].error:-ms-input-placeholder, input[type=email].error:-ms-input-placeholder, input textarea.error:-ms-input-placeholder {
  color: #eb4c4c;
}
input[type=text], input[type=email] {
  height: 60px;
}

select {
  font-family: "gotham book", sans-serif;
  font-size: 13px;
  -webkit-appearance: none;
  border: 1px solid #b7b8c0;
  background-color: #eaecea;
  color: #565a5c;
  padding: 22px;
  width: 100%;
  background-image: url(../images/select_arrow_dark.svg);
  background-repeat: no-repeat;
  background-position: top 25px right 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color, background-color 0.3s linear;
  -moz-transition: border-color, background-color 0.3s linear;
  -ms-transition: border-color, background-color 0.3s linear;
  -o-transition: border-color, background-color 0.3s linear;
  transition: border-color, background-color 0.3s linear;
}
select::-webkit-input-placeholder {
  color: #565a5c;
}
select:-moz-placeholder {
  color: #565a5c;
}
select::-moz-placeholder {
  color: #565a5c;
}
select:-ms-input-placeholder {
  color: #565a5c;
}
select:active, select:hover, select:focus {
  background-color: #fff;
  border-color: #565a5c;
}
select.error {
  border-color: #eb4c4c;
  color: #eb4c4c;
}
select.error:hover, select.error:focus {
  border-color: #eb4c4c;
  color: #eb4c4c;
}
select.error::-webkit-input-placeholder {
  color: #eb4c4c;
}
select.error:-moz-placeholder {
  color: #eb4c4c;
}
select.error::-moz-placeholder {
  color: #eb4c4c;
}
select.error:-ms-input-placeholder {
  color: #eb4c4c;
}
select::-ms-expand {
  display: none;
}

textarea {
  font-family: "gotham book", sans-serif;
  font-size: 13px;
  border: 1px solid #b7b8c0;
  color: #565a5c;
  padding: 16px;
  width: 100%;
  height: 250px;
  -webkit-transition: border-color, background-color 0.3s linear;
  -moz-transition: border-color, background-color 0.3s linear;
  -ms-transition: border-color, background-color 0.3s linear;
  -o-transition: border-color, background-color 0.3s linear;
  transition: border-color, background-color 0.3s linear;
}
textarea::-webkit-input-placeholder {
  color: #565a5c;
}
textarea:-moz-placeholder {
  color: #565a5c;
}
textarea::-moz-placeholder {
  color: #565a5c;
}
textarea:-ms-input-placeholder {
  color: #565a5c;
}
textarea:hover, textarea:focus {
  border-color: #565a5c;
}
textarea.error {
  border-color: #eb4c4c;
}
textarea.error:hover, textarea.error:focus {
  border-color: #eb4c4c;
}
textarea.error::-webkit-input-placeholder {
  color: #eb4c4c;
}
textarea.error:-moz-placeholder {
  color: #eb4c4c;
}
textarea.error::-moz-placeholder {
  color: #eb4c4c;
}
textarea.error:-ms-input-placeholder {
  color: #eb4c4c;
}

/* Links */
a {
  color: #8bc6c4;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:hover {
  text-decoration: underline;
}

p a {
  color: #4eb5b1;
}

/* End Links */
#principal-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -570px;
}
#principal-wrapper #foot-wrapper-push {
  height: 570px;
  clear: both;
}
#principal-wrapper #scrolldown-arrow {
  width: 50px;
  height: 50px;
  background-image: url(../images/svg_scrolldown_arrow.svg);
  background-size: cover;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  z-index: 35;
}
@media screen and (max-width: 1300px) {
  #principal-wrapper #scrolldown-arrow {
    bottom: 2%;
  }
}
@media screen and (max-width: 768px) {
  #principal-wrapper #scrolldown-arrow {
    display: none;
  }
}
#principal-wrapper #scrolldown-arrow {
  width: 50px;
  height: 50px;
  background-image: url(../images/svg_scrolldown_arrow.svg);
  background-size: cover;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  z-index: 35;
}
@media screen and (max-width: 1300px) {
  #principal-wrapper #scrolldown-arrow {
    bottom: 2%;
  }
}
@media screen and (max-width: 768px) {
  #principal-wrapper #scrolldown-arrow {
    display: none;
  }
}

.page-region-wrapper {
  width: 100%;
  position: relative;
}
.page-region-wrapper.secondary-navigation {
  background-color: #eaecea;
  border-bottom: 1px solid #b7b8c0;
  margin-bottom: 85px;
  height: 79px;
  min-height: 79px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-region-wrapper.secondary-navigation .page-region {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .page-region-wrapper.secondary-navigation {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .page-region-wrapper.secondary-navigation {
    z-index: 60;
    height: 46px;
    min-height: 46px;
  }
}
.page-region-wrapper.secondary-navigation.noborder {
  background-color: transparent;
}
.page-region-wrapper.secondary-navigation ul {
  list-style: none;
  margin-bottom: -1px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page-region-wrapper.secondary-navigation ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .page-region-wrapper.secondary-navigation ul.open li {
    display: block;
  }
  .page-region-wrapper.secondary-navigation ul.open li a span {
    background-position: 0 -8px;
  }
  .page-region-wrapper.secondary-navigation ul.open li.active a:first-child {
    border-top: none;
  }
  .page-region-wrapper.secondary-navigation ul.open:first-child {
    border-top: 1px solid #b7b8c0;
  }
}
.page-region-wrapper.secondary-navigation ul li {
  float: left;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-region-wrapper.secondary-navigation ul li {
    margin: 0;
  }
}
.page-region-wrapper.secondary-navigation ul li.single {
  width: 100%;
}
.page-region-wrapper.secondary-navigation ul li.half {
  width: 50%;
}
.page-region-wrapper.secondary-navigation ul li.third {
  width: 33.3%;
}
.page-region-wrapper.secondary-navigation ul li.fourth {
  width: 25%;
}
.page-region-wrapper.secondary-navigation ul li.fifth {
  width: 20%;
}
.page-region-wrapper.secondary-navigation ul li.active a:first-child {
  background-color: #fff;
  border: 1px solid #b7b8c0;
  border-top: none;
  border-bottom: 1px solid #fff;
  height: 79px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .page-region-wrapper.secondary-navigation ul li.active a:first-child {
    border: none;
    border-top: 1px solid #b7b8c0;
    border-bottom: 1px solid #b7b8c0;
  }
}
@media screen and (max-width: 767px) {
  .page-region-wrapper.secondary-navigation ul li {
    display: none;
  }
  .page-region-wrapper.secondary-navigation ul li.single, .page-region-wrapper.secondary-navigation ul li.half, .page-region-wrapper.secondary-navigation ul li.third, .page-region-wrapper.secondary-navigation ul li.fourth, .page-region-wrapper.secondary-navigation ul li.fifth {
    width: 100%;
  }
  .page-region-wrapper.secondary-navigation ul li.active {
    display: block;
  }
  .page-region-wrapper.secondary-navigation ul li.active a {
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    border-top: 1px solid #b7b8c0;
  }
  .page-region-wrapper.secondary-navigation ul li.active a span {
    display: block;
  }
}
.page-region-wrapper.secondary-navigation ul li:last-child a {
  border-right: 1px solid #fff;
}
.page-region-wrapper.secondary-navigation ul li a {
  display: table;
  height: 79px;
  width: 100%;
  font-family: "gotham medium", sans-serif;
  font-size: 15px;
  margin-bottom: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #b7b8c0;
  border-left: 1px solid #fff;
  color: #3a2100;
  line-height: 138%;
  position: relative;
}
.page-region-wrapper.secondary-navigation ul li a.no-border-left {
  border-left: none !important;
}
@media screen and (max-width: 1024px) {
  .page-region-wrapper.secondary-navigation ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-region-wrapper.secondary-navigation ul li a {
    border: none;
    border-bottom: 1px solid #b7b8c0;
    background-color: #fff;
    margin: 0;
  }
}
.page-region-wrapper.secondary-navigation ul li a span {
  display: none;
  width: 16px;
  height: 8px;
  background-image: url(../images/proposition_arrows_dark.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.page-region-wrapper.secondary-navigation ul li a div {
  display: table-cell;
  vertical-align: middle;
  height: 77px;
  padding: 0 20px;
  pointer-events: none;
}
.page-region-wrapper.secondary-navigation ul li a:hover {
  background-color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-region-wrapper.nofeature {
  margin-top: 190px;
}
.page-region-wrapper .page-region {
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1186px) {
  .page-region-wrapper .page-region {
    width: 868px;
  }
}
@media screen and (max-width: 885px) {
  .page-region-wrapper .page-region {
    width: 708px;
  }
}
@media screen and (max-width: 885px) {
  .page-region-wrapper .page-region.news, .page-region-wrapper .page-region.newsitem {
    width: 97%;
  }
}
@media screen and (max-width: 750px) {
  .page-region-wrapper .page-region.beforeyougoinstore {
    width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-region-wrapper .page-region.product .page-region {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .page-region-wrapper .page-region {
    width: 98%;
  }
}
@media screen and (max-width: 480px) {
  .page-region-wrapper .page-region {
    width: 98%;
    /* Adjusted for the contact page twitch TW27975*/
  }
}
.page-region-wrapper .page-region.page-heading {
  margin: 100px auto 50px;
  text-align: center;
}
.page-region-wrapper .page-region.page-heading.less-margin-bottom {
  margin-bottom: 0px;
}
.page-region-wrapper .page-region.page-heading h1 {
  width: 75%;
  max-width: 1170px;
  margin: 0 auto;
}
.page-region-wrapper .page-region.page-heading .normal {
  width: 42%;
  max-width: 670px;
  margin: 0 auto;
}
.page-region-wrapper .page-region.page-heading .normal a {
  color: #000;
}
.page-region-wrapper .page-region.content {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 565px) {
  .page-region-wrapper .page-region.content {
    margin-bottom: 40px;
  }
}
.page-region-wrapper .page-region.content.news {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .page-region-wrapper .page-region.content.news {
    margin-top: 65px;
  }
}
.page-region-wrapper .page-region.content.product, .page-region-wrapper .page-region.content.inspiration, .page-region-wrapper .page-region.content.home {
  width: 100%;
}
.page-region-wrapper .action-buttons-wrap {
  clear: both;
}
.page-region-wrapper .action-buttons-wrap .btn {
  margin: 10px 8px;
}
@media screen and (max-width: 500px) {
  .page-region-wrapper .action-buttons-wrap .btn {
    margin: 10px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page-region-wrapper .action-buttons-wrap {
    padding: 0 20px;
  }
}

/* header / navigation */
/* mobile */
.mobileonly {
  display: none;
}
@media screen and (max-width: 851px) {
  .mobileonly {
    display: block;
  }
}

/*.mobile-menu-btn {
	position: absolute;
	top: 12px;
	right: 16px;
}*/
.hamburger {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  padding: 25px 20px 0;
  background-color: #fff;
  border-top: 5px solid #3a2100;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 9000;
}
@media screen and (max-width: 851px) {
  .hamburger.mobileonly {
    display: inline-block;
  }
}
.hamburger .home {
  display: inline-block;
  margin: -5px 0;
}
@media screen and (max-width: 340px) {
  .hamburger .home {
    width: 50px;
  }
}
.hamburger ul {
  float: right;
}
@media screen and (max-width: 768px) {
  .hamburger ul {
    margin-top: -2px;
  }
}
.hamburger ul li {
  display: inline-block;
  float: left;
  margin-left: 12px;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .hamburger ul li {
    margin-left: 18px;
  }
}
.hamburger ul li .icon-link .icon-wrapper {
  width: 27px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .hamburger ul li .icon-link .icon-wrapper {
    width: 32px;
    height: 32px;
  }
}
.hamburger ul li .icon-link .icon-wrapper .icon {
  cursor: pointer;
}
.hamburger ul li .icon-link .icon-wrapper .icon img {
  width: 53px;
}
.hamburger ul li .icon-link .icon-wrapper .icon .full-cart {
  display: none;
}
.hamburger ul li .icon-link .icon-wrapper .icon.Selected .empty-cart {
  display: none;
}
.hamburger ul li .icon-link .icon-wrapper .icon.Selected .full-cart {
  display: block;
}
.hamburger ul li .icon-link .icon-wrapper .icon svg.shopping-cart {
  margin-top: -2px;
  width: 90%;
}
.hamburger ul li .icon-link .icon-wrapper .icon svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hamburger ul li .icon-link .icon-wrapper .icon:hover svg path {
  fill: #8BC6C3;
}
.hamburger ul li .icon-link .icon-wrapper .icons {
  float: right;
}
.hamburger ul li .icon-link .icon-wrapper .samplecount {
  position: absolute;
  bottom: 2px;
  right: 2px;
  line-height: 165%;
  background-color: #3a2100;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-family: "gotham", sans-serif;
  font-size: 9px;
  text-align: center;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.hamburger ul li .icon-link:hover {
  color: #8bc6c4;
}
.hamburger ul li .icon-link:hover .samplecount {
  background-color: #8bc6c4;
}
.hamburger ul li #OpenMenu,
.hamburger ul li #ClosedMenu {
  display: inline-block;
  height: 28px;
  width: 26px;
}
.hamburger ul li #ClosedMenu {
  display: none;
}

.mobile-navigation-wrapper,
.mobile-navigation-wrapper ul.sub-navigation {
  position: fixed;
  top: 78px;
  right: 0;
  width: 100%;
  bottom: 0;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  /* safari scroll enabler*/
  background: #eaecea;
  z-index: 9999;
  -webkit-transition: opacity ease-in 0.5s;
  -moz-transition: opacity ease-in 0.5s;
  -ms-transition: opacity ease-in 0.5s;
  -o-transition: opacity ease-in 0.5s;
  transition: opacity ease-in 0.5s;
  display: none;
}
.mobile-navigation-wrapper ul.mobile-navigation,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation {
  /*display: none;*/
  /*li:last-child {
  	border-bottom: none;
  }*/
}
.mobile-navigation-wrapper ul.mobile-navigation li,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation li {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.mobile-navigation-wrapper ul.mobile-navigation li a,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation li a {
  width: 100%;
  padding: 20px;
  font-size: 13px;
  border-bottom: none;
}
.mobile-navigation-wrapper ul.mobile-navigation .mobile-subnav-arrow,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation .mobile-subnav-arrow {
  display: none;
  width: 26px;
  position: absolute;
  right: 20px;
  top: 30px;
}
.mobile-navigation-wrapper ul.mobile-navigation .mobile-subnav-arrow path, .mobile-navigation-wrapper ul.mobile-navigation .mobile-subnav-arrow polygon,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation .mobile-subnav-arrow path,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation .mobile-subnav-arrow polygon {
  fill: #382412;
}
.mobile-navigation-wrapper ul.mobile-navigation .mobile-subnav-arrow.reverse path, .mobile-navigation-wrapper ul.mobile-navigation .mobile-subnav-arrow.reverse polygon,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation .mobile-subnav-arrow.reverse path,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation .mobile-subnav-arrow.reverse polygon {
  fill: #fff;
}
.mobile-navigation-wrapper ul.mobile-navigation ul.sub-navigation .mobile-subnav-arrow,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation ul.sub-navigation .mobile-subnav-arrow {
  right: 0;
  left: 20px;
  cursor: pointer;
}
.mobile-navigation-wrapper ul.mobile-navigation ul.sub-navigation .subnav-title,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation ul.sub-navigation .subnav-title {
  background: #8bc6c4;
  color: #fff;
  padding-left: 0;
  text-align: center;
}
.mobile-navigation-wrapper ul.mobile-navigation ul.sub-navigation .subnav-title:hover,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation ul.sub-navigation .subnav-title:hover {
  background: #8bc6c4;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.mobile-navigation-wrapper ul.mobile-navigation .site-search #SearchForm li,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation .site-search #SearchForm li {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
.mobile-navigation-wrapper ul.mobile-navigation .site-search #SearchForm li #SearchKeywords,
.mobile-navigation-wrapper ul.sub-navigation ul.mobile-navigation .site-search #SearchForm li #SearchKeywords {
  padding: 20px;
  border: none;
  background-image: url(../images/search-field-icon.svg#normal);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 21px 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-navigation-wrapper.visible,
.mobile-navigation-wrapper ul.sub-navigation.visible {
  opacity: 1;
  -webkit-overflow-scrolling: touch;
  overflow: scroll !important;
  bottom: 0;
}

/* Header */
#header-wrapper {
  position: relative;
}
#header-wrapper .desktoponly,
#header-wrapper .mobileonly {
  -webkit-transition: margin-top 0.5s ease-in-out;
  -moz-transition: margin-top 0.5s ease-in-out;
  -ms-transition: margin-top 0.5s ease-in-out;
  -o-transition: margin-top 0.5s ease-in-out;
  transition: margin-top 0.5s ease-in-out;
}
#header-wrapper .desktoponly.hide,
#header-wrapper .mobileonly.hide {
  margin-top: -142px;
}
@media screen and (max-width: 851px) {
  #header-wrapper .desktoponly {
    display: none;
  }
}
#header-wrapper .feature-media-wrapper {
  margin-top: 142px;
  position: relative;
  z-index: 10;
  line-height: 0;
}
@media screen and (max-width: 1203px) {
  #header-wrapper .feature-media-wrapper {
    margin-top: 107px;
  }
}
@media screen and (max-width: 851px) {
  #header-wrapper .feature-media-wrapper {
    margin-top: 78px;
  }
}
#header-wrapper .feature-media-wrapper .page-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 38%;
  z-index: 41;
}
@media screen and (max-width: 599px) {
  #header-wrapper .feature-media-wrapper .page-title {
    bottom: 55%;
  }
}
#header-wrapper .feature-media-wrapper .page-title h1 {
  width: 75%;
  max-width: 1170px;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #header-wrapper .feature-media-wrapper .page-title h1 {
    font-size: 25px;
  }
}
#header-wrapper .feature-media-wrapper .page-subtitle {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 65%;
  z-index: 40;
}
#header-wrapper .feature-media-wrapper .page-subtitle .normal {
  width: 42%;
  max-width: 670px;
  margin: 0 auto;
  line-height: 175%;
}
#header-wrapper .feature-media-wrapper .page-subtitle .normal a,
#header-wrapper .feature-media-wrapper .page-subtitle .normal p {
  color: #fff;
}
#header-wrapper .feature-media-wrapper #hero-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  opacity: 0.65;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #header-wrapper .feature-media-wrapper #hero-image {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  #header-wrapper .feature-media-wrapper #hero-image {
    height: 200px;
  }
}
#header-wrapper .feature-media-wrapper.video {
  height: 55.5vw;
  background: #8bc6c4 url(../images/300x300-teal-v2-preloader.gif) no-repeat center center;
}
#header-wrapper .feature-media-wrapper.video iframe {
  background-color: transparent;
  height: 55.5vw;
  /* opacity: $featuremediaopacity; now controllder within the video */
}
#header-wrapper .feature-media-wrapper.video .player_wrapper.hide-video {
  opacity: 0;
}
#header-wrapper .page-region-wrapper.head-navigation {
  height: 53px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 10000;
  border-top: 5px solid #3a2100;
  border-bottom: 1px solid #eaecea;
  /* Search Form*/
  /* End Search Form*/
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.head-navigation {
    height: 43px;
  }
}
#header-wrapper .page-region-wrapper.head-navigation .site-search {
  display: none;
  width: 100%;
  height: 143px;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  top: 48px;
  left: 0;
  padding: 30px 90px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
#header-wrapper .page-region-wrapper.head-navigation .site-search ul {
  list-style: none;
  width: 100%;
}
#header-wrapper .page-region-wrapper.head-navigation .site-search ul li {
  float: left;
  width: 70%;
}
#header-wrapper .page-region-wrapper.head-navigation .site-search ul li.actions {
  float: right;
  text-align: right;
  width: 30%;
}
#header-wrapper .page-region-wrapper.head-navigation .site-search ul li input[type=text] {
  border: none;
  font-size: 35px;
  margin: 5px 0;
  width: 100%;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region {
  width: 100%;
  margin: 0;
  padding: 0 40px;
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.head-navigation .page-region {
    padding: 0 30px;
  }
}
@media screen and (max-width: 885px) {
  #header-wrapper .page-region-wrapper.head-navigation .page-region {
    padding: 0 12px;
  }
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs {
  list-style: none;
  float: right;
  height: 50px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link.facebook {
  margin-left: 19px;
  margin-right: -2px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link {
  display: inline-block;
  margin-left: 4px;
  margin-top: 11px;
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link {
    margin-top: 6px;
  }
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  position: relative;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a:hover .icon svg path {
  fill: #8bc6c4;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a .icon {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a .icon svg {
  max-height: 100%;
  max-width: 100%;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a .icon svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #3a2100;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 122px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a .icon.pinterest img {
  top: -61px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a .icon.facebook img {
  top: -122px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a .icon.instagram img {
  top: -183px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a span {
  display: none;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li.social-link a:hover .icon img {
  left: -61px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li {
  float: left;
  margin-top: 14px;
  height: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li {
    margin-top: 9px;
    height: 26px;
  }
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a {
  font-family: "gotham book", sans-serif;
  color: #3a2100;
  font-size: 13px;
  text-decoration: none;
  padding: 0 12px;
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a {
    font-size: 12px;
  }
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a .icon {
  cursor: pointer;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a .icon .full-cart {
  display: none;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a .icon.Selected .empty-cart {
  display: none;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a .icon.Selected .full-cart {
  display: block;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a .icon svg.shopping-cart {
  height: 26px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a .icon svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a .icon:hover svg path {
  fill: #8BC6C3;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a.icon-link {
  border: none;
  display: block;
  margin-top: -4px;
  padding-right: 0;
  padding-left: 6px;
  position: relative;
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a.icon-link {
    margin-top: -5px;
  }
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a.icon-link #close-icon {
  display: none;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a.icon-link.close #search-icon {
  display: none;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a.icon-link.close #close-icon {
  display: block;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a.icon-link.icon-search {
  padding-left: 12px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a.icon-link .samplecount {
  position: absolute;
  bottom: 2px;
  right: 2px;
  line-height: 165%;
  background-color: #3a2100;
  color: #fff;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-family: "gotham medium", sans-serif;
  font-size: 9px;
  text-align: center;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a:hover {
  color: #8bc6c4;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li a.icon-cart {
  position: relative;
  display: block;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li:first-child a {
  border: none;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li .icon-link .icon-wrapper {
  width: 27px;
  height: 28px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li .icon-link .icon-wrapper span {
  display: none;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li .icon-link .icon-wrapper .icon img {
  width: 53px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li .icon-link:hover .icon-wrapper .icon img {
  left: -27.5px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.header-navs li .icon-link:hover .samplecount {
  background-color: #8bc6c4;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again {
  list-style: none;
  float: left;
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  #header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again {
    margin-top: 7px;
  }
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li:first-child {
  margin-left: -6px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link {
  display: inline-block;
  margin-left: 15px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  position: relative;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a:hover .icon svg path {
  fill: #8bc6c4;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a .icon {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a .icon svg {
  max-height: 100%;
  max-width: 100%;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a .icon svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #3a2100;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 122px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a .icon.pinterest img {
  top: -61px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a .icon.facebook img {
  top: -122px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a .icon.instagram img {
  top: -183px;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a span {
  display: none;
}
#header-wrapper .page-region-wrapper.head-navigation .page-region ul.social-links.not-used-anymore-but-they-may-change-their-mind-again li.social-link a:hover .icon img {
  left: -61px;
}
#header-wrapper .page-region-wrapper.main-navigation {
  display: table;
  position: fixed;
  top: 53px;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  /*@include transition(all 0.5s ease-in);*/
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.main-navigation {
    top: 43px;
  }
}
@media screen and (max-width: 851px) {
  #header-wrapper .page-region-wrapper.main-navigation {
    display: none;
  }
}
#header-wrapper .page-region-wrapper.main-navigation.hover {
  /*background-color: $white;*/
}
#header-wrapper .page-region-wrapper.main-navigation.hover .active a {
  color: #3a2100;
}
#header-wrapper .page-region-wrapper.main-navigation.hover.hasfeature a,
#header-wrapper .page-region-wrapper.main-navigation.hover a {
  color: #3a2100;
}
#header-wrapper .page-region-wrapper.main-navigation.hover.hasfeature a:hover, #header-wrapper .page-region-wrapper.main-navigation.hover.hasfeature a.active:hover,
#header-wrapper .page-region-wrapper.main-navigation.hover a:hover,
#header-wrapper .page-region-wrapper.main-navigation.hover a.active:hover {
  color: #3a2100;
}
#header-wrapper .page-region-wrapper.main-navigation.hasfeature {
  border-bottom: none;
}
#header-wrapper .page-region-wrapper.main-navigation.hasfeature a {
  color: #3a2100;
}
#header-wrapper .page-region-wrapper.main-navigation.hasfeature a:hover {
  color: #3a2100;
}
#header-wrapper .page-region-wrapper.main-navigation.hasfeature .desktop-navigation-wrapper a.home svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header-wrapper .page-region-wrapper.main-navigation.hasfeature .desktop-navigation-wrapper a:hover svg path {
  fill: #8BC6C3;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region {
  width: 100%;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper {
  height: 89px;
  text-align: center;
  display: table;
  width: 100%;
  padding: 14px 18px 0 0;
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper {
    height: 66px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 885px) {
  #header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper {
    padding-right: 5px;
  }
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper a.home {
  /*margin: 7px 5px 0 0;*/
  margin: 7px 40px 0;
  border: none;
  display: inline-block;
  float: left;
  width: 200px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 0.2s ease-in;
  -moz-transition: background-image 0.2s ease-in;
  -ms-transition: background-image 0.2s ease-in;
  -o-transition: background-image 0.2s ease-in;
  transition: background-image 0.2s ease-in;
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper a.home svg {
    height: 32px;
  }
}
@media screen and (max-width: 1203px) {
  #header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper a.home {
    width: 135px;
    height: 28px;
  }
}
@media screen and (max-width: 885px) {
  #header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper a.home {
    margin: 7px 0 0 20px;
  }
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper ul.desktop-navigation {
  list-style: none;
  display: inline-block;
  float: right;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper ul.desktop-navigation li {
  display: inline-block;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper ul.desktop-navigation li a span {
  opacity: 0;
  display: block;
  float: right;
  margin-top: 12px;
  margin-right: -15px;
  width: 9px;
  height: 5px;
  background-image: url(../images/icon_navigation_arrow.png);
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper ul.desktop-navigation li a:hover, #header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper ul.desktop-navigation li a.open {
  color: #8bc6c4;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper ul.desktop-navigation li a:hover span, #header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper ul.desktop-navigation li a.open span {
  opacity: 1;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper ul.desktop-navigation li a.open span {
  background-position: 0 -5px;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .desktop-navigation-wrapper ul.desktop-navigation li ul.sub-navigation {
  display: none;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation {
  list-style: none;
  display: table;
  width: 100%;
  text-align: center;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li {
  padding-right: 1.9%;
  padding-bottom: 20px;
  cursor: pointer;
  display: inline-block;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li a {
  font-family: "gotham book", sans-serif;
  font-size: 13px;
  color: #3a2100;
  text-decoration: none;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li a:hover {
  color: #8bc6c4;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li:last-child {
  padding-right: 0;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li.view-all .image {
  display: table-cell;
  vertical-align: middle;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li.view-all .image.sub-navigation-image img {
  width: auto;
  height: auto;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li.view-all a:hover {
  color: #565a5c;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li:hover .image.sub-navigation-image img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li:hover .image.sub-navigation-image .border {
  border-color: #fff;
  top: 8%;
  right: 5%;
  bottom: 8%;
  left: 5%;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li:hover:hover a {
  color: #8bc6c4;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li .image.sub-navigation-image {
  overflow: hidden;
  background-color: #cccccc;
  margin-bottom: 20px;
  line-height: 0;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li .image.sub-navigation-image, #header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li .image.sub-navigation-image img {
  width: 216px;
  height: 142px;
}
#header-wrapper .page-region-wrapper.main-navigation .page-region .sub-navigation-container ul.sub-navigation li .image .border {
  position: absolute;
  z-index: 10;
  border: 1px solid transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* End Header */
/* shared */
ul.desktop-navigation li a,
ul.mobile-navigation li a {
  font-family: "gotham medium", sans-serif;
  text-transform: uppercase;
  padding: 15px 22px;
  white-space: nowrap;
  color: #3a2100;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
@media screen and (max-width: 1203px) {
  ul.desktop-navigation li a,
  ul.mobile-navigation li a {
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 885px) {
  ul.desktop-navigation li a,
  ul.mobile-navigation li a {
    padding: 10px 12px;
  }
}
ul.desktop-navigation li.active a, ul.desktop-navigation li.active:hover a, ul.desktop-navigation li:hover a,
ul.mobile-navigation li.active a,
ul.mobile-navigation li.active:hover a,
ul.mobile-navigation li:hover a {
  color: #3a2100;
}

.hr, hr {
  height: 0;
  width: 100%;
  border-bottom: 1px solid #707070;
  clear: both;
  display: block;
  margin: 6px 0;
}

.noborder {
  border: none !important;
}

.ajax-feedback,
.InfoMessage,
.ErrorMessage,
.WarningMessage {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  font-family: "gotham medium", sans-serif;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.ajax-feedback .message,
.InfoMessage .message,
.ErrorMessage .message,
.WarningMessage .message {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: transparent;
}
.ajax-feedback #info-message-close,
.InfoMessage #info-message-close,
.ErrorMessage #info-message-close,
.WarningMessage #info-message-close {
  display: none;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
}
.ajax-feedback #info-message-close .icon-wrapper,
.InfoMessage #info-message-close .icon-wrapper,
.ErrorMessage #info-message-close .icon-wrapper,
.WarningMessage #info-message-close .icon-wrapper {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.ajax-feedback #info-message-close .icon-wrapper svg,
.InfoMessage #info-message-close .icon-wrapper svg,
.ErrorMessage #info-message-close .icon-wrapper svg,
.WarningMessage #info-message-close .icon-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
}
.ajax-feedback #info-message-close .icon-wrapper svg path,
.InfoMessage #info-message-close .icon-wrapper svg path,
.ErrorMessage #info-message-close .icon-wrapper svg path,
.WarningMessage #info-message-close .icon-wrapper svg path {
  fill: #fff;
}
.ajax-feedback .btn,
.InfoMessage .btn,
.ErrorMessage .btn,
.WarningMessage .btn {
  display: none;
  width: 200px;
  min-width: 200px;
  height: 45px;
  font-size: 14px;
  padding: 14px 50px;
  background-image: url(../images/button-haze.png);
  border-color: #fff;
  color: #fff;
}
.ajax-feedback .btn:hover,
.InfoMessage .btn:hover,
.ErrorMessage .btn:hover,
.WarningMessage .btn:hover {
  background: #fff;
  color: #8bc6c4;
  opacity: 1;
}
.ajax-feedback.success, .ajax-feedback.info, .ajax-feedback.error, .ajax-feedback.showing,
.InfoMessage.success,
.InfoMessage.info,
.InfoMessage.error,
.InfoMessage.showing,
.ErrorMessage.success,
.ErrorMessage.info,
.ErrorMessage.error,
.ErrorMessage.showing,
.WarningMessage.success,
.WarningMessage.info,
.WarningMessage.error,
.WarningMessage.showing {
  height: 142px;
  /*padding: 10px 10px 11px;*/
  line-height: 142px;
}
@media screen and (max-width: 1210px) {
  .ajax-feedback.success, .ajax-feedback.info, .ajax-feedback.error, .ajax-feedback.showing,
  .InfoMessage.success,
  .InfoMessage.info,
  .InfoMessage.error,
  .InfoMessage.showing,
  .ErrorMessage.success,
  .ErrorMessage.info,
  .ErrorMessage.error,
  .ErrorMessage.showing,
  .WarningMessage.success,
  .WarningMessage.info,
  .WarningMessage.error,
  .WarningMessage.showing {
    height: 112px;
    line-height: 112px;
  }
}
@media screen and (max-width: 850px) {
  .ajax-feedback.success, .ajax-feedback.info, .ajax-feedback.error, .ajax-feedback.showing,
  .InfoMessage.success,
  .InfoMessage.info,
  .InfoMessage.error,
  .InfoMessage.showing,
  .ErrorMessage.success,
  .ErrorMessage.info,
  .ErrorMessage.error,
  .ErrorMessage.showing,
  .WarningMessage.success,
  .WarningMessage.info,
  .WarningMessage.error,
  .WarningMessage.showing {
    min-height: 80px;
    height: auto;
    line-height: 78px;
  }
}
@media screen and (max-width: 780px) {
  .ajax-feedback.success, .ajax-feedback.info, .ajax-feedback.error, .ajax-feedback.showing,
  .InfoMessage.success,
  .InfoMessage.info,
  .InfoMessage.error,
  .InfoMessage.showing,
  .ErrorMessage.success,
  .ErrorMessage.info,
  .ErrorMessage.error,
  .ErrorMessage.showing,
  .WarningMessage.success,
  .WarningMessage.info,
  .WarningMessage.error,
  .WarningMessage.showing {
    line-height: inherit;
    padding: 40px 20px 20px;
  }
}
.ajax-feedback.success .message, .ajax-feedback.info .message, .ajax-feedback.error .message, .ajax-feedback.showing .message,
.InfoMessage.success .message,
.InfoMessage.info .message,
.InfoMessage.error .message,
.InfoMessage.showing .message,
.ErrorMessage.success .message,
.ErrorMessage.info .message,
.ErrorMessage.error .message,
.ErrorMessage.showing .message,
.WarningMessage.success .message,
.WarningMessage.info .message,
.WarningMessage.error .message,
.WarningMessage.showing .message {
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .ajax-feedback.success .message, .ajax-feedback.info .message, .ajax-feedback.error .message, .ajax-feedback.showing .message,
  .InfoMessage.success .message,
  .InfoMessage.info .message,
  .InfoMessage.error .message,
  .InfoMessage.showing .message,
  .ErrorMessage.success .message,
  .ErrorMessage.info .message,
  .ErrorMessage.error .message,
  .ErrorMessage.showing .message,
  .WarningMessage.success .message,
  .WarningMessage.info .message,
  .WarningMessage.error .message,
  .WarningMessage.showing .message {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .ajax-feedback.success .message, .ajax-feedback.info .message, .ajax-feedback.error .message, .ajax-feedback.showing .message,
  .InfoMessage.success .message,
  .InfoMessage.info .message,
  .InfoMessage.error .message,
  .InfoMessage.showing .message,
  .ErrorMessage.success .message,
  .ErrorMessage.info .message,
  .ErrorMessage.error .message,
  .ErrorMessage.showing .message,
  .WarningMessage.success .message,
  .WarningMessage.info .message,
  .WarningMessage.error .message,
  .WarningMessage.showing .message {
    display: block;
    width: 100%;
  }
}
.ajax-feedback.success #info-message-close, .ajax-feedback.info #info-message-close, .ajax-feedback.error #info-message-close, .ajax-feedback.showing #info-message-close,
.InfoMessage.success #info-message-close,
.InfoMessage.info #info-message-close,
.InfoMessage.error #info-message-close,
.InfoMessage.showing #info-message-close,
.ErrorMessage.success #info-message-close,
.ErrorMessage.info #info-message-close,
.ErrorMessage.error #info-message-close,
.ErrorMessage.showing #info-message-close,
.WarningMessage.success #info-message-close,
.WarningMessage.info #info-message-close,
.WarningMessage.error #info-message-close,
.WarningMessage.showing #info-message-close {
  display: inline-block;
}
.ajax-feedback.success,
.InfoMessage.success,
.ErrorMessage.success,
.WarningMessage.success {
  /*background-color: $green;*/
  background-color: #8bc6c4;
}
.ajax-feedback.info,
.InfoMessage.info,
.ErrorMessage.info,
.WarningMessage.info {
  background-color: #e36a26;
}
.ajax-feedback.error,
.InfoMessage.error,
.ErrorMessage.error,
.WarningMessage.error {
  /*background-color: $red;*/
  background-color: #f26560;
}

@media screen and (max-width: 850px) {
  .product-details .ajax-feedback.success.show-button, .product-details .ajax-feedback.error.show-button {
    height: 162px;
  }
}
.product-details .ajax-feedback.success.show-button .message, .product-details .ajax-feedback.error.show-button .message {
  margin-right: 50px;
}
@media screen and (max-width: 780px) {
  .product-details .ajax-feedback.success.show-button .message, .product-details .ajax-feedback.error.show-button .message {
    margin-right: 0;
    padding-bottom: 10px;
  }
}
.product-details .ajax-feedback.success.show-button .btn, .product-details .ajax-feedback.error.show-button .btn {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .product-details .ajax-feedback.success.show-button .btn, .product-details .ajax-feedback.error.show-button .btn {
    display: block;
    margin: 0 auto;
  }
}

.InfoMessage {
  background-color: #70d1aa;
}

.ErrorMessage {
  background-color: #eb4c4c;
}

.WarningMessage {
  background-color: #e36a26;
}

.tool-tip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 100;
  top: 130%;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tool-tip .pointer {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #565a5c;
  margin: 0 auto;
}
.tool-tip .tip {
  background-color: #565a5c;
  color: #fff;
  font-family: "gotham medium", sans-serif;
  font-size: 10px;
  text-align: left;
  padding: 5px 10px;
  line-height: 175%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.heading-with-filter {
  position: relative;
  text-align: left;
  height: 60px;
  /*visibility: hidden; -- why do this? The nav on the news page is gone? - Trent*/
  -webkit-transition: visibility 0.5s ease-out;
  -moz-transition: visibility 0.5s ease-out;
  -ms-transition: visibility 0.5s ease-out;
  -o-transition: visibility 0.5s ease-out;
  transition: visibility 0.5s ease-out;
}
.heading-with-filter h4 {
  padding-top: 20px;
}
@media screen and (max-width: 565px) {
  .heading-with-filter h4 {
    display: none;
  }
}
.heading-with-filter .news-filter {
  right: 0px;
  top: 0;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 565px) {
  .heading-with-filter .news-filter {
    width: 100%;
  }
}
.heading-with-filter .news-filter .filter-category {
  cursor: pointer;
  pointer-events: none;
  position: relative;
  padding: 15px 20px;
  font-family: "gotham book", sans-serif;
  text-align: left;
  background-color: #eaecea;
  text-transform: uppercase;
  font-size: 14px;
  color: #565a5c;
  min-width: 280px;
  opacity: 0;
  display: none;
  border: 1px solid #b7b8c0;
  border-top: none;
  border-bottom: none;
  height: 60px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
.heading-with-filter .news-filter .filter-category:last-child {
  border-bottom: 1px solid #565a5c;
}
.heading-with-filter .news-filter .filter-category:first-child {
  border-top: 1px solid #b7b8c0;
}
.heading-with-filter .news-filter .filter-category:hover {
  background-color: #eaecea;
  -webkit-transition: border-color, background-color 0.3s linear;
  -moz-transition: border-color, background-color 0.3s linear;
  -ms-transition: border-color, background-color 0.3s linear;
  -o-transition: border-color, background-color 0.3s linear;
  transition: border-color, background-color 0.3s linear;
}
.heading-with-filter .news-filter .filter-category.selected {
  opacity: 1;
  display: block;
  font-family: "gotham", sans-serif;
  pointer-events: all;
  border-bottom: 1px solid #b7b8c0;
  border-top: 1px solid #b7b8c0;
}
.heading-with-filter .news-filter .filter-category.selected:hover {
  background-color: #fff;
  border-color: #565a5c;
}
.heading-with-filter .news-filter .filter-category.selected span {
  width: 16px;
  height: 8px;
  background-image: url(../images/proposition_arrows_dark.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.heading-with-filter .news-filter .filter-category.selected .icon-wrapper {
  display: none;
}
.heading-with-filter .news-filter.open {
  z-index: 30;
}
.heading-with-filter .news-filter.open .filter-category {
  opacity: 1;
  display: block;
  pointer-events: all;
  background-color: #fff;
  border-color: #565a5c;
}
.heading-with-filter .news-filter.open .filter-category:hover {
  background-color: #eaecea;
}
.heading-with-filter .news-filter.open .filter-category:first-child {
  border-top: 1px solid #565a5c;
}
.heading-with-filter .news-filter.open .filter-category.selected:hover {
  background-color: #fff;
}
.heading-with-filter .news-filter.open .filter-category.selected:first-child {
  border-top: 1px solid #565a5c;
}
.heading-with-filter .news-filter.open .filter-category:last-child {
  border-bottom: 1px solid #565a5c;
}
.heading-with-filter .news-filter .icon-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 20px;
  width: 58px;
  height: 28px;
}
@media screen and (max-width: 740px) {
  .heading-with-filter .news-filter .icon-wrapper {
    width: 35px;
    height: 20px;
    margin-top: -10px;
    left: 10px;
  }
}
.heading-with-filter .news-filter .icon-wrapper .icon svg {
  height: 100%;
}
.heading-with-filter .news-filter .icon-wrapper .icon svg path {
  fill: #432b0c;
}
.heading-with-filter .news-filter .icon-wrapper .icon svg img {
  left: -20px;
  width: 155px;
}

/* Wishlist */
.wishlist.actions {
  text-align: right;
  margin: 25px 0;
}
@media screen and (max-width: 620px) {
  .wishlist.actions {
    text-align: center;
  }
}
.wishlist.actions .btn {
  margin-left: 20px;
}
@media screen and (max-width: 620px) {
  .wishlist.actions .btn {
    width: 97%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.wishlist h3.productname {
  margin-top: 0;
}
.wishlist ul.product-quickspec-list {
  margin-top: 15px;
}

/* Wishlist End */
.loader {
  background: #fff url(../images/300x300-white-v2-preloader.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}

@media print {
  .no-print {
    display: none !important;
  }
}
.overlay h4 {
  text-align: center;
}

.download-checkList {
  margin-top: 85px;
}
@media screen and (max-width: 500px) {
  .download-checkList {
    padding: 0px !important;
    width: 100%;
  }
}

.normal img {
  max-width: 100%;
}

.notfound .normal {
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
  font-family: "gotham", sans-serif;
}

.st1 {
  fill: none;
  stroke: #372411;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

@media screen and (min-width: 671px) and (max-width: 959px) {
  .contact .article {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 671px) and (max-width: 959px) {
  .contact .office-list-wrapper {
    margin-top: 40px;
  }
}

.carousel-wrapper {
  clear: both;
  position: relative;
  overflow: hidden;
  z-index: 50;
  height: 1000px;
}
.carousel-wrapper:hover .move-back {
  left: 0;
}
.carousel-wrapper:hover .move-forward {
  right: 0;
}
.carousel-wrapper .btn {
  color: #fff;
  margin: 0 10px;
  background-image: url(../images/button-haze.png);
}
.carousel-wrapper .btn:hover {
  background-image: none;
}
.carousel-wrapper .btn.reverse {
  background-image: none;
}
.carousel-wrapper .btn.reverse:hover {
  color: #fff;
  border: #fff solid 2px;
  background-image: url(../images/button-haze.png);
}
.carousel-wrapper .slide {
  width: 100%;
  overflow: hidden;
  position: absolute;
  background-color: #565a5c;
  /* Not implemented
  .photo-credit {
  	background: rgba(0,0,0,0.5);
  	padding: 4px 4px;
  	display: block;
  	position: absolute;
  	right: 12px;
  	bottom: 16px;
  	z-index: 20;
  	color: #fff;
  }
  */
}
.carousel-wrapper .slide .hide-video {
  height: 100%;
}
.carousel-wrapper .slide.active {
  display: block;
  z-index: 10;
}
.carousel-wrapper .slide.video {
  background: #8bc6c4 url(../images/300x300-teal-v2-preloader.gif) no-repeat center center;
}
.carousel-wrapper .slide.video .hide-video {
  opacity: 0;
}
.carousel-wrapper .slide .img {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.65;
}
.carousel-wrapper .slide iframe {
  background-color: transparent;
  /*opacity:$featuremediaopacity;*/
}
.carousel-wrapper .slide .align-vertical-group {
  position: absolute;
  width: 100%;
  z-index: 40;
}
@media screen and (max-width: 480px) {
  .carousel-wrapper .slide .align-vertical-group {
    padding: 0 15px;
  }
}
.carousel-wrapper .slide .slide-title {
  text-align: center;
  			/*position: absolute;
  			bottom: 50%;
  			width: 100%;
  			z-index: 36;
  
  
  			@media screen and (min-width: 350px) and (max-width: 460px) {
  				bottom:56%;
  			}
  
  			@media screen and (max-width: 349px) {
  				bottom:47%;
  			}*/
}
.carousel-wrapper .slide .slide-title h1 {
  position: relative;
  margin: 0 auto 10px;
  /*font-size: 45px;*/
  /*width: 75%;*/
  max-width: 1170px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .carousel-wrapper .slide .slide-title {
    width: 100%;
  }
}
.carousel-wrapper .slide .slide-strapline {
  /*position: absolute;
  top: 57%;
  width: 100%;*/
  text-align: center;
  z-index: 35;
  line-height: 175%;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .carousel-wrapper .slide .slide-strapline .btn {
    margin-bottom: 10px;
    width: 240px;
  }
}
@media screen and (max-width: 460px) {
  .carousel-wrapper .slide .slide-strapline {
    top: 60% !important;
  }
}
.carousel-wrapper .slide .slide-strapline p {
  /*font-size: 24px;*/
  position: relative;
  margin: 0 auto 45px;
  width: 42%;
  max-width: 670px;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .carousel-wrapper .slide .slide-strapline p {
    width: 100% !important;
  }
}
.carousel-wrapper .move-back,
.carousel-wrapper .move-forward {
  position: absolute;
  z-index: 15;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.carousel-wrapper .move-back:hover,
.carousel-wrapper .move-forward:hover {
  background-color: black;
}
.carousel-wrapper .move-back .arrow,
.carousel-wrapper .move-forward .arrow {
  width: 26px;
  height: 40px;
  margin: 40px 50px;
  background: url("../images/carousel-arrows-fff.png") 0 0 no-repeat;
}
.carousel-wrapper .move-back {
  left: -130px;
}
.carousel-wrapper .move-forward {
  right: -130px;
}
.carousel-wrapper .move-forward .arrow {
  background: url("../images/carousel-arrows-fff.png") 0 -40px no-repeat;
}
.carousel-wrapper .carousel-tabs {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 40;
  bottom: 60px;
}
.carousel-wrapper .carousel-tabs a {
  display: inline-block;
  margin: 0 5px;
  background: #b7b8c0;
  width: 8px;
  height: 8px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.carousel-wrapper .carousel-tabs a:hover {
  background: #707070;
}
.carousel-wrapper .carousel-tabs a.active {
  background: #fff;
}

/*$bp-extra-small: 480px !default;
$bp-small:       768px !default;
$bp-medium:      960px !default;
$bp-large:       1100px !default;
$bp-extra-large: 1280px !default;*/
.video-cover-image,
.video-overlay {
  width: 100.1%;
  height: 100%;
  position: absolute;
  z-index: 30;
}
.video-cover-image img,
.video-overlay img {
  max-width: 100%;
}

.yt-video-wrapper {
  position: absolute;
  z-index: 20;
  width: 5%;
  height: 5%;
  top: 50%;
  left: 50%;
  overflow: hidden;
}
.yt-video-wrapper .yt-close-fullscreen {
  display: none;
}
.yt-video-wrapper iframe {
  visibility: hidden;
}
.yt-video-wrapper.yt-video-playing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10%;
}
.yt-video-wrapper.yt-video-playing iframe {
  visibility: visible !important;
}
.yt-video-wrapper.yt-video-playing .iframe-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  top: 50%;
  margin-top: -28.1%;
}
.yt-video-wrapper.yt-video-playing .iframe-wrapper iframe {
  visibility: visible;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.yt-video-wrapper.yt-video-playing .yt-close-fullscreen {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px !important;
  height: 60px !important;
}
.yt-video-wrapper.yt-video-playing .yt-close-fullscreen .yt-close-fullscreen-btn {
  cursor: pointer;
}
.yt-video-wrapper.yt-video-playing .yt-close-fullscreen .yt-close-fullscreen-btn:hover svg path {
  fill: #8bc6c4;
}
.yt-video-wrapper.yt-video-playing .yt-close-fullscreen .yt-close-fullscreen-btn svg {
  width: 100% !important;
}
.yt-video-wrapper.yt-video-playing .yt-close-fullscreen .yt-close-fullscreen-btn svg path {
  fill: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-cover-image {
  cursor: pointer;
}

/* Images */
.image {
  position: relative;
}
.image img {
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -ms-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  transition: all 5s ease-out;
}
.image.sub-navigation-image {
  overflow: hidden;
  background-color: #cccccc;
  margin-bottom: 20px;
}

.circle {
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.circle.colour {
  width: 55px;
  height: 55px;
}
.circle.colour img {
  margin: -10px -10px;
}

/* End Images */
/* Pinterest board {{ */
.pinterest-container {
  max-width: 1080px;
  letter-spacing: 10px;
  position: relative;
  margin: 120px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .pinterest-container {
    margin-top: 47px;
  }
}
.pinterest-container h2 {
  letter-spacing: 0px;
}
.pinterest-container .summary {
  letter-spacing: 0px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.pinterest-container .pinterest-details {
  margin: 60px auto 0 auto;
}
.pinterest-container img {
  display: inline-block;
  vertical-align: top;
}

/* }} */
/* Breadcrumb */
.white-bread {
  width: 100%;
  position: absolute;
  top: 66%;
}
.white-bread li {
  z-index: 41;
}
.white-bread li.link-bread-item:after {
  -ms-opacity: 0.75;
  opacity: 0.75;
  color: #fff;
}
.white-bread li.current-bread-item span {
  -ms-opacity: 1;
  opacity: 1;
  color: #fff;
}
.white-bread li a {
  color: #fff !important;
  -ms-opacity: 0.75;
  opacity: 0.75;
}
.white-bread li a:hover {
  -ms-opacity: 1;
  opacity: 1;
  text-decoration: none;
}

.page-black-bread {
  margin-bottom: 10px;
  padding-top: 44px;
}
@media screen and (max-width: 1186px) {
  .page-black-bread {
    padding-top: 12px;
  }
}
.page-black-bread li,
.page-black-bread a {
  color: #b7b8c0;
}
.page-black-bread li.current-bread-item,
.page-black-bread a.current-bread-item {
  color: #565a5c;
}

.breadcrumb {
  text-align: center;
  font-family: "gotham medium", sans-serif;
  font-size: 14px;
}
.breadcrumb ol li {
  display: inline-block;
  height: 20px;
}
.breadcrumb ol li.link-bread-item:after {
  content: '>';
  padding: 5px;
}
.breadcrumb ol li.link-bread-item a:hover {
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  .breadcrumb ol li {
    font-size: 12px;
  }
}

/* End Breadcrumb */
.home .tools .btn {
  white-space: nowrap;
}

/* Buttons */
.btn {
  min-width: 210px;
  height: 60px;
  padding: 22px 50px 20px;
  font-family: "gotham medium", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: normal;
  color: #3a2100;
  background-color: transparent;
  border: 2px solid;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.btn.btn-download {
  position: relative;
}
@media screen and (max-width: 750px) {
  .btn.btn-download {
    width: 100%;
    margin: 0;
    display: block;
    margin-bottom: 14px;
  }
}
.btn.btn-download table {
  width: 100%;
  border-collapse: collapse;
  padding: 0px;
  height: 20px;
  margin: 0px;
}
.btn.btn-download table tr td {
  padding: 0px;
  margin: 0px;
}
.btn.btn-download table tr td.title {
  position: relative;
  padding-right: 5px;
  text-align: left;
  width: 70%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 20px;
  overflow: hidden;
}
.btn.btn-download table tr td.title .text-wrapper {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  left: 0px;
}
.btn.btn-download table tr td.file-size {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
  width: 15%;
}
.btn.btn-download table tr td.icon {
  text-align: right;
  width: 15%;
}
.btn.btn-download:hover path, .btn.btn-download:hover rect {
  fill: #fff !important;
}
.btn.btn-download svg {
  height: 18px;
}
.btn.btn-download svg path, .btn.btn-download svg rect {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #3a2200;
}
.btn.btn-social-share, .btn.btn-social-tweet, .btn.btn-social-print {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  padding: 21px 30px 20px 52px;
  min-width: 142px;
}
.btn.btn-social-share:hover path, .btn.btn-social-share:hover rect, .btn.btn-social-tweet:hover path, .btn.btn-social-tweet:hover rect, .btn.btn-social-print:hover path, .btn.btn-social-print:hover rect {
  fill: #fff !important;
}
.btn.btn-social-share svg, .btn.btn-social-tweet svg, .btn.btn-social-print svg {
  position: absolute;
  left: 14px;
  height: 28px;
  top: 50%;
  margin-top: -15px;
}
.btn.btn-social-share svg path, .btn.btn-social-share svg rect, .btn.btn-social-tweet svg path, .btn.btn-social-tweet svg rect, .btn.btn-social-print svg path, .btn.btn-social-print svg rect {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #3a2200;
}
@media screen and (max-width: 480px) {
  .btn {
    padding: 22px 30px 20px;
  }
}
.btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #8bc6c4;
  border-color: #8bc6c4;
}
.btn.reverse {
  color: #ffffff;
  border-color: #8bc6c4;
  background-color: #8bc6c4;
}
.btn.reverse:hover {
  color: #3a2100;
  background-color: transparent;
  border-color: #3a2100;
}
.btn.reverse.disabled, .btn.reverse.disabled:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn.disabled, .btn.disabled:hover {
  background-color: transparent;
  border-color: #cccccc;
  color: #cccccc;
}
.btn.reverse.btn-cta, .btn.btn-cta {
  color: #ffffff;
  background-color: #8bc6c4;
  border-color: #8bc6c4;
}
.btn.reverse.btn-cta:hover, .btn.btn-cta:hover {
  color: #3a2100;
  background-color: transparent;
  border-color: #3a2100;
}
.btn.reverse.btn-cta.disabled, .btn.reverse.btn-cta.disabled:hover, .btn.btn-cta.disabled, .btn.btn-cta.disabled:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn.reverse.btn-cta:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #8bc6c4;
}
.btn.btn-secondary {
  min-width: 0;
  height: auto;
  padding: 6px 0;
  margin: 0 12px;
  border: none;
  color: #8bc6c4;
  border-bottom: 3px solid transparent;
  background-color: transparent;
}
.btn.btn-secondary.reverse {
  color: #fff;
}
.btn.btn-secondary.reverse:hover {
  border-bottom-color: #fff;
}
.btn.btn-secondary:hover {
  -webkit-transition: border-color 0.5s linear;
  -moz-transition: border-color 0.5s linear;
  -ms-transition: border-color 0.5s linear;
  -o-transition: border-color 0.5s linear;
  transition: border-color 0.5s linear;
  background-color: transparent;
  border-bottom-color: #8bc6c4;
}
.btn.btn-social-tweet {
  margin: 0 20px 20px 20px;
}
.btn.btn-social-tweet svg {
  height: 21px;
  margin-top: -10px;
}
.btn.btn-social-share svg {
  height: 25px;
  margin-top: -13px;
  left: 22px;
}

/* NO! use class = "btn reverse"
.btnBlue {
	background-color: #8BC6C4;
	border: none;
	color: white;
	margin-top: 1px;
}

*/
/* End Buttons */
/* Footer */
/* footer */
#foot-wrapper {
  min-height: 570px;
  background-color: #eaecea;
}
#foot-wrapper .page-region-wrapper a {
  color: #3a2100;
}
#foot-wrapper .page-region-wrapper a svg {
  width: 200px;
}
#foot-wrapper .page-region-wrapper a svg path {
  fill: #3a2100;
}
#foot-wrapper .page-region-wrapper a:hover {
  color: #8bc6c4;
}
#foot-wrapper .page-region-wrapper.newsletter-signup .page-region {
  padding: 60px 0;
  border-bottom: 1px solid #b7b8c0;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form {
  float: none;
  width: 100%;
}
@media screen and (max-width: 1186px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form {
    width: 100%;
  }
}
@media screen and (max-width: 886px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form {
    width: 100%;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 480px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form {
    width: 100%;
    padding: 0 20px;
  }
}
#foot-wrapper .page-region-wrapper.newsletter-signup form .btn {
  vertical-align: top;
  border-radius: 0;
}
@media screen and (max-width: 1186px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .btn {
    padding: 20px 36px 20px;
    min-width: 0;
    margin-left: 7px;
  }
}
@media screen and (max-width: 886px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .btn {
    padding: 21px 50px 20px;
    min-width: 210px;
  }
}
@media screen and (max-width: 767px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .btn {
    min-width: 100%;
    margin-left: 0;
  }
}
#foot-wrapper .page-region-wrapper.newsletter-signup form .email-field, #foot-wrapper .page-region-wrapper.newsletter-signup form .name-field {
  display: inline-block;
  position: relative;
  width: 28%;
  margin: 0 9px 0 -2px;
  vertical-align: top;
}
@media screen and (max-width: 1186px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .email-field, #foot-wrapper .page-region-wrapper.newsletter-signup form .name-field {
    margin: 0 -4px 0 7px;
    width: 23%;
  }
}
@media screen and (max-width: 886px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .email-field, #foot-wrapper .page-region-wrapper.newsletter-signup form .name-field {
    margin: 0 3px 0 3px;
    width: 30%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .email-field, #foot-wrapper .page-region-wrapper.newsletter-signup form .name-field {
    margin: 0 0 16px;
    width: 100%;
  }
}
#foot-wrapper .page-region-wrapper.newsletter-signup form .join-text {
  height: 60px;
  line-height: 60px;
}
@media screen and (max-width: 480px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .join-text {
    height: auto;
    line-height: 30px;
    font-size: 20px;
  }
}
#foot-wrapper .page-region-wrapper.newsletter-signup form .signup-response,
#foot-wrapper .page-region-wrapper.newsletter-signup form .signup-loading,
#foot-wrapper .page-region-wrapper.newsletter-signup form label {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  color: #3a2100;
  margin-right: 15px;
  text-align: center;
}
@media screen and (max-width: 1186px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .signup-response,
  #foot-wrapper .page-region-wrapper.newsletter-signup form .signup-loading,
  #foot-wrapper .page-region-wrapper.newsletter-signup form label {
    margin-right: 0;
  }
}
@media screen and (max-width: 886px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .signup-response,
  #foot-wrapper .page-region-wrapper.newsletter-signup form .signup-loading,
  #foot-wrapper .page-region-wrapper.newsletter-signup form label {
    margin-right: 24px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .signup-response,
  #foot-wrapper .page-region-wrapper.newsletter-signup form .signup-loading,
  #foot-wrapper .page-region-wrapper.newsletter-signup form label {
    margin: 0 0 22px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .signup-response,
  #foot-wrapper .page-region-wrapper.newsletter-signup form .signup-loading,
  #foot-wrapper .page-region-wrapper.newsletter-signup form label {
    font-size: 28px;
  }
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text],
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email] {
  font-family: "gotham book", sans-serif;
  height: 60px;
  border-color: #565a5c;
  background-color: #eaecea;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  border-radius: 0;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text]:hover, #foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text]:focus,
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email]:hover,
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email]:focus {
  background-color: #fff;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text]::-webkit-input-placeholder, #foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email]::-webkit-input-placeholder {
  color: #3a2100;
  text-transform: none;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text]:-moz-placeholder, #foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email]:-moz-placeholder {
  color: #3a2100;
  text-transform: none;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text]::-moz-placeholder, #foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email]::-moz-placeholder {
  color: #3a2100;
  text-transform: none;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text]:-ms-input-placeholder, #foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email]:-ms-input-placeholder {
  color: #3a2100;
  text-transform: none;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text].error::-webkit-input-placeholder, #foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email].error::-webkit-input-placeholder {
  color: #eb4c4c;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text].error:-moz-placeholder, #foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email].error:-moz-placeholder {
  color: #eb4c4c;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text].error::-moz-placeholder, #foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email].error::-moz-placeholder {
  color: #eb4c4c;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form input[type=text].error:-ms-input-placeholder, #foot-wrapper .page-region-wrapper.newsletter-signup form input[type=email].error:-ms-input-placeholder {
  color: #eb4c4c;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form .signup-response,
#foot-wrapper .page-region-wrapper.newsletter-signup form .signup-loading {
  padding: 15px 0;
  margin: 0;
  display: none;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form .error {
  border-color: #eb4c4c !important;
}
#foot-wrapper .page-region-wrapper.newsletter-signup form .validation_message {
  color: #eb4c4c;
  float: left;
  display: none;
  top: 60px;
  font-size: 13px;
  line-height: 15px;
  /* padding: 5px 10px; */
  border-radius: 4px;
  white-space: nowrap;
  font-family: "gotham book", sans-serif;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup form .validation_message {
    width: auto;
    text-align: center;
    position: relative;
    top: 0;
  }
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links {
  list-style: none;
  float: right;
}
@media screen and (max-width: 450px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links {
    margin-top: -95px !important;
  }
}
@media screen and (max-width: 885px) {
  #foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links {
    margin: 0;
    float: none;
    text-align: center;
    margin-top: -70px;
  }
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li {
  display: inline-block;
  margin-left: 15px;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  position: relative;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a:hover .icon svg path {
  fill: #8bc6c4;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a .icon {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a .icon svg {
  max-height: 100%;
  max-width: 100%;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a .icon svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #3a2100;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 122px;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a .icon.pinterest img {
  top: -61px;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a .icon.facebook img {
  top: -122px;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a .icon.instagram img {
  top: -183px;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a span {
  display: none;
}
#foot-wrapper .page-region-wrapper.newsletter-signup ul.social-links li a:hover .icon img {
  left: -61px;
}
#foot-wrapper .page-region-wrapper.quick-links {
  padding: 80px 0;
  min-height: 320px;
}
@media screen and (max-width: 728px) {
  #foot-wrapper .page-region-wrapper.quick-links {
    padding-bottom: 5px;
    margin-bottom: 50px;
  }
  #foot-wrapper .page-region-wrapper.quick-links a.home {
    display: block;
    width: 200px;
    margin: 0 auto 60px;
  }
}
#foot-wrapper .page-region-wrapper.quick-links .categories {
  float: right;
  display: block;
  width: 68%;
}
@media screen and (max-width: 886px) {
  #foot-wrapper .page-region-wrapper.quick-links .categories {
    width: 66%;
  }
}
@media screen and (max-width: 728px) {
  #foot-wrapper .page-region-wrapper.quick-links .categories {
    width: auto;
  }
}
#foot-wrapper .page-region-wrapper.quick-links .categories .category {
  display: block;
  float: left;
  vertical-align: top;
  width: 25%;
  padding-left: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1186px) {
  #foot-wrapper .page-region-wrapper.quick-links .categories .category {
    width: 33%;
  }
}
@media screen and (max-width: 886px) {
  #foot-wrapper .page-region-wrapper.quick-links .categories .category {
    width: 50%;
  }
}
@media screen and (max-width: 688px) {
  #foot-wrapper .page-region-wrapper.quick-links .categories .category:nth-child(odd) {
    padding: 0 5% 0 5%;
  }
  #foot-wrapper .page-region-wrapper.quick-links .categories .category:nth-child(even) {
    padding: 0 5% 0 5%;
  }
}
#foot-wrapper .page-region-wrapper.quick-links .categories .category h4 {
  font-family: "gotham medium", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #3a2100;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#foot-wrapper .page-region-wrapper.quick-links .categories .category ul.category-links {
  list-style: none;
}
#foot-wrapper .page-region-wrapper.quick-links .categories .category ul.category-links li {
  display: block;
  width: auto;
  padding-left: 0;
  line-height: 138%;
  margin-bottom: 10px;
  font-family: "gotham book", sans-serif;
  font-size: 16px;
  color: #3a2100;
}
#foot-wrapper .page-region-wrapper.quick-links .categories .category ul.category-links li a {
  font-family: "gotham book", sans-serif;
  font-size: 16px;
  text-decoration: none;
}
#foot-wrapper .page-region-wrapper.footer-copyright {
  padding: 18px 0;
  line-height: 100%;
  height: 60px;
}
@media screen and (max-width: 450px) {
  #foot-wrapper .page-region-wrapper.footer-copyright {
    height: 100px;
  }
}
@media screen and (max-width: 728px) {
  #foot-wrapper .page-region-wrapper.footer-copyright {
    text-align: center;
  }
}
#foot-wrapper .page-region-wrapper.footer-copyright ul.foot-navigation {
  list-style: none;
}
@media screen and (max-width: 728px) {
  #foot-wrapper .page-region-wrapper.footer-copyright ul.foot-navigation {
    float: none;
    margin-top: 20px;
  }
}
#foot-wrapper .page-region-wrapper.footer-copyright ul.foot-navigation li {
  float: left;
}
@media screen and (max-width: 728px) {
  #foot-wrapper .page-region-wrapper.footer-copyright ul.foot-navigation li {
    float: none;
    display: inline-block;
  }
}
#foot-wrapper .page-region-wrapper.footer-copyright ul.foot-navigation li a {
  font-family: "gotham book", sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 0 12px;
  border-left: 1px solid #3a2100;
}
@media screen and (max-width: 728px) {
  #foot-wrapper .page-region-wrapper.footer-copyright ul.foot-navigation li a {
    font-size: 13px;
  }
}
#foot-wrapper .page-region-wrapper.footer-copyright ul.foot-navigation li:first-child a {
  border: none;
}
#foot-wrapper .page-region-wrapper.footer-copyright .copyright {
  font-family: "gotham book", sans-serif;
  font-size: 14px;
  color: #b7b8c0;
  float: left;
}
#foot-wrapper .page-region-wrapper.footer-copyright .copyright a {
  color: #b7b8c0;
}
#foot-wrapper .page-region-wrapper.footer-copyright .copyright a:hover {
  color: #4eb5b1;
}
#foot-wrapper .page-region-wrapper.footer-copyright .copyright .divider {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 885px) {
  #foot-wrapper .page-region-wrapper.footer-copyright .copyright {
    float: none;
    text-align: center;
    font-size: 13px;
    width: 100%;
  }
}
#foot-wrapper .page-region-wrapper.site-switch {
  font-family: "gotham book", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  color: #3a2100;
}
@media screen and (max-width: 885px) {
  #foot-wrapper .page-region-wrapper.site-switch {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
  }
}
#foot-wrapper .page-region-wrapper.site-switch span {
  padding: 0 10px;
}
#foot-wrapper .page-region-wrapper.site-switch span.active {
  font-weight: bold;
}
#foot-wrapper .page-region-wrapper.site-switch span:last-child {
  padding-left: 5px;
}

/* End Footer */
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2 {
  color: #3a2100;
  font-family: "gotham medium", sans-serif;
}

h3, h5 {
  font-family: "Lora", serif;
  font-style: italic;
}

h3, h4, h5, h6 {
  color: #707070;
}

h1 {
  font-size: 46px;
  line-height: 130%;
}
h1.special {
  font-size: 72px;
  font-family: "Lora", serif;
}

h2 {
  font-size: 32px;
  line-height: 138%;
}

h3 {
  font-size: 32px;
  font-style: italic;
  line-height: 127%;
}
h3.productname {
  font-family: "gotham book", sans-serif;
  font-size: 24px;
  font-style: normal;
  margin-top: 30px;
  /*product widget*/
}

h4 {
  font-family: "gotham book", sans-serif;
  font-size: 28px;
  line-height: 128%;
  color: #565a5c;
  margin-bottom: 32px;
}

h5 {
  font-style: italic;
  font-size: 24px;
  line-height: 150%;
  color: #565a5c;
}
@media (max-width: 480px) {
  h5 {
    color: #1d0100;
  }
}

h6 {
  color: #565a5c;
  font-family: "gotham bold", sans-serif;
  font-size: 15px;
  /*font-weight: bold;*/
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .75px;
}

.underscore {
  display: block;
  clear: both;
  width: 40px;
  height: 3px;
  background-color: #3a2100;
  margin: 26px auto 30px;
}
.underscore.reverse {
  background-color: #fff;
}

h5 .underscore {
  margin: 20px auto;
  background-color: #565a5c;
}

.normal {
  max-width: 840px;
  margin: 0 auto;
}

/* see twitch TW28014
.normal{
   max-width: 640px;
}

/* End Headings*/
@media (max-width: 960px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6 {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h1.special {
    font-size: 58px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6 {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h1.special {
    font-size: 36px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 13px;
  }
}
/* Inspiration Page {{ */
.page-region.inspiration:first-child h2:first-child {
  margin-top: 80px;
}
@media (max-width: 480px) {
  .page-region.inspiration:first-child h2:first-child {
    margin-top: 45px;
  }
}
.page-region.inspiration:first-child .inspirations {
  margin-top: 40px;
}

.inspirations.designs h2 {
  margin-top: 0px !important;
}

/* }} */
.featured-products p,
.featured-products h2 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .featured-products p,
  .featured-products h2 {
    width: 100%;
  }
}
.featured-products p {
  margin-bottom: 40px;
}

/* Home and Inspiration Panels {{ */
.featured-products, .inspirations {
  width: 1080px;
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .featured-products, .inspirations {
    margin-top: 47px;
  }
}
@media screen and (max-width: 1110px) {
  .featured-products, .inspirations {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .featured-products, .inspirations {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .featured-products, .inspirations {
    padding: 0 20px;
  }
}
.featured-products.designs, .inspirations.designs {
  padding-top: 60px;
  margin-top: 40px;
}
.featured-products.designs .inspiration, .inspirations.designs .inspiration {
  margin-top: 0;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .featured-products.designs .inspiration, .inspirations.designs .inspiration {
    margin-top: 30px;
  }
}
.featured-products.designs .inspiration .image, .inspirations.designs .inspiration .image {
  width: 50%;
}
.featured-products.designs .inspiration .content, .inspirations.designs .inspiration .content {
  width: 50%;
}
@media (max-width: 480px) {
  .featured-products.designs, .inspirations.designs {
    padding-top: 30px;
  }
}
.featured-products .featured-product, .inspirations .featured-product {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .featured-products .featured-product, .inspirations .featured-product {
    margin-top: 80px;
  }
}
@media screen and (max-width: 500px) {
  .featured-products .featured-product, .inspirations .featured-product {
    margin-top: 47px;
  }
}
.featured-products .featured-product .content h2, .inspirations .featured-product .content h2 {
  font-size: 60px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .featured-products .featured-product .content, .inspirations .featured-product .content {
    margin-top: 0px !important;
  }
}
.featured-products .featured-product .video-cover-image, .inspirations .featured-product .video-cover-image {
  width: 45%;
  height: 475px;
  position: relative;
}
.featured-products .featured-product .video-cover-image img, .inspirations .featured-product .video-cover-image img {
  width: 100%;
  height: auto;
}
.featured-products .inspiration, .inspirations .inspiration {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .featured-products .inspiration, .inspirations .inspiration {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .featured-products .inspiration:first-child, .inspirations .inspiration:first-child {
    margin-top: 60px !important;
  }
}
.featured-products .inspiration .content h2, .inspirations .inspiration .content h2 {
  font-size: 40px;
}
.featured-products .featured-product, .featured-products .inspiration, .inspirations .featured-product, .inspirations .inspiration {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 340px;
}
.featured-products .featured-product.odd .image, .featured-products .inspiration.odd .image, .inspirations .featured-product.odd .image, .inspirations .inspiration.odd .image {
  float: left;
}
.featured-products .featured-product.odd .content, .featured-products .inspiration.odd .content, .inspirations .featured-product.odd .content, .inspirations .inspiration.odd .content {
  float: right;
  right: 0;
}
.featured-products .featured-product.even .image,
.featured-products .featured-product.even .video-cover-image, .featured-products .inspiration.even .image,
.featured-products .inspiration.even .video-cover-image, .inspirations .featured-product.even .image,
.inspirations .featured-product.even .video-cover-image, .inspirations .inspiration.even .image,
.inspirations .inspiration.even .video-cover-image {
  float: right;
}
.featured-products .featured-product.even .content, .featured-products .inspiration.even .content, .inspirations .featured-product.even .content, .inspirations .inspiration.even .content {
  float: left;
  left: 0;
}
.featured-products .featured-product .image, .featured-products .inspiration .image, .inspirations .featured-product .image, .inspirations .inspiration .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 45%;
  height: 475px;
  -webkit-transition: background-image 0.5s ease-in-out;
  -moz-transition: background-image 0.5s ease-in-out;
  -ms-transition: background-image 0.5s ease-in-out;
  -o-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}
.featured-products .featured-product .image.has-video, .featured-products .inspiration .image.has-video, .inspirations .featured-product .image.has-video, .inspirations .inspiration .image.has-video {
  cursor: pointer;
}
@media screen and (max-width: 1180px) and (min-width: 761px) {
  .featured-products .featured-product .image, .featured-products .inspiration .image, .inspirations .featured-product .image, .inspirations .inspiration .image {
    width: 50% !important;
  }
}
@media screen and (max-width: 760px) {
  .featured-products .featured-product .image, .featured-products .inspiration .image, .inspirations .featured-product .image, .inspirations .inspiration .image {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 760px) {
  .featured-products .featured-product, .featured-products .inspiration, .inspirations .featured-product, .inspirations .inspiration {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.featured-products .featured-product .content, .featured-products .inspiration .content, .inspirations .featured-product .content, .inspirations .inspiration .content {
  top: 50%;
  position: absolute;
  padding: 0px 60px;
  width: 50%;
}
@media screen and (max-width: 1180px) {
  .featured-products .featured-product .content, .featured-products .inspiration .content, .inspirations .featured-product .content, .inspirations .inspiration .content {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .featured-products .featured-product .content, .featured-products .inspiration .content, .inspirations .featured-product .content, .inspirations .inspiration .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .featured-products .featured-product .content, .featured-products .inspiration .content, .inspirations .featured-product .content, .inspirations .inspiration .content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 760px) {
  .featured-products .featured-product .content, .featured-products .inspiration .content, .inspirations .featured-product .content, .inspirations .inspiration .content {
    width: 100% !important;
    float: none !important;
    position: relative;
    margin-bottom: 20px;
  }
}
.featured-products .featured-product .content .category, .featured-products .inspiration .content .category, .inspirations .featured-product .content .category, .inspirations .inspiration .content .category {
  font-family: "gotham medium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  /* 14 as per TW27906 */
  color: #b8b8c0;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.featured-products .featured-product .content h2, .featured-products .inspiration .content h2, .inspirations .featured-product .content h2, .inspirations .inspiration .content h2 {
  font-style: italic;
  font-family: "Lora", serif;
  margin-bottom: 40px;
}
.featured-products .featured-product .content .description, .featured-products .inspiration .content .description, .inspirations .featured-product .content .description, .inspirations .inspiration .content .description {
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) and (min-width: 761px) {
  .featured-products .featured-product .content .description, .featured-products .inspiration .content .description, .inspirations .featured-product .content .description, .inspirations .inspiration .content .description {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1110px) {
  .inspirations {
    width: 100%;
  }
}

.grey-wrapper {
  background-color: #eaecea;
  margin-top: 150px;
  padding-top: 10px;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .grey-wrapper {
    margin-top: 45px;
  }
}
.grey-wrapper .inspirations.designs h2 {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .grey-wrapper .inspirations.designs h2 {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .grey-wrapper .inspirations.designs .description {
    padding: 0 15px;
  }
}

/* }}*/
.mobile .content h2, .mobile .content .category, .mobile .content a, .tablet .content h2, .tablet .content .category, .tablet .content a {
  opacity: 1 !important;
}
.mobile .dimmer, .tablet .dimmer {
  background-color: black;
  opacity: .3 !important;
  width: 100%;
  height: 100%;
  position: absolute;
}
.mobile .product-hover, .tablet .product-hover {
  background-color: transparent !important;
}

/* Home Page {{ */
.page-region.home {
  width: 100% !important;
}
.page-region.home .tools .column {
  margin-bottom: 46px !important;
}
.page-region.home .tools .icon img {
  height: 124px;
}
.page-region.home .inspirations {
  font-size: 0px;
}
.page-region.home .inspiration {
  margin-top: 120px;
}
.page-region.home .home-inspirations .inspiration-quote {
  width: 50% !important;
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
}
@media screen and (max-width: 760px) {
  .page-region.home .home-inspirations .inspiration-quote {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .page-region.home .home-inspirations .btn.reverse.leadin {
    margin-bottom: 60px !important;
  }
}
.page-region.home .home-inspirations .inspiration {
  width: 50% !important;
  display: inline-block;
  margin-top: 60px;
  padding: 20px;
}
.page-region.home .home-inspirations .inspiration .category {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 760px) {
  .page-region.home .home-inspirations .inspiration {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .page-region.home .home-inspirations .inspiration {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
  }
  .page-region.home .home-inspirations .inspiration .image {
    margin-bottom: 0 !important;
  }
}
.page-region.home .home-inspirations .inspiration.round .image {
  border-radius: 50%;
}
.page-region.home .home-inspirations .inspiration.round .dimmer {
  border-radius: 50%;
}
.page-region.home .home-inspirations .inspiration a.inpiration-whole-clicker {
  height: 100%;
  width: 100%;
}
.page-region.home .home-inspirations .inspiration a.inpiration-whole-clicker:hover {
  text-decoration: none;
}
.page-region.home .home-inspirations .inspiration .image {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.51s ease-out;
  -moz-transition: all 0.51s ease-out;
  -ms-transition: all 0.51s ease-out;
  -o-transition: all 0.51s ease-out;
  transition: all 0.51s ease-out;
}
@media screen and (max-width: 1180px) and (min-width: 761px) {
  .page-region.home .home-inspirations .inspiration .image {
    width: 100% !important;
  }
}
.page-region.home .home-inspirations .inspiration .image .content {
  width: 100% !important;
}
@media screen and (max-width: 760px) {
  .page-region.home .home-inspirations .inspiration .image .content {
    position: absolute;
  }
  .page-region.home .home-inspirations .inspiration .image .content .read-more-link {
    border-bottom-color: white;
  }
}
.page-region.home .home-inspirations .inspiration .image .content h2, .page-region.home .home-inspirations .inspiration .image .content .category, .page-region.home .home-inspirations .inspiration .image .content a {
  color: white;
  opacity: 0;
  -moz-transition: all .51s ease-out;
  -o-transition: all .51s ease-out;
  -webkit-transition: all .51s ease-out;
  transition: all .51s ease-out;
}
@media screen and (max-width: 760px) {
  .page-region.home .home-inspirations .inspiration .image .content h2, .page-region.home .home-inspirations .inspiration .image .content .category, .page-region.home .home-inspirations .inspiration .image .content a {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 760px) {
  .page-region.home .home-inspirations .inspiration .image .content .category {
    font-size: 14px;
  }
}
.page-region.home .home-inspirations .inspiration .image .content h2, .page-region.home .home-inspirations .inspiration .image .content .category {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-region.home .home-inspirations .inspiration .image .content h2, .page-region.home .home-inspirations .inspiration .image .content .category {
    margin-bottom: 10px;
  }
}
.page-region.home .home-inspirations .inspiration .image .content h2 {
  font-size: 26px;
}
@media screen and (max-width: 760px) {
  .page-region.home .home-inspirations .inspiration .image .content h2 {
    font-size: 18px;
    color: white;
    opacity: 1 !important;
  }
}
.page-region.home .home-inspirations .inspiration .image:hover {
  /*border-radius:50%;*/
}
.page-region.home .home-inspirations .inspiration .image:hover .content h2, .page-region.home .home-inspirations .inspiration .image:hover .content .category, .page-region.home .home-inspirations .inspiration .image:hover .content a {
  opacity: 1;
}
.page-region.home .home-inspirations .inspiration .image:hover .read-more-link {
  border-bottom-color: white;
}
.page-region.home .home-inspirations .inspiration .image:hover .dimmer {
  background-color: black;
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  /*border-radius:50%;*/
}
.page-region.home .home-inspirations .inspiration .dimmer {
  -moz-transition: all .51s ease-out;
  -o-transition: all .51s ease-out;
  -webkit-transition: all .51s ease-out;
  transition: all .51s ease-out;
}
@media screen and (max-width: 760px) {
  .page-region.home .home-inspirations .inspiration .dimmer {
    background-color: black;
    opacity: .3;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.page-region.home .column {
  margin-top: 20px !important;
}
.page-region.home .column.single {
  padding-bottom: 0px !important;
}
.page-region.home .restrain {
  width: 1170px;
  margin: auto;
}
@media screen and (max-width: 1170px) {
  .page-region.home .restrain {
    width: 100%;
  }
}
.page-region.home .body-image {
  margin-top: 133px;
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.page-region.home .body-image .body-video-image {
  z-index: 2;
  position: relative;
}
.page-region.home .body-image .video-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.page-region.home .body-image .video-container.player-active {
  z-index: 10;
}
.page-region.home .body-image .video-loader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/300x300-teal-v2-preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  z-index: 15;
  background-color: #8bc6c4;
}
@media screen and (max-width: 500px) {
  .page-region.home .body-image {
    margin-top: 0;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .page-region.home .body-image {
    margin-top: 40px;
  }
}
.page-region.home .body-image img {
  width: 100%;
  z-index: 1;
  height: auto;
}
@media screen and (max-width: 500px) {
  .page-region.home .body-image img {
    min-width: 322%;
    min-height: 400px;
  }
}
.page-region.home .body-image .content {
  overflow: hidden;
  color: #fff;
  width: 100%;
  max-width: 650px;
  color: #fff;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  padding-top: 15px;
}
.page-region.home .body-image .content.no-events {
  pointer-events: none;
}
.page-region.home .body-image .content h1, .page-region.home .body-image .content h2, .page-region.home .body-image .content h3, .page-region.home .body-image .content h4, .page-region.home .body-image .content h5,
.page-region.home .body-image .content h6, .page-region.home .body-image .content p {
  color: #fff;
}
.page-region.home .body-image .content .play-button {
  z-index: 2;
  width: 117px;
  height: 117px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
.page-region.home .body-image .content p {
  /*font-size: 140%;*/
}
@media screen and (max-width: 760px) {
  .page-region.home .body-image .content p {
    /*font-size: 12px;
    margin: 5px;
    line-height: 18px;*/
  }
}
@media screen and (max-width: 670px) {
  .page-region.home .body-image .content {
    left: 10px;
    right: 10px;
    margin-left: 0px !important;
    width: auto;
  }
}

.tools-home {
  max-width: 540px;
  margin: 0 auto;
}

/* }}*/
/* Proposition List */
.specifications-wrapper {
  margin-top: 50px;
}
.specifications-wrapper ul.proposition-list {
  /*margin-bottom: 40px;*/
}

ul.proposition-list {
  list-style: none;
  text-align: left;
  max-width: 840px;
  margin: 0 auto;
}
ul.proposition-list.table-width {
  max-width: 1170px;
}
ul.proposition-list li.proposition.onecolumn {
  margin-bottom: 32px;
}
ul.proposition-list li.proposition.twocolumns {
  width: 48.5%;
  float: left;
}
ul.proposition-list li.proposition.twocolumns:nth-child(odd) {
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  ul.proposition-list li.proposition.twocolumns {
    width: 100%;
    margin: 0;
  }
}
ul.proposition-list li.proposition .proposition-title {
  background-color: #eaecea;
  color: #3a2100;
  text-transform: uppercase;
  font-size: 13px;
}
ul.proposition-list li.proposition .proposition-title.tabular {
  font-size: 0px;
  line-height: 0;
}
ul.proposition-list li.proposition .proposition-content h3 {
  border-bottom: 1px solid #b7b8c0;
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
ul.proposition-list li.proposition .proposition-content h6 {
  margin-bottom: 20px;
}
ul.proposition-list li.proposition .proposition-content.with-icon {
  padding-left: 75px;
}
@media screen and (max-width: 500px) {
  ul.proposition-list li.proposition .proposition-content.with-icon {
    padding-left: 55px;
  }
}
ul.proposition-list li.proposition .proposition-content.with-icon .icon-wrapper {
  margin-left: -75px;
  margin-top: 5px;
  float: left;
}
@media screen and (max-width: 500px) {
  ul.proposition-list li.proposition .proposition-content.with-icon .icon-wrapper {
    width: 30px;
    margin-left: -55px;
  }
}
ul.proposition-list li.proposition .proposition-content .normal {
  max-width: initial;
}
ul.proposition-list.concertina.favourites, ul.proposition-list.manifest.favourites {
  margin-top: 65px;
  max-width: none;
  margin: 0;
}
ul.proposition-list.concertina.favourites.checkout-favourites, ul.proposition-list.manifest.favourites.checkout-favourites {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  ul.proposition-list.concertina.favourites li.proposition .proposition-content .proposition-item .item-name, ul.proposition-list.manifest.favourites li.proposition .proposition-content .proposition-item .item-name {
    width: 60%;
  }
}
@media screen and (max-width: 580px) {
  ul.proposition-list.concertina.favourites li.proposition .proposition-content .proposition-item .item-name, ul.proposition-list.manifest.favourites li.proposition .proposition-content .proposition-item .item-name {
    width: 100% !important;
    display: block;
  }
}
ul.proposition-list.concertina.favourites li.proposition .proposition-content .proposition-item .item-remove, ul.proposition-list.manifest.favourites li.proposition .proposition-content .proposition-item .item-remove {
  position: relative;
  top: 0 !important;
  right: 0 !important;
}
ul.proposition-list.concertina li.proposition, ul.proposition-list.manifest li.proposition {
  margin-bottom: 10px;
}
ul.proposition-list.concertina li.proposition:hover .proposition-title, ul.proposition-list.manifest li.proposition:hover .proposition-title {
  border: #6e6f6e solid 1px;
}
ul.proposition-list.concertina li.proposition .proposition-title, ul.proposition-list.manifest li.proposition .proposition-title {
  cursor: pointer;
  position: relative;
  padding: 11px 40px 12px 20px;
  font-family: "gotham book", sans-serif;
  border: 1px solid #cccccc;
  /*product details page*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
ul.proposition-list.concertina li.proposition .proposition-title.with-icon, ul.proposition-list.manifest li.proposition .proposition-title.with-icon {
  padding-left: 75px;
}
ul.proposition-list.concertina li.proposition .proposition-title.with-icon .icon-wrapper, ul.proposition-list.manifest li.proposition .proposition-title.with-icon .icon-wrapper {
  margin: -15px 15px -17px -60px;
  height: 55px;
}
ul.proposition-list.concertina li.proposition .proposition-title.with-icon .icon-wrapper .icon, ul.proposition-list.manifest li.proposition .proposition-title.with-icon .icon-wrapper .icon {
  top: 9px;
}
ul.proposition-list.concertina li.proposition .proposition-title.with-icon .icon-wrapper .icon svg path, ul.proposition-list.manifest li.proposition .proposition-title.with-icon .icon-wrapper .icon svg path {
  fill: #43311e;
}
ul.proposition-list.concertina li.proposition .proposition-title span, ul.proposition-list.manifest li.proposition .proposition-title span {
  width: 16px;
  height: 8px;
  background-image: url(../images/proposition_arrows_dark.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
ul.proposition-list.concertina li.proposition .proposition-content, ul.proposition-list.manifest li.proposition .proposition-content {
  display: none;
  padding: 40px 20px;
  text-align: left;
}
ul.proposition-list.concertina li.proposition .proposition-content .proposition-item, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item {
  display: table;
  width: 100%;
  /*
  .subtitle {
  	font-family: $tertiaryfontfamily;
  }
  */
}
@media screen and (max-width: 750px) {
  ul.proposition-list.concertina li.proposition .proposition-content .proposition-item.button-container, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item.button-container {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
    margin-bottom: 14px !important;
  }
}
ul.proposition-list.concertina li.proposition .proposition-content .proposition-item.fadeout, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item.fadeout {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.proposition-list.concertina li.proposition .proposition-content .proposition-item.fadeout.remove, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item.fadeout.remove {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0 40px;
}
ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-name,
ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-actions,
ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-detail,
ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-remove, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-name,
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-actions,
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-detail,
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-remove {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media screen and (max-width: 530px) {
  ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-name, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-name {
    width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-actions, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-actions {
    margin-top: 20px;
    display: table-cell;
    width: 20%;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-remove, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-remove {
    position: absolute;
    top: 20%;
    right: 50px;
    display: table-cell;
    width: auto;
  }
}
@media screen and (max-width: 530px) {
  ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-remove, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-remove {
    top: 5px !important;
    right: 5px !important;
  }
}
ul.proposition-list.concertina li.proposition .proposition-content .proposition-item h3, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item h3 {
  /*font-size: 28px;
  margin-bottom: 30px;
  line-height: 120%;
  border: none;*/
}
ul.proposition-list.concertina li.proposition .proposition-content .proposition-item h3.productname, ul.proposition-list.concertina li.proposition .proposition-content .proposition-item h3.productname a, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item h3.productname, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item h3.productname a {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  font-size: 24px;
  text-decoration: none;
  color: #565a5c;
}
ul.proposition-list.concertina li.proposition.open .proposition-title span, ul.proposition-list.manifest li.proposition.open .proposition-title span {
  background-position: 0 -8px;
}
ul.proposition-list.concertina.specifications, ul.proposition-list.manifest.specifications {
  font-family: "gotham book", sans-serif;
}
ul.proposition-list.concertina.specifications li.proposition .item-name,
ul.proposition-list.concertina.specifications li.proposition .item-detail, ul.proposition-list.manifest.specifications li.proposition .item-name,
ul.proposition-list.manifest.specifications li.proposition .item-detail {
  text-align: left;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
ul.proposition-list.concertina.specifications li.proposition .item-detail, ul.proposition-list.manifest.specifications li.proposition .item-detail {
  width: 50%;
  padding-left: 15px;
  vertical-align: top;
}
ul.proposition-list.concertina.specifications li.proposition .proposition-title, ul.proposition-list.manifest.specifications li.proposition .proposition-title {
  font-size: 14px;
  text-transform: uppercase;
}
ul.proposition-list.concertina.specifications li.proposition .proposition-content, ul.proposition-list.manifest.specifications li.proposition .proposition-content {
  padding: 0;
}
ul.proposition-list.concertina.specifications li.proposition .proposition-content .proposition-item, ul.proposition-list.manifest.specifications li.proposition .proposition-content .proposition-item {
  border: 1px solid #cccccc;
  border-top: none;
}
ul.proposition-list.concertina.specifications li.proposition .proposition-content .proposition-item .item-name,
ul.proposition-list.concertina.specifications li.proposition .proposition-content .proposition-item .item-detail, ul.proposition-list.manifest.specifications li.proposition .proposition-content .proposition-item .item-name,
ul.proposition-list.manifest.specifications li.proposition .proposition-content .proposition-item .item-detail {
  padding: 15px 20px;
  font-size: 15px;
}
ul.proposition-list.concertina.specifications li.proposition .proposition-content .proposition-item .item-name, ul.proposition-list.manifest.specifications li.proposition .proposition-content .proposition-item .item-name {
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}
ul.proposition-list.concertina.downloads li.proposition .proposition-content, ul.proposition-list.manifest.downloads li.proposition .proposition-content {
  text-align: left;
  border: 1px solid #cccccc;
  border-top: none;
  /*product details*/
}
ul.proposition-list.concertina.downloads li.proposition .proposition-content .proposition-item, ul.proposition-list.manifest.downloads li.proposition .proposition-content .proposition-item {
  width: 48.5%;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  text-align: left;
}
ul.proposition-list.concertina.downloads li.proposition .proposition-content .proposition-item:nth-child(odd), ul.proposition-list.manifest.downloads li.proposition .proposition-content .proposition-item:nth-child(odd) {
  margin-right: 1.5%;
}
ul.proposition-list.concertina.downloads li.proposition .proposition-content .proposition-item .btn-download, ul.proposition-list.manifest.downloads li.proposition .proposition-content .proposition-item .btn-download {
  padding: 20px 30px;
  width: 100%;
}
ul.proposition-list.concertina.downloads li.proposition .proposition-content .proposition-item .btn-download .download-filesize, ul.proposition-list.manifest.downloads li.proposition .proposition-content .proposition-item .btn-download .download-filesize {
  float: right;
  margin: 0 30px 0 25px;
}
ul.proposition-list.manifest li.proposition .proposition-title {
  cursor: auto;
}
ul.proposition-list.manifest li.proposition .proposition-content {
  display: block;
  text-align: left;
  padding: 0;
}
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item {
  position: relative;
  border: 1px solid #cccccc;
  border-top: none;
  padding: 40px;
}
@media screen and (max-width: 530px) {
  ul.proposition-list.manifest li.proposition .proposition-content .proposition-item {
    padding: 5px;
  }
}
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-remove a span {
  display: none;
}
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-remove .icon-wrapper img {
  width: 72px;
}
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .icon-wrapper {
  width: 36px;
  height: 36px;
  display: inline-block;
}
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .icon-wrapper .icon:hover svg path {
  fill: #8bc6c4;
}
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .icon-wrapper .icon svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .icon-wrapper img {
  width: 75px;
}
ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .icon-wrapper img.icon-image {
  width: 36px;
  max-width: 36px;
  height: 36px;
  max-height: 36px;
}
ul.proposition-list.manifest li.proposition .item-name {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  line-height: 175%;
  font-size: 13px;
}
@media screen and (max-width: 1000px) and (min-width: 870px) {
  ul.proposition-list.manifest li.proposition .item-name {
    width: 70% !important;
  }
}
@media screen and (max-width: 869px) {
  ul.proposition-list.manifest li.proposition .item-name {
    width: 60%;
  }
}
ul.proposition-list.manifest li.proposition .item-name .picture {
  float: left;
  margin-right: 30px;
  width: 126px;
  height: 126px;
  line-height: 0;
  /*@media screen and (max-width:530px) {
  	width: 60px;
  	height: 60px;
  	margin-right: 5px;
  }*/
}
@media screen and (max-width: 580px) {
  ul.proposition-list.manifest li.proposition .item-name .picture {
    height: auto;
  }
}
ul.proposition-list.manifest li.proposition .item-name .picture img {
  width: 100%;
}
@media screen and (max-width: 580px) {
  ul.proposition-list.manifest li.proposition .item-name .picture img {
    width: 50%;
  }
}
@media screen and (max-width: 490px) {
  ul.proposition-list.manifest li.proposition .item-name .picture img {
    width: 100%;
  }
}
ul.proposition-list.manifest li.proposition .item-name h3 {
  display: inline-block;
}
ul.proposition-list.manifest li.proposition .item-detail {
  font-size: 13px;
  width: 30%;
  line-height: 175%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1000px) and (min-width: 870px) {
  ul.proposition-list.manifest li.proposition .item-detail {
    width: 20% !important;
  }
}
@media screen and (max-width: 869px) and (min-width: 580px) {
  ul.proposition-list.manifest li.proposition .item-detail {
    width: 30% !important;
  }
}
ul.proposition-list.manifest li.proposition .item-actions {
  font-size: 13px;
  line-height: 175%;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: center !important;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  ul.proposition-list.manifest li.proposition .item-actions .btn {
    min-width: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 870px) {
  ul.proposition-list.manifest li.proposition .item-actions {
    width: 20% !important;
  }
}
@media screen and (max-width: 869px) and (min-width: 580px) {
  ul.proposition-list.manifest li.proposition .item-actions {
    width: 30% !important;
  }
}
ul.proposition-list.manifest li.proposition .item-actions .not-available {
  display: inline-block;
  min-width: 210px;
  text-align: center;
}
ul.proposition-list.manifest li.proposition .item-remove {
  line-height: 175%;
  font-size: 13px;
  width: 10%;
  text-align: right;
  float: right;
  vertical-align: top;
}
@media screen and (max-width: 1000px) and (min-width: 580px) {
  ul.proposition-list.manifest li.proposition .item-remove {
    width: 10% !important;
    float: none !important;
    display: inline-block;
  }
}
ul.proposition-list.concertina li.proposition .proposition-title {
  font-family: "gotham medium", sans-serif;
  font-size: 14px;
  min-height: 70px;
  padding: 20px 40px 19px 20px;
}

@media screen and (max-width: 580px) {
  ul.proposition-list.manifest li.proposition .proposition-title {
    display: none;
  }

  ul.proposition-list.manifest li.proposition .proposition-content .proposition-item {
    border: none;
    padding: 0;
  }

  ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-name, ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-actions, ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-detail, ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-remove, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-name, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-actions, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-detail, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-remove {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  ul.proposition-list.manifest li.proposition .item-name .picture {
    width: 100%;
  }

  .wishlist.actions {
    text-align: center;
  }

  .wishlist.actions .btn {
    margin: 15px 0 0;
  }
}
/* End Proposition List */
.home .article.prefooter.tools {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  .home .article.prefooter.tools {
    padding-top: 32px;
  }
}
.home .article.prefooter.tools a {
  color: #707070;
  text-decoration: none;
}
.home .article.prefooter.tools a:hover {
  text-decoration: none;
}
.home .article.prefooter.tools a.btn {
  color: #fff;
}
.home .article.prefooter.tools a.btn:hover {
  color: #3a2100;
}

.news .article:first-child {
  margin-bottom: 65px !important;
}

/*
.OrderingSamples {
	.article {
		.normal {
			//text-align:left;
		}
	}
}
*/
.GeneralCare .article {
  margin-bottom: 60px !important;
}

/* Article Templates */
.article {
  margin-bottom: 56px;
}
@media screen and (max-width: 1186px) {
  .article {
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 855px) {
  .article {
    margin-bottom: 138px;
  }
  .article.product-details {
    margin-bottom: 70px;
  }
}
.article .video-cover-image {
  position: relative;
  height: auto;
}
@media screen and (max-width: 750px) {
  .article {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .article.checkout-form-article {
    padding: 0 20px;
  }
}
@media screen and (max-width: 885px) {
  .article.checkout-form-article .column.twothirds {
    width: 100%;
  }
}
@media screen and (max-width: 885px) {
  .article.checkout-form-article .column.twothirds.left {
    margin-right: 0;
  }
}
@media screen and (max-width: 885px) {
  .article.checkout-form-article .column .action-buttons-wrap {
    text-align: center;
  }
  .article.checkout-form-article .column .action-buttons-wrap .edit-cart {
    float: none;
  }
}
.article h2 {
  margin-bottom: 20px;
}
.article .normal {
  margin-bottom: 20px;
}
.article .hero {
  width: 100%;
  line-height: 0;
  margin-bottom: 65px;
}
.article .hero.nomargin {
  margin: 0;
}
.article .hero .column.single {
  padding: 0;
  margin-bottom: 0;
}
.article .hero img {
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .article .row {
    width: 100%;
    padding: 20px;
  }
}
.article .column {
  position: relative;
}
.article .column .detail-wrapper {
  margin-left: 32px;
}
@media screen and (max-width: 1186px) {
  .article .column .detail-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .article .column .detail-wrapper {
    margin-left: 0;
  }
}
.article .column .article-links a {
  margin-bottom: 10px;
}
.article .column.single {
  width: 100%;
}
@media screen and (max-width: 1186px) {
  .article .column.single {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .article .column.single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.article .column.single.benefits {
  padding: 120px 34px;
}
@media screen and (max-width: 960px) {
  .article .column.single.benefits {
    padding: 68px 34px;
    margin: 70px 0 0;
  }
}
.article .column.half {
  width: 50%;
  float: left;
  			/*
  			&.order1,
  			&.order2 {
  				min-height:420px;/* height of the image * /
  				@media screen and (max-width: 1186px) {
  					min-height:360px;
  				}
  				@media screen and (max-width: 886px) {
  					min-height:300px;
  				}
  
  				@media screen and (max-width: $bp-small) {
  					.video-cover-image{
  
  					}
  				}
  			}
  			*/
}
@media screen and (max-width: 767px) {
  .article .column.half {
    width: 100%;
  }
}
.article .column.half.order1 {
  order: 1;
  margin-bottom: 10px;
}
.article .column.half.order2 {
  order: 2;
}
.article .column.half img {
  /*max-width: 100%; Changed from width: 100% to prevent unexpected stretch*/
  height: auto;
}
@media screen and (max-width: 767px) {
  .article .column.half.left {
    width: 100%;
    margin: 0 0 10px;
    margin-right: 0 !important;
  }
  .article .column.half.left.order2 {
    margin: 0;
  }
  .article .column.half.right {
    width: 100%;
    margin-left: 0;
  }
}
.article .column.third {
  width: 31.3%;
  float: left;
  text-align: left;
}
.article .column.third.center {
  margin: 0 3.05%;
}
@media screen and (max-width: 767px) {
  .article .column.third {
    width: 100%;
    padding: 0 20px;
  }
  .article .column.third h3 {
    margin-bottom: 20px;
  }
  .article .column.third.center {
    margin: 0;
  }
}
.article .column.twothirds {
  width: 64.5%;
  float: left;
  text-align: left;
}
.article .column.twothirds.left {
  margin-right: 3%;
}
.article .column.twothirds.right {
  margin-left: 3%;
}
@media screen and (max-width: 768px) {
  .article .column.twothirds {
    width: 100%;
  }
  .article .column.twothirds.left, .article .column.twothirds.right {
    margin: 0;
  }
}
.article.prefooter {
  border-top: 1px solid #b7b8c0;
  padding-top: 120px;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 1186px) {
  .article.prefooter {
    display: block;
    padding-top: 142px;
  }
}
@media screen and (max-width: 886px) {
  .article.prefooter {
    padding-top: 95PX;
  }
}
.article.prefooter.tools {
  border: none;
  padding-top: 112px;
}
.article.prefooter.tools .column {
  margin-top: 65px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article.prefooter.tools .column {
    height: auto !important;
  }
}
.article.prefooter.tools .column p.restrain {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.article.prefooter.tools .column .icon-wrapper {
  width: 124px;
  height: 124px;
}
.article.prefooter.tools .column .icon-wrapper svg path {
  fill: #b7b8c0;
}
.article.prefooter.tools .column h4 {
  margin: 51px 0 35px;
}
.article.prefooter.tools .column .btn {
  position: absolute;
  bottom: -0px;
  left: 50%;
  margin-left: -105px;
}
.article.prefooter.supply .column {
  padding-left: 100px;
}
.article.prefooter.supply .column .icon-wrapper {
  float: left;
  margin-left: -100px;
  width: 80px;
  height: 80px;
}
.article.prefooter.supply .column .icon-wrapper .icon img {
  width: 80px;
}
.article.prefooter.supply .column .btn {
  margin-top: 30px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .article.prefooter.supply {
    margin: 0 auto;
    text-align: center;
  }
  .article.prefooter.supply .column {
    padding: 0;
  }
  .article.prefooter.supply .column .icon-wrapper {
    margin: 0 auto 14px;
    float: none;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .article.prefooter.supply {
    margin: 0 auto;
    text-align: center;
  }
  .article.prefooter.supply .column {
    width: 250px;
    padding: 0;
    margin: 0 auto 20px auto !important;
  }
  .article.prefooter.supply .column.half {
    float: none;
  }
  .article.prefooter.supply .column.left {
    margin-bottom: 40px;
  }
  .article.prefooter.supply .column .icon-wrapper {
    float: none;
    display: block;
  }
  .article.prefooter.supply .column .btn {
    margin-top: 14px;
  }
}
@media screen and (max-width: 751px) {
  .article.prefooter.ordering.article {
    display: flex;
  }
}
.article.prefooter.ordering.article .third {
  padding-left: 87px;
  height: 65px;
  display: table;
  line-height: 0;
}
.article.prefooter.ordering.article .third .vert-wrap {
  display: table-cell;
  vertical-align: middle;
}
.article.prefooter.ordering.article .third .vert-wrap h6 {
  line-height: 138%;
  margin-bottom: 0;
}
.article.prefooter.ordering.article .third .icon-wrapper {
  width: 65px;
  height: 65px;
  margin-left: -87px;
}
.article.prefooter.ordering.article .third .icon-wrapper .icon img {
  width: 135px;
}
@media screen and (max-width: 1186px) {
  .article.prefooter.ordering.article .third {
    width: 32.3%;
  }
  .article.prefooter.ordering.article .third.center {
    margin: 0 1.5%;
  }
  .article.prefooter.ordering.article .third h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 885px) {
  .article.prefooter.ordering.article .third {
    padding: 0;
    text-align: center;
  }
  .article.prefooter.ordering.article .third h6 {
    font-size: 15px;
  }
  .article.prefooter.ordering.article .third .icon-wrapper {
    margin: 0 0 15px;
  }
  .article.prefooter.ordering.article .third .vert-wrap {
    display: block;
  }
}
@media screen and (max-width: 751px) {
  .article.prefooter.ordering.article .third {
    width: 100%;
  }
  .article.prefooter.ordering.article .third.center {
    margin: 15px 0;
  }
}
.article.product-filters-wrapper {
  height: 60px;
  margin: 30px 0 10px;
  z-index: 30;
  position: relative;
}
.article.product-filters-wrapper .news-filter.open .filter-category span {
  background-position: 0 -8px;
}
@media screen and (max-width: 1545px) {
  .article.product-filters-wrapper .news-filter {
    width: 50%;
  }
  .article.product-filters-wrapper .news-filter .filter-category {
    min-width: 0;
    width: 100%;
  }
  .article.product-filters-wrapper .news-filter .filter-category.selected {
    padding-left: 90px;
  }
  .article.product-filters-wrapper .news-filter .filter-category.selected .icon-wrapper {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .article.product-filters-wrapper .news-filter .filter-category.drop {
    font-size: 12px;
    line-height: 14px;
  }
  .article.product-filters-wrapper .news-filter .filter-category.selected {
    padding-left: 45px;
  }
}
@media screen and (max-width: 580px) and (max-width: 440px) {
  .article.product-filters-wrapper .news-filter .filter-category.selected {
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) {
  .beforeyougoinstore .btn {
    width: 100%;
  }
}
.beforeyougoinstore .article {
  text-align: left;
  margin-bottom: 50px;
  		/* this doesn't match the grid layouts but it does match the design 
  		.column{
  		 &.half{
  			 width:36%;
  			 &.left,
  			 &.right{
  				margin:0 7%;
  
  				img{width:100%}
  			 }
  
  			}
  		}
  
  		*/
}
@media screen and (max-width: 750px) {
  .beforeyougoinstore .article {
    text-align: center;
  }
}
.beforeyougoinstore .article .column img {
  max-width: 100%;
}
.beforeyougoinstore .article .column .normal {
  text-align: left;
}
.beforeyougoinstore .article .column .normal h3 {
  color: #565a5c;
}
.beforeyougoinstore .article .column.half {
  width: 38%;
}
.beforeyougoinstore .article .column.half.left {
  margin-right: 12%;
  margin-left: 8%;
}
@media screen and (min-width: 768px) and (max-width: 1185px) {
  .beforeyougoinstore .article .column.half {
    margin-left: 2% !important;
    width: 42%;
  }
}
@media screen and (max-width: 750px) {
  .beforeyougoinstore .article .column.half {
    width: 100%;
  }
  .beforeyougoinstore .article .column.half.left {
    margin-right: 0;
    margin-left: 0;
  }
}
.beforeyougoinstore .article .column.half h2 {
  font-family: "gotham medium", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .75px;
  margin-bottom: 5px;
  color: #b7b8c0;
}
.beforeyougoinstore #vertical-line {
  position: absolute;
  width: 55px;
  bottom: 400px;
  top: 5%;
  left: 50%;
  margin-left: -27.5px;
  background: url(../images/vertical-nav-line.png) repeat-y top center;
  z-index: 150;
}
@media screen and (max-width: 767px) {
  .beforeyougoinstore #vertical-line {
    display: none;
  }
}
.beforeyougoinstore #vertical-line #vertical-line-bubble {
  position: absolute;
  border-radius: 50%;
  display: block;
  height: 46px;
  width: 46px;
  background: #333;
  color: #fff;
  text-align: center;
  top: -10px;
  left: 5px;
  z-index: 5;
  line-height: 46px;
  font-size: 22px;
  font-family: "gotham", sans-serif;
}
.beforeyougoinstore #vertical-line #vertical-line-bubble.sticky {
  position: absolute;
  left: 50%;
  margin-left: -23px;
}
.beforeyougoinstore #vertical-line::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: -10px;
  left: 23px;
  background: url(../images/vertical-nav-bullet.png) no-repeat 0 0;
}
.beforeyougoinstore #vertical-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0px;
  left: 23px;
  background: url(../images/vertical-nav-bullet.png) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .beforeyougoinstore #vertical-line {
    display: none;
  }
}

/* End Article Templates */
/* Search */
.search-results {
  margin-top: 45px;
  max-width: 840px;
}
.search-results.no-results {
  text-transform: uppercase;
  margin-top: 90px;
  font-family: "gotham book", sans-serif;
}
.search-results .results-summary {
  font-family: "gotham book", sans-serif;
  text-align: left;
  font-weight: 600;
}
.search-results ul.results-list {
  list-style: none;
  margin-top: 00px;
  border-bottom: 1px solid #b7b8c0;
  padding: 10px 0px 00px 0px;
  text-align: left;
  overflow: hidden;
}
.search-results ul.results-list .view-more {
  color: #8bc6c4 !important;
}
.search-results ul.results-list:first-child {
  border-top: 1px solid #b7b8c0;
}
.search-results ul.results-list li.result {
  border-top: 1px solid #b7b8c0;
  padding: 20px 0 25px;
}
.search-results ul.results-list li.result a {
  color: #000;
}
.search-results ul.results-list li.result .result-picture {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.search-results ul.results-list li.result .result-title a {
  font-family: "gotham medium", sans-serif;
  font-size: 20px;
  text-decoration: none;
}
.search-results #SearchAgainForm {
  display: none;
}

/* Search End*/
/* Products */
.bremworthcollectionproduct .product-quickspec-list,
.product .product-quickspec-list {
  margin-top: 20px;
}
.bremworthcollectionproduct .breadcrumb,
.product .breadcrumb {
  margin-bottom: 60px;
}

.bremworthcollection .heading-with-filter,
.products .heading-with-filter {
  margin: auto;
  width: 876px;
}
@media screen and (max-width: 1186px) {
  .bremworthcollection .heading-with-filter,
  .products .heading-with-filter {
    width: 100%;
  }
}
.bremworthcollection .product-list .product,
.products .product-list .product {
  /*visibility:hidden;  mn removed as scrollreveal screwy*/
}
@media screen and (max-width: 855px) {
  .bremworthcollection .article,
  .products .article {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1545px) {
  .bremworthcollection #product-filter .product-filter-heading {
    width: 100%;
  }
}

#product-filter {
  visibility: hidden;
  position: fixed;
  top: 150px;
  left: -1px;
  width: 322px;
  text-align: left;
  /*@include transition(visibility .5s fade-in); This will cause jumpy product filter.*/
  /*margin-top: 60px;*/
}
#product-filter h6 {
  margin: 0;
}
@media screen and (max-width: 1545px) {
  #product-filter {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: auto;
    cursor: pointer;
  }
  #product-filter:hover .product-filter-heading {
    background-color: #fff;
  }
}
#product-filter .product-filter-heading {
  background-color: #eaecea;
  border: 1px solid #b7b8c0;
  width: 100%;
  border-left: none;
  border-bottom: none;
  padding: 0 25px;
}
@media screen and (max-width: 1545px) {
  #product-filter .product-filter-heading {
    border: 1px solid #b7b8c0;
    width: calc(50% + 1px);
    height: 60px;
  }
}
#product-filter .dropdown {
  opacity: 0;
  padding: 14px 25px 14px 90px;
  font-family: "gotham", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 -25px;
}
@media screen and (max-width: 580px) {
  #product-filter .dropdown {
    padding-left: 45px;
  }
}
@media screen and (max-width: 440px) {
  #product-filter .dropdown {
    font-size: 10px;
  }
}
#product-filter .dropdown .icon-wrapper {
  top: 50%;
  left: 20px;
  width: 48px;
  height: 28px;
  position: absolute;
  margin-top: -14px;
}
@media screen and (max-width: 740px) {
  #product-filter .dropdown .icon-wrapper {
    width: 35px;
    height: 20px;
    margin-top: -10px;
    left: 10px;
  }
}
#product-filter .dropdown .icon-wrapper .icon svg {
  height: 100%;
}
#product-filter .dropdown .icon-wrapper .icon svg path {
  fill: #432b0c;
}
#product-filter .dropdown .icon-wrapper .icon img {
  left: -20px;
  width: 155px;
}
#product-filter .dropdown span {
  width: 16px;
  height: 8px;
  background-image: url(../images/proposition_arrows_dark.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 27px;
  right: 25px;
  margin-top: -4px;
}
@media screen and (max-width: 1545px) {
  #product-filter .dropdown {
    opacity: 1;
    position: relative;
    z-index: auto;
  }
}
@media screen and (max-width: 1545px) {
  #product-filter.dropped .product-filter-heading {
    border-bottom: none;
  }
}
#product-filter.dropped .dropdown span {
  background-position: 0 -8px;
}
#product-filter.dropped ul.filter-options {
  display: block;
}
@media screen and (max-width: 1545px) {
  #product-filter h6 {
    display: none;
  }
}
#product-filter input[type=text] {
  margin: 12px 0 15px;
  background-image: url(../images/search-field-icon.svg#normal);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 21px 21px;
}
@media screen and (max-width: 1545px) {
  #product-filter input[type=text] {
    display: none;
  }
}
#product-filter .btn {
  width: 100%;
  text-align: center;
}
#product-filter ul {
  list-style: none;
}
#product-filter ul.filter-options {
  margin-bottom: 40px;
}
@media screen and (max-width: 1545px) {
  #product-filter ul.filter-options {
    display: none;
    width: 50%;
    width: calc(50% + 1px);
  }
}
@media screen and (max-width: 580px) {
  #product-filter ul.filter-options {
    width: 100%;
  }
}
#product-filter ul.filter-options li {
  border-left: 1px solid #b7b8c0;
  border-right: 1px solid #b7b8c0;
  padding: 0 25px;
  background-color: #eaecea;
  width: 100%;
}
#product-filter ul.filter-options li.last {
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b8c0;
}
#product-filter ul.filter-options li.last .btn {
  margin-top: 20px;
  display: block;
  width: 47%;
  min-width: 0;
  padding: 0;
  float: left;
}
@media screen and (min-width: 1546px) {
  #product-filter ul.filter-options li.last .btn {
    display: none;
    width: 100%;
  }
}
#product-filter ul.filter-options li.last .btn.btn-close {
  float: right;
}
@media screen and (min-width: 1546px) {
  #product-filter ul.filter-options li.last .btn.btn-close {
    display: none;
  }
}
@media screen and (max-width: 1545px) {
  #product-filter ul.filter-options li.last {
    padding-bottom: 15px;
  }
}
#product-filter ul.filter-options li ul li {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
}
#product-filter ul.filter-options li h4.filter-title {
  display: block;
  cursor: pointer;
  font-family: "gotham book", sans-serif;
  font-size: 15px;
  /*font-weight: bold;*/
  padding: 10px 25px;
  margin: 0 -25px;
  position: relative;
}
#product-filter ul.filter-options li h4.filter-title:hover {
  background-color: #fff;
}
@media screen and (max-width: 580px) {
  #product-filter ul.filter-options li h4.filter-title {
    font-size: 13px;
  }
}
#product-filter ul.filter-options li h4.filter-title span {
  width: 16px;
  height: 8px;
  background-image: url(../images/proposition_arrows_dark.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
}
#product-filter ul.filter-options li.open .filter-title span {
  background-position: 0 -8px;
}
#product-filter ul.filter-options li .filter-option {
  display: none;
  padding: 10px 0;
}
#product-filter ul.filter-options li .filter-option .scroll-bar-wrapper {
  width: 100%;
  position: relative;
}
#product-filter ul.filter-options li .filter-option .scroll-bar-wrapper .scroll-bar {
  border-radius: 10px;
  background-color: #cccccc;
  width: 100%;
  height: 14px;
  overflow: hidden;
  cursor: pointer;
}
#product-filter ul.filter-options li .filter-option .scroll-bar-wrapper .scroll-bar .progress {
  background-color: #8bc6c4;
  width: 50%;
  height: 14px;
}
#product-filter ul.filter-options li .filter-option .scroll-bar-wrapper .thumb {
  width: 26px;
  height: 26px;
  border: 1px solid #cccccc;
  background-color: #fff;
  left: 50%;
  margin-left: -13px;
  top: -19px;
  cursor: pointer;
}
#product-filter ul.filter-options li .filter-option .scroll-bar-wrapper .scroll-bar-labels {
  text-align: center;
  margin-top: -15px;
  line-height: 0;
}
#product-filter ul.filter-options li .filter-option .scroll-bar-wrapper .scroll-bar-labels .label {
  font-family: "gotham book", sans-serif;
  font-size: 13px;
  color: #707070;
  display: inline-block;
}
#product-filter ul.filter-options li .filter-option .scroll-bar-wrapper .scroll-bar-labels .label.left {
  float: left;
}
#product-filter ul.filter-options li .filter-option .scroll-bar-wrapper .scroll-bar-labels .label.right {
  float: right;
}
#product-filter ul.filter-options li .filter-option .swatch {
  margin: 0;
}
#product-filter ul.filter-options li .filter-option .swatch li {
  display: block;
  float: left;
  margin-bottom: 13px;
}
#product-filter ul.filter-options li .filter-option .swatch li:hover {
  color: #8bc6c4;
}
#product-filter ul.filter-options li .filter-option .swatch li:hover .icon-wrapper .icon img {
  left: -100%;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip {
  width: 40px;
  height: 40px;
  margin-right: 13px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1545px) {
  #product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip:nth-child(5n) {
    margin-right: 0;
  }
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.beigecreamnatural {
  background-color: #f4e5cc;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.blue {
  background-color: #2d7db2;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.brown {
  background-color: #99765e;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.goldyellow {
  background-color: #ecd05f;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.green {
  background-color: #6a834e;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.grey {
  background-color: #b7b8c0;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.red {
  background-color: #be465a;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.white {
  background-color: #ffffff;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.none {
  background-color: transparent;
  border: 1px solid #3a2100;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip.selected {
  border: 2px solid #8bc6c4;
}
#product-filter ul.filter-options li .filter-option .swatch.colour-swatch .colour-chip span {
  display: none;
}
#product-filter ul.filter-options li .filter-option .swatch.style-swatch .style-chip {
  width: 50px;
  margin-right: 22px;
  cursor: pointer;
}
#product-filter ul.filter-options li .filter-option .swatch.style-swatch .style-chip.selected {
  color: #8bc6c4;
}
#product-filter ul.filter-options li .filter-option .swatch.style-swatch .style-chip.selected svg path {
  fill: #8bc6c4;
}
#product-filter ul.filter-options li .filter-option .swatch.style-swatch .style-chip.selected .icon-wrapper .icon img {
  left: -100%;
}
#product-filter ul.filter-options li .filter-option .swatch.fibre-swatch .fibre-chip {
  width: 50px;
  margin-right: 22px;
  cursor: pointer;
}
#product-filter ul.filter-options li .filter-option .swatch.fibre-swatch .fibre-chip.selected {
  color: #8bc6c4;
}
#product-filter ul.filter-options li .filter-option .swatch.fibre-swatch .fibre-chip.selected svg path {
  fill: #8bc6c4;
}
#product-filter ul.filter-options li .filter-option .swatch.fibre-swatch .fibre-chip.selected .icon-wrapper .icon img {
  left: -100%;
}
#product-filter ul.filter-options li .filter-option .swatch.purpose-swatch .purpose-chip {
  width: 50px;
  margin-right: 22px;
  cursor: pointer;
}
#product-filter ul.filter-options li .filter-option .swatch.purpose-swatch .purpose-chip.selected {
  color: #8bc6c4;
}
#product-filter ul.filter-options li .filter-option .swatch.purpose-swatch .purpose-chip.selected svg path {
  fill: #8bc6c4;
}
#product-filter ul.filter-options li .filter-option .swatch.purpose-swatch .purpose-chip.selected .icon-wrapper .icon img {
  left: -100%;
}
#product-filter ul.filter-options li .filter-option .swatch .filter-text {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  text-align: center;
  font-family: "gotham medium", sans-serif;
  font-size: 9px;
  line-height: 140%;
}

ul.product-list {
  list-style: none;
  display: block;
}
ul.product-list.related-product {
  min-height: 0;
  margin-top: 40px;
}
@media screen and (max-width: 885px) {
  ul.product-list.related-product .product:nth-child(3) {
    display: none;
  }
}
ul.product-list li.product {
  margin: 20px;
  margin-bottom: 45px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1186px) {
  ul.product-list li.product {
    width: 31.5%;
    margin: 20px 0 65px;
  }
  ul.product-list li.product:nth-child(3n+2) {
    margin: 20px 1.5% 65px;
  }
}
@media screen and (max-width: 885px) {
  ul.product-list li.product {
    width: 262px;
  }
  ul.product-list li.product:nth-child(odd) {
    margin: 20px 3% 55px 0;
  }
  ul.product-list li.product:nth-child(even) {
    margin: 20px 0 55px 3%;
  }
}
@media screen and (max-width: 768px) {
  ul.product-list li.product {
    width: 262px;
    margin: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 580px) {
  ul.product-list li.product:nth-child(odd), ul.product-list li.product:nth-child(even) {
    margin: 20px 0;
  }
}
ul.product-list li.product .product-new {
  /*
  font-size: 10px;
  padding: 0 10px;
  display: inline-block;
  top: 10px;
  left: 10px;
  z-index: 20;
  @include border-radius(30%/50%);
  */
}
ul.product-list li.product .product-widget {
  width: 262px;
  height: 262px;
  overflow: hidden;
}
ul.product-list li.product .product-widget .product-hover {
  position: absolute;
  display: table-cell;
  padding-top: 46%;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "gotham book", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.product-list li.product .product-widget .product-hover:hover {
  opacity: 1;
}
ul.product-list li.product .product-widget .btn {
  width: 45px;
  height: 45px;
}
ul.product-list li.product .product-widget .btn.selected .icon svg.added {
  display: block !important;
}
ul.product-list li.product .product-widget .btn.selected .icon svg.not-added {
  display: none !important;
}
ul.product-list li.product .product-widget .btn .icon-wrapper {
  width: 23px;
  height: 24px;
  top: 12px;
  left: 1px;
}
ul.product-list li.product .product-widget .btn .icon-wrapper .icon svg {
  width: 100%;
  left: -2px;
}
ul.product-list li.product .product-widget .btn .icon-wrapper .icon svg.not-added {
  display: block;
}
ul.product-list li.product .product-widget .btn .icon-wrapper .icon svg.added {
  display: none;
}
ul.product-list li.product .product-widget .btn .icon-wrapper .icon svg path {
  fill: #ffffff;
}
ul.product-list li.product .product-widget .btn .icon-wrapper .icon.hover:hover img {
  left: -30px;
}
ul.product-list li.product .product-widget .btn.selected .icon img, ul.product-list li.product .product-widget .btn:hover .icon img {
  left: -30px;
}
ul.product-list li.product .product-widget .colour-toggler {
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 10;
  font-family: "gotham medium", sans-serif;
  white-space: nowrap;
  color: #fff;
  cursor: default;
  background-color: rgba(58, 33, 0, 0.8);
  /* 80% of $reversebackgroundcolor;*/
  padding: 5px 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.product-list li.product .product-widget .product-colours {
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 10;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  padding: 2px 3px 45px;
  border: 2px solid #eaecea;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.product-list li.product .product-widget .product-colours.open {
  opacity: 1;
  left: 0;
}
ul.product-list li.product .product-widget .product-colours .colour-list {
  margin-left: 0;
}
ul.product-list li.product .product-widget .product-colours .colour-list .colour {
  width: 44px;
}
ul.product-list li.product .product-widget .product-colours .colour-list .colour img {
  width: 40px;
  height: 40px;
}

.desktop ul.product-list .colour-toggler.active, .desktop ul.product-list .colour-toggler:hover {
  color: #3a2100 !important;
  background-color: #fff !important;
  pointer-events: none;
}

.mobile ul.product-list .colour-toggler.active {
  color: #3a2100 !important;
  background-color: #fff !important;
}

.product-widget {
  width: 470px;
  height: 470px;
  position: relative;
  background-size: cover;
  /*@media screen and (max-width: 886px) {
  	width: 342px;
  	height: 342px;
  }*/
}
@media screen and (max-width: 1186px) {
  .product-widget {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .product-widget {
    width: 420px;
    height: 420px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 588px) {
  .product-widget {
    width: 100%;
    height: auto;
  }
}
.product-widget .free-sample-label {
  padding: 0 18px;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(139, 198, 196, 0.8);
  line-height: 43px;
  z-index: 0;
  font-family: "gotham medium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.product-widget.large .magnifierRentgen {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-widget.large .magnifierRentgen .magnifier-loupe {
  overflow: hidden;
  position: absolute;
  border-radius: 10em;
  top: 0;
  left: 0;
  border: #f0f0f0 2px solid;
  cursor: none;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  display: none;
}
.product-widget .product-zoom {
  position: relative;
}
.product-widget .product-zoom .overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: none;
}
.product-widget .product-zoom.loading {
  height: 100%;
}
.product-widget .product-zoom.loading .overlay {
  display: block;
}
.product-widget .btn {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: none;
  background-color: rgba(58, 33, 0, 0.8);
  /* 80% of $reversebackgroundcolor;*/
  min-width: 0;
  padding: 0;
}
.product-widget .btn.selected .icon svg.added {
  display: block !important;
}
.product-widget .btn.selected .icon svg.not-added {
  display: none !important;
}
.product-widget .btn .icon-wrapper {
  width: 47px;
  height: 48px;
  top: 15px;
  left: 0px;
}
.product-widget .btn .icon-wrapper .icon svg {
  width: 100%;
}
.product-widget .btn .icon-wrapper .icon svg.not-added {
  display: block;
}
.product-widget .btn .icon-wrapper .icon svg.added {
  display: none;
}
.product-widget .btn .icon-wrapper .icon svg path {
  fill: #ffffff;
}
.product-widget .btn .icon-wrapper .icon.hover:hover img {
  left: -30px;
}
.product-widget .btn.selected .icon img, .product-widget .btn:hover .icon img {
  left: -52px;
}

.product-new {
  text-transform: capitalize;
  font-family: "gotham medium", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #8bc6c4;
  display: inline-block;
  padding: 7px 25px;
  margin-top: 30px;
  /* product widget */
  /*position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;*/
  -webkit-border-radius: 25%/50%;
  -moz-border-radius: 25%/50%;
  -ms-border-radius: 25%/50%;
  border-radius: 25%/50%;
}

.product-colours ul.colour-list {
  list-style: none;
  display: block;
  margin-left: -5px;
}
.product-colours ul.colour-list li.colour {
  float: left;
  margin: 3px;
  border: 2px solid transparent;
  line-height: 0;
  position: relative;
  /*&.loading-preview::after, &.loading-preview-zoom::after {
  	content: "";
  	display: block;
  	position: absolute;
  	width: 55px;
  	height: 55px;
  	background: rgba(0,0,0,.3) url(../images/spinner-black.gif) no-repeat center center;
  	top: -2px;
  	left: -3px;
  }*/
}
.product-colours ul.colour-list li.colour div.white-outline {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-colours ul.colour-list li.colour img {
  width: auto;
}
.product-colours ul.colour-list li.colour.selected {
  border-color: transparent;
  /*$secondarycolour;*/
}
.product-colours.active ul.colour-list li.colour.selected {
  border-color: #3a2100;
}

.product-colour-name {
  font-family: "gotham book", sans-serif;
}

.product-details ul.product-list {
  min-height: 0;
}
.product-details .column.half.right {
  text-align: left;
}
@media screen and (max-width: 1186px) and (min-width: 767px) {
  .product-details .column.half.left {
    width: 44%;
    margin-right: 6%;
  }
}
.product-details h4 {
  text-transform: uppercase;
}
.product-details .product-introduction,
.product-details .colour-swatch,
.product-details .specification-swatch {
  margin-bottom: 30px;
}
.product-details .product-introduction h2 {
  font-family: "gotham book", sans-serif;
  font-weight: bold;
  color: #3a2100;
  margin-bottom: 0;
}
.product-details .product-long-description {
  margin-bottom: 50px;
}
.product-details .product-actions .reverse {
  margin-right: 0;
}
.product-details .product-actions .btn {
  min-width: 250px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .product-details .product-actions .btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px -1px) {
  .product-details .product-actions {
    text-align: center !important;
  }
}
.product-details .product-actions .btnBlue {
  margin-top: 0 !important;
}
.product-details ul.colour-list li.colour {
  /*padding: 2px;*/
  margin: 2px;
  cursor: pointer;
}
.product-details .sample-size {
  font-family: "gotham book", sans-serif;
  color: #b7b8c0;
  font-size: 15px;
  text-align: left;
  margin: 10px 0;
}
.product-details ul.product-image-list {
  list-style: none;
  margin-top: 20px;
}
.product-details ul.product-image-list li.product-image {
  position: relative;
  float: left;
  margin: 0 30px 30px 0;
  line-height: 0;
}
.product-details ul.product-image-list li.product-image:nth-child(even) {
  margin-right: 0;
}
.product-details ul.product-image-list li.product-image .gallery-image-linktext {
  position: absolute;
  padding-top: 32%;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.product-details ul.product-image-list li.product-image .gallery-image-linktext:hover {
  opacity: 1;
}
.product-details .benefits {
  background-color: #eaecea;
  text-align: center;
  margin: 100px 0;
  /* product details */
}
.product-details .benefits ul.product-benefit-list {
  margin-top: 50px;
  list-style: none;
}
.product-details .benefits ul.product-benefit-list li.product-benefit {
  display: block;
  width: 765px;
  margin: 0 auto 40px;
  vertical-align: top;
  text-align: left;
}
.product-details .benefits ul.product-benefit-list li.product-benefit svg path {
  fill: #442d0e;
}
@media screen and (max-width: 768px) {
  .product-details .benefits ul.product-benefit-list li.product-benefit {
    width: 100%;
  }
}
.product-details .benefits ul.product-benefit-list li.product-benefit .icon-wrapper {
  float: left;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 470px) {
  .product-details .benefits ul.product-benefit-list li.product-benefit .icon-wrapper {
    float: none !important;
    display: block;
    padding-left: 0px !important;
  }
}
.product-details .benefits ul.product-benefit-list li.product-benefit .icon-wrapper .icon-image {
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
}
.product-details .benefits ul.product-benefit-list li.product-benefit .product-benefit-text {
  padding-left: 40px !important;
  float: left;
  width: 705px;
}
@media screen and (max-width: 470px) {
  .product-details .benefits ul.product-benefit-list li.product-benefit .product-benefit-text {
    float: none;
    display: block;
    padding-left: 0px !important;
    width: 100%;
  }
}
@media screen and (min-width: 471px) and (max-width: 885px) {
  .product-details .benefits ul.product-benefit-list li.product-benefit .product-benefit-text {
    width: 70%;
    padding-left: 0;
  }
}
.product-details .benefits ul.product-benefit-list li.product-benefit .product-benefit-text h6 {
  margin-bottom: 10px;
}
.product-details .product-logos {
  display: table;
  text-align: center;
  padding: 50px 0;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  .product-details .product-logos {
    display: block;
  }
}
.product-details .product-logos .logo {
  display: table-cell;
  padding: 0 50px;
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .product-details .product-logos .logo {
    padding: 0 20px;
  }
}
@media screen and (max-width: 580px) {
  .product-details .product-logos .logo {
    display: block;
  }
}

ul.product-quickspec-list {
  list-style: none;
  margin-top: 30px;
  /* product widget */
}
ul.product-quickspec-list li.product-quickspec {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 5px;
  line-height: 0;
}
ul.product-quickspec-list li.product-quickspec:hover svg path {
  fill: #8bc6c4;
}
ul.product-quickspec-list li.product-quickspec svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #b7b8c0;
}
ul.product-quickspec-list li.product-quickspec:hover .tool-tip {
  visibility: visible;
  display: block;
  opacity: 1;
  top: 105%;
}

/* Products End */
/* Product Range */
@media screen and (max-width: 768px) {
  .page-region-wrapper .page-region.content.featuredproducts {
    width: 100%;
  }
}

.featuredproducts .introduction {
  max-width: 640px;
  margin: 0 auto;
}
.featuredproducts .feature-range-list {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  list-style: none;
  margin: 30px 0 90px;
}
@media screen and (max-width: 480px) {
  .featuredproducts .feature-range-list {
    margin: 0 0 30px;
  }
}
.featuredproducts .feature-range-list .feature-range-item {
  display: inline-block;
  margin: 0 13px;
}
@media screen and (max-width: 768px) {
  .featuredproducts .feature-range-list .feature-range-item {
    margin: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .featuredproducts .feature-range-list .feature-range-item {
    margin: 0;
    width: 33.3%;
  }
}
.featuredproducts .feature-range-list .feature-range-item a {
  display: block;
  width: auto;
  font-family: "gotham medium", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 5px solid #fff;
  padding: 10px 25px;
  color: #3a2100;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .featuredproducts .feature-range-list .feature-range-item a {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 480px) {
  .featuredproducts .feature-range-list .feature-range-item a {
    font-size: 13px;
  }
}
.featuredproducts .feature-range-list .feature-range-item a:hover {
  color: #8bc6c4;
}
.featuredproducts .feature-range-list .feature-range-item a.active, .featuredproducts .feature-range-list .feature-range-item a.active:hover {
  color: #3a2100;
  border-bottom-color: #8bc6c4;
}
.featuredproducts .featured-range {
  display: none;
}
.featuredproducts .featured-range .description {
  max-width: 640px;
  margin: 0 auto;
}
.featuredproducts .featured-range.active {
  display: block;
}
.featuredproducts .featured-range .article .hero {
  margin-bottom: 0;
}
.featuredproducts .featured-range .first-image {
  margin-bottom: 25px;
}
.featuredproducts .featured-range .first-image .image {
  width: 558px;
  height: 558px;
  display: inline-block;
}
.featuredproducts .featured-range .first-image img {
  width: 100%;
  max-width: 558px;
}
@media screen and (max-width: 480px) {
  .featuredproducts .featured-range .first-image {
    margin-bottom: 0;
  }
}
.featuredproducts .featured-range h2 {
  font-style: italic;
  font-size: 60px;
  font-family: "Lora", serif;
  margin-bottom: 40px;
  width: auto;
}

/* Product Range End */
/* News */
.news-list {
  list-style: none;
  position: relative;
  z-index: 20;
}
.news-list .news-list-article {
  display: inline-block;
  vertical-align: top;
  width: 355px;
  margin-bottom: 60px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news-list .news-list-article {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1186px) {
  .news-list .news-list-article {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1186px) {
  .news-list .news-list-article:nth-child(even) {
    margin-left: 2% !important;
  }
}
.news-list .news-list-article:nth-child(3n+2) {
  margin: 0 52px 60px;
}
@media screen and (max-width: 767px) {
  .news-list .news-list-article:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1186px) {
  .news-list .news-list-article:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-list .news-list-article .news-list-article-image {
  width: 355px;
  height: 198px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-list .news-list-article .news-list-article-image {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1186px) {
  .news-list .news-list-article .news-list-article-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
}
.news-list .news-list-article .news-list-article-image .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 84px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-family: "gotham book", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media screen and (max-width: 767px) {
  .news-list .news-list-article .news-list-article-image .image-hover {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1186px) {
  .news-list .news-list-article .news-list-article-image .image-hover {
    width: 100%;
    height: auto;
  }
}
.news-list .news-list-article .news-list-article-image .image-hover span {
  padding-bottom: 5px;
  border-bottom: 3px solid #fff;
}
.news-list .news-list-article:hover .news-list-article-image {
  width: 355px;
  height: 198px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-list .news-list-article:hover .news-list-article-image {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1186px) {
  .news-list .news-list-article:hover .news-list-article-image {
    width: 100%;
    height: auto;
  }
}
.news-list .news-list-article:hover .news-list-article-image .image-hover {
  opacity: 1;
}
.news-list .news-list-article:hover .news-list-article-image img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list .news-list-article h5 {
  margin-bottom: 15px;
}
.news-list .news-list-article h6 {
  margin: 30px 0 15px;
  color: #b7b8c0;
}
.news-list .news-list-article a {
  text-decoration: none;
}
.news-list .news-list-article img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.related-news {
  border-top: 1px solid #b7b8c0;
  padding-top: 110px;
  margin-top: 110px;
}
@media screen and (max-width: 886px) {
  .related-news {
    padding-top: 75px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 1186px) {
  .related-news .news-list .news-list-article:nth-child(3) {
    display: none;
  }
}

.news-article {
  margin-top: 0;
}
.news-article .main-image {
  margin-bottom: 40px;
  max-width: 100%;
}
.news-article .main-image img {
  width: 100%;
}
.news-article .project-credits,
.news-article .introduction {
  margin-bottom: 35px;
}
.news-article h6 {
  margin: 0 0 15px;
  color: #b7b8c0;
}
.news-article h2 {
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 40px;
}
@media print {
  .news-article h2 {
    margin-top: 150px;
  }
}
.news-article .article.related-news {
  border-top: 1px solid #b7b8c0;
  padding-top: 100px;
  margin-top: 120px;
}
.news-article .article.related-news .news-list {
  margin-top: 65px;
}
.news-article .article.related-news .news-list .news-list-article {
  margin-bottom: 0;
}

/* News End */
/* Enquiry */
.validation .validation_inner,
.validation .inner {
  font-family: "gotham book", sans-serif;
}

#EnquiryForm {
  margin: 80px auto 0;
  width: 840px;
}
@media screen and (max-width: 886px) {
  #EnquiryForm {
    margin: 80px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .checkout .action-buttons-wrap {
    padding: 0 0 0 0 !important;
  }
}

.enquiry-form {
  list-style: none;
}
.enquiry-form .ccpayment,
.enquiry-form li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  /*
  select,
  input[type=text] {
  	height: 80px;
  }
  */
}
@media screen and (max-width: 565px) {
  .enquiry-form .ccpayment,
  .enquiry-form li {
    margin-bottom: 12px;
  }
}
.enquiry-form .ccpayment.half,
.enquiry-form li.half {
  float: left;
  width: 49%;
}
@media screen and (max-width: 565px) {
  .enquiry-form .ccpayment.half,
  .enquiry-form li.half {
    width: 100%;
    float: none;
  }
}
.enquiry-form .ccpayment.half:nth-child(odd),
.enquiry-form li.half:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 565px) {
  .enquiry-form .ccpayment.half:nth-child(odd),
  .enquiry-form li.half:nth-child(odd) {
    margin-right: 0;
  }
}
.enquiry-form .ccpayment.actions,
.enquiry-form li.actions {
  text-align: right;
}
@media screen and (max-width: 565px) {
  .enquiry-form .ccpayment.actions button,
  .enquiry-form li.actions button {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }
}
.enquiry-form .ccpayment.dealer-option,
.enquiry-form li.dealer-option {
  display: none;
}
.enquiry-form .ccpayment .enquiry-product-detail,
.enquiry-form li .enquiry-product-detail {
  text-align: left;
}
.enquiry-form .ccpayment .enquiry-product-detail h3.productname,
.enquiry-form li .enquiry-product-detail h3.productname {
  margin-top: 0;
}
.enquiry-form .ccpayment .enquiry-product-detail .colour.circle,
.enquiry-form li .enquiry-product-detail .colour.circle {
  float: left;
  margin-right: 20px;
}
.enquiry-form.checkout-form .column.half.left, .enquiry-form.payment-form .column.half.left {
  float: left;
}
.enquiry-form.checkout-form .column.half.right, .enquiry-form.payment-form .column.half.right {
  float: right;
}
.enquiry-form.checkout-form .actions, .enquiry-form.payment-form .actions {
  margin-top: 20px;
}
.enquiry-form.checkout-form .column.half {
  width: 49%;
}
@media screen and (max-width: 580px) {
  .enquiry-form.checkout-form .column.half {
    width: 100%;
  }
}
.enquiry-form.checkout-form .terms-and-conditions {
  font-size: 13px;
  font-family: "gotham book", sans-serif;
  color: #4eb5b1;
}
.enquiry-form.checkout-form .terms-and-conditions a {
  text-decoration: underline;
}
.enquiry-form.payment-form {
  font-family: "gotham book", sans-serif;
  background: #eaecea;
  padding: 40px;
}
.enquiry-form.payment-form .column.half {
  width: 65%;
}
.enquiry-form.payment-form .column.half.payment-label {
  width: 35%;
  text-align: right;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #565a5c;
  font-family: "gotham", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .75px;
  padding-right: 30px;
}
@media screen and (max-width: 580px) {
  .enquiry-form.payment-form .column.half.payment-label {
    width: 100%;
    text-align: left;
    height: 40px;
  }
}
@media screen and (max-width: 570px) {
  .enquiry-form.payment-form .column.half {
    width: 100%;
  }
}
.enquiry-form.payment-form .actions {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .enquiry-form.payment-form .actions {
    margin-top: 0;
  }
}

.office-list-wrapper {
  text-align: left;
  width: 840px;
  margin: 50px auto 0;
}
@media screen and (max-width: 840px) {
  .office-list-wrapper {
    width: 100%;
    /*margin:0; ZW 20022017 - not sure why we want to margin 0 here, but it broke layout on enquiry thank you page.*/
    margin: 30px auto 0;
    text-align: center;
  }
}
.office-list-wrapper h4 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 565px) {
  .office-list-wrapper h4 {
    margin-bottom: 30px;
  }
}
.office-list-wrapper .office-list {
  list-style: none;
}
.office-list-wrapper .office-list .office-list-item {
  float: left;
  width: 33.3%;
  margin: 0px 0px 56px 0px;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .office-list-wrapper .office-list .office-list-item {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
}
.office-list-wrapper .office-list .office-list-item h6 {
  margin-bottom: 8px;
}
.office-list-wrapper .office-list .office-list-item:nth-child(3n+2) {
  /*@media screen and (max-width: 840px) {
  	margin:0 0 10px 0px;
  }*/
}
.office-list-wrapper .office-list .office-list-item .office-footnote {
  margin-top: 10px;
  font-size: 15px;
  color: #cccccc;
}

/* Enquiry End */
/* Floor Calculator*/
@media screen and (min-width: 960px) {
  .floorcalculator .article {
    width: 840px;
    margin: 0 auto;
  }
}
.floorcalculator input::-webkit-input-placeholder {
  color: #3a2100;
  text-transform: uppercase;
}
.floorcalculator input:-moz-placeholder {
  color: #3a2100;
  text-transform: uppercase;
}
.floorcalculator input::-moz-placeholder {
  color: #3a2100;
  text-transform: uppercase;
}
.floorcalculator input:-ms-input-placeholder {
  color: #3a2100;
  text-transform: uppercase;
}
.floorcalculator .btn-calculate {
  width: 100%;
}
.floorcalculator .room-list,
.floorcalculator .result-list {
  list-style: none;
  margin-bottom: 60px;
}
.floorcalculator .room-list .room .productname,
.floorcalculator .room-list .result .productname,
.floorcalculator .result-list .room .productname,
.floorcalculator .result-list .result .productname {
  text-align: left;
  margin-bottom: 30px;
}
.floorcalculator .room-list .room .result-input,
.floorcalculator .room-list .room .width-input,
.floorcalculator .room-list .room .length-input,
.floorcalculator .room-list .result .result-input,
.floorcalculator .room-list .result .width-input,
.floorcalculator .room-list .result .length-input,
.floorcalculator .result-list .room .result-input,
.floorcalculator .result-list .room .width-input,
.floorcalculator .result-list .room .length-input,
.floorcalculator .result-list .result .result-input,
.floorcalculator .result-list .result .width-input,
.floorcalculator .result-list .result .length-input {
  width: 49%;
  position: relative;
  float: left;
}
.floorcalculator .room-list .room .result-input .faux-label,
.floorcalculator .room-list .room .width-input .faux-label,
.floorcalculator .room-list .room .length-input .faux-label,
.floorcalculator .room-list .result .result-input .faux-label,
.floorcalculator .room-list .result .width-input .faux-label,
.floorcalculator .room-list .result .length-input .faux-label,
.floorcalculator .result-list .room .result-input .faux-label,
.floorcalculator .result-list .room .width-input .faux-label,
.floorcalculator .result-list .room .length-input .faux-label,
.floorcalculator .result-list .result .result-input .faux-label,
.floorcalculator .result-list .result .width-input .faux-label,
.floorcalculator .result-list .result .length-input .faux-label {
  position: absolute;
  right: 20px;
  top: 10px;
  font-family: "gotham medium", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #b7b8c0;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 580px) {
  .floorcalculator .room-list .room .result-input,
  .floorcalculator .room-list .room .width-input,
  .floorcalculator .room-list .room .length-input,
  .floorcalculator .room-list .result .result-input,
  .floorcalculator .room-list .result .width-input,
  .floorcalculator .room-list .result .length-input,
  .floorcalculator .result-list .room .result-input,
  .floorcalculator .result-list .room .width-input,
  .floorcalculator .result-list .room .length-input,
  .floorcalculator .result-list .result .result-input,
  .floorcalculator .result-list .result .width-input,
  .floorcalculator .result-list .result .length-input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.floorcalculator .room-list .room .width-input,
.floorcalculator .room-list .result .width-input,
.floorcalculator .result-list .room .width-input,
.floorcalculator .result-list .result .width-input {
  margin-right: 2%;
}
@media screen and (max-width: 580px) {
  .floorcalculator .room-list .room .width-input,
  .floorcalculator .room-list .result .width-input,
  .floorcalculator .result-list .room .width-input,
  .floorcalculator .result-list .result .width-input {
    margin-right: 0;
  }
}
.floorcalculator .results-wrapper {
  margin-top: 100px;
}
.floorcalculator .results-wrapper .result-list .result .result-input {
  width: 100%;
}
.floorcalculator .results-wrapper .result-list .result .result-input input:hover, .floorcalculator .results-wrapper .result-list .result .result-input input:focus {
  border: 1px solid #b7b8c0;
  /*background-color: $quinarygrey;*/
}
.floorcalculator .results-wrapper .disclaimer {
  color: #b7b8c0;
}
.floorcalculator .results-wrapper.disabled h6,
.floorcalculator .results-wrapper.disabled .productname {
  color: #b7b8c0;
}

/* End Floor Calculator*/
/* Sharing */
.page-share {
  margin: 60px 0 50px;
}

/* Icons */
/*
.icon-sprite-tools {
	width: 125px;
	height: 125px;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: 100px;
	white-space: nowrap;

}
.icon-sprite-image {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;

	img {
		position: relative;
		top: 0;
		left: 0;
		height: 50px;
	}

	&:hover {
		img {
			left: -100%;
		}
	}
}
*/
.icon-wrapper {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.icon-wrapper.hover svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-wrapper.hover:hover svg path {
  fill: #8bc6c4;
}
.icon-wrapper.small {
  width: 45px;
  height: 45px;
}
.icon-wrapper.small .icon img {
  width: 93px;
}
.icon-wrapper.small .icon img.icon-image {
  width: 45px;
  max-width: 45px;
  height: 45px;
  max-height: 45px;
}
.icon-wrapper.large {
  width: 55px;
  height: 55px;
}
.icon-wrapper.large .icon img {
  width: 114px;
}
.icon-wrapper .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-wrapper .icon svg path {
  fill: #372411;
}
.icon-wrapper .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 124px;
}
.icon-wrapper .icon.hover {
  cursor: pointer;
}
.icon-wrapper .icon.selected img, .icon-wrapper .icon.hover:hover img {
  left: -100%;
}

/* Start Store Finder  {{ */
.storefinder.page-region {
  width: 100% !important;
  margin-bottom: 0px !important;
}
.storefinder .restrain {
  width: 1170px;
  margin: auto;
}
@media screen and (max-width: 1170px) {
  .storefinder .restrain {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
.storefinder .column {
  font-size: 0;
}
.storefinder .column .normal {
  font-size: 17px;
}
.storefinder .column .btn {
  width: 240px;
  margin: 0 10px;
}
@media screen and (max-width: 500px) {
  .storefinder .column .btn {
    margin-right: 0 !important;
  }
}
.storefinder .column .btn.reverse {
  margin-bottom: 15px;
  margin-top: 30px;
}
.storefinder .search-criteria {
  height: 120px;
  line-height: 120px;
  margin-top: 100px;
  font-size: 0px;
  background-color: #eaece9;
}
@media screen and (max-width: 500px) {
  .storefinder .search-criteria {
    height: auto;
    line-height: 0px;
  }
}
.storefinder .search-criteria .text {
  font-size: 24px;
  font-style: italic;
  display: inline-block;
  color: #565a5c;
  height: 60px;
  vertical-align: middle;
  padding-right: 15px;
  margin-right: 20px;
  line-height: 60px;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .storefinder .search-criteria .text {
    padding-right: 2%;
    width: 24%;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .storefinder .search-criteria .text {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .storefinder .search-criteria .text {
    display: block;
    height: auto;
    margin-right: 0;
    width: 100%;
  }
}
.storefinder .search-criteria .text-search {
  width: 480px;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .storefinder .search-criteria .text-search {
    margin-right: 2%;
    width: 45%;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .storefinder .search-criteria .text-search {
    width: 66%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 500px) {
  .storefinder .search-criteria .text-search {
    width: 97%;
  }
}
.storefinder .search-criteria .product-select {
  display: none;
}
.storefinder .search-criteria .search-button {
  border-width: 2px;
  vertical-align: middle;
  margin-left: 11px;
  display: inline-block;
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .storefinder .search-criteria .search-button {
    margin-right: 1%;
    width: 24%;
    margin-left: 1%;
    min-width: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .storefinder .search-criteria .search-button {
    margin-right: 1%;
    margin-left: 1%;
    width: 31%;
    min-width: 0px;
  }
}
@media screen and (max-width: 500px) {
  .storefinder .search-criteria .search-button {
    width: 97%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.storefinder .map-area {
  background-color: #eaece9;
  width: 100%;
  height: 700px;
  position: relative;
  border-top: #b8b8c0 solid 1px;
  border-bottom: #b8b8c0 solid 1px;
  border-right: #b8b8c0 solid 1px;
}
@media screen and (max-width: 768px) {
  .storefinder .map-area {
    width: 96%;
    /* Add a gap to the right side to allow scrolling over the map on mobile */
    margin-left: 2%;
  }
}
@media screen and (max-width: 500px) {
  .storefinder .map-area {
    width: 90%;
    /* Increase the gap a bit more on small screens */
    margin-left: 5%;
  }
}
.storefinder .map-area .map {
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 77%;
  border-right: #b8b8c0 solid 1px;
}
@media screen and (max-width: 500px) {
  .storefinder .map-area .map {
    width: 100%;
    height: 60%;
    bottom: auto;
  }
}
.storefinder .map-area .map.no-results {
  width: 100%;
  height: 100%;
}
.storefinder .map-area .store-list {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 23%;
  overflow-y: auto;
}
@media screen and (max-width: 500px) {
  .storefinder .map-area .store-list {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
  }
}
.storefinder .map-area .store-list.no-results {
  width: 0%;
  height: 0%;
}
.storefinder .map-area .store-list .store {
  text-align: left;
  padding: 45px 5px 45px 35px;
  border-bottom: #b8b8c0 solid 1px;
}
.storefinder .map-area .store-list .store .name {
  text-align: left;
  margin-bottom: 20px;
  font-family: "gotham medium", sans-serif;
}
.storefinder .map-area .store-list .store .address {
  text-align: left;
  margin-bottom: 0px;
}
.storefinder .map-area .store-list .store .phone {
  text-align: left;
  margin-bottom: 20px;
}
.storefinder .map-area .store-list .store .brands {
  line-height: 0px;
  font-size: 0px;
  margin-bottom: 26px;
}
.storefinder .map-area .store-list .store .brands .brand {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  display: inline-block;
  margin-right: 13px;
}
.storefinder .map-area .store-list .store .brands .brand.cavalier-bremworth {
  background-color: #3b2002;
}
.storefinder .map-area .store-list .store .brands .brand.bremworth-collection {
  background-color: #b1935d;
}
.storefinder .map-area .store-list .store .brands .brand.habitat-collection {
  background-color: #8bc6c4;
}
.storefinder .map-area .store-list .store .btn.btn-secondary {
  margin: 0;
  margin-right: 20px;
}
.storefinder .keys {
  /*background-color: white;*/
  /*height: 190px;*/
  line-height: 80px;
}
@media screen and (max-width: 950px) {
  .storefinder .keys {
    height: auto;
    line-height: normal;
    /*padding-bottom: 50px;*/
  }
}
.storefinder .keys .title {
  margin-right: 20px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: white;
  font-family: "gotham medium", sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 950px) {
  .storefinder .keys .title {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .storefinder .keys .title {
    margin-right: 0;
  }
}
.storefinder .keys .key {
  vertical-align: middle;
  height: 30px;
  line-height: 50px;
  display: inline-block;
  width: 100px;
  /*margin-left: 50px;*/
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .storefinder .keys .key {
    /*margin: 10px 10px 15px 10px;*/
    line-height: normal;
  }
}
.storefinder .keys .key .dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  top: 50%;
  margin-top: -7px;
}
.storefinder .keys .key.cavalier-bremworth {
  /*background-image: url(../images/cavalier-bremworth-key.svg);*/
  background-image: url(../images/cav-brem-logo.png);
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 106px;
}
.storefinder .keys .key.cavalier-bremworth .dot {
  background-color: #59c5c5;
}
.storefinder .keys .key.bremworth-collection {
  /*background-image: url(../images/bremworth-collection-key.svg);*/
  background-image: url(../images/cav-brem-bremworth-collection-logo.png);
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 106px;
}
.storefinder .keys .key.bremworth-collection .dot {
  background-color: #cd8599;
}
.storefinder .keys .key.habitat-collection {
  background-image: url(../images/habitat-collection-key.svg);
  background-position: right 0px center;
  background-repeat: no-repeat;
}
.storefinder .keys .key.habitat-collection .dot {
  background-color: #8bc6c4;
}

.contact-us-info {
  margin-top: -20px;
}

/* }} End Store Finder */
/* Start Carpet Selector {{ */
.mobile .carpetselector .questionnaire .question .rectangle .dont-mind.selected .full-text {
  color: #8bc6c4;
}
.mobile .carpetselector .questionnaire .question .rectangle.selected {
  background-color: #f3f9f9;
  border: #8bc6c4 solid 1px;
}
.mobile .carpetselector .questionnaire .question .rectangle.selected .fillup-image {
  height: 146px;
}
.mobile .carpetselector .questionnaire .question .rectangle.selected .fillup-image .text {
  font-size: 25px;
}
.mobile .carpetselector .questionnaire .question .rectangle.selected.zoomer img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mobile .carpetselector .questionnaire .question .rectangle.selected .container {
  margin-top: -205px;
}
.mobile .carpetselector .questionnaire .question .rectangle.selected .container .photo {
  border-bottom: #8bc6c4 solid 1px;
}
.mobile .carpetselector .questionnaire .question .rectangle.selected .container .details {
  border-top: #8bc6c4 solid 1px;
}
.mobile .carpetselector .questionnaire .question .rectangle.selected .caption {
  color: #8bc6c4;
}
.mobile .carpetselector .questionnaire .question .rectangle.selected.stroke-type path, .mobile .carpetselector .questionnaire .question .rectangle.selected.stroke-type line, .mobile .carpetselector .questionnaire .question .rectangle.selected.stroke-type polyline, .mobile .carpetselector .questionnaire .question .rectangle.selected.stroke-type circle, .mobile .carpetselector .questionnaire .question .rectangle.selected.stroke-type polygon, .mobile .carpetselector .questionnaire .question .rectangle.selected.stroke-type rect, .mobile .carpetselector .questionnaire .question .rectangle.selected.stroke-type ellipse {
  stroke: #8bc6c4;
}
.mobile .carpetselector .questionnaire .question .rectangle.selected.fill-type path, .mobile .carpetselector .questionnaire .question .rectangle.selected.fill-type line, .mobile .carpetselector .questionnaire .question .rectangle.selected.fill-type polyline, .mobile .carpetselector .questionnaire .question .rectangle.selected.fill-type circle, .mobile .carpetselector .questionnaire .question .rectangle.selected.fill-type polygon, .mobile .carpetselector .questionnaire .question .rectangle.selected.fill-type rect, .mobile .carpetselector .questionnaire .question .rectangle.selected.fill-type ellipse {
  fill: #8bc6c4;
}

.desktop .carpetselector .questionnaire .question .rectangle.dont-mind.selected .full-text, .desktop .carpetselector .questionnaire .question .rectangle.dont-mind:hover .full-text {
  color: #8bc6c4;
}
.desktop .carpetselector .questionnaire .question .rectangle:hover, .desktop .carpetselector .questionnaire .question .rectangle.selected {
  background-color: #f3f9f9;
  border: #8bc6c4 solid 1px;
}
.desktop .carpetselector .questionnaire .question .rectangle:hover.zoomer img, .desktop .carpetselector .questionnaire .question .rectangle.selected.zoomer img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.desktop .carpetselector .questionnaire .question .rectangle:hover .fillup-image, .desktop .carpetselector .questionnaire .question .rectangle.selected .fillup-image {
  height: 146px;
}
.desktop .carpetselector .questionnaire .question .rectangle:hover .fillup-image .text, .desktop .carpetselector .questionnaire .question .rectangle.selected .fillup-image .text {
  font-size: 25px;
}
.desktop .carpetselector .questionnaire .question .rectangle:hover .container, .desktop .carpetselector .questionnaire .question .rectangle.selected .container {
  margin-top: -205px;
}
.desktop .carpetselector .questionnaire .question .rectangle:hover .container .photo, .desktop .carpetselector .questionnaire .question .rectangle.selected .container .photo {
  border-bottom: #8bc6c4 solid 1px;
}
.desktop .carpetselector .questionnaire .question .rectangle:hover .container .details, .desktop .carpetselector .questionnaire .question .rectangle.selected .container .details {
  border-top: #8bc6c4 solid 1px;
}
.desktop .carpetselector .questionnaire .question .rectangle:hover .caption, .desktop .carpetselector .questionnaire .question .rectangle.selected .caption {
  color: #8bc6c4;
}
.desktop .carpetselector .questionnaire .question .rectangle:hover.stroke-type path, .desktop .carpetselector .questionnaire .question .rectangle:hover.stroke-type line, .desktop .carpetselector .questionnaire .question .rectangle:hover.stroke-type polyline, .desktop .carpetselector .questionnaire .question .rectangle:hover.stroke-type circle, .desktop .carpetselector .questionnaire .question .rectangle:hover.stroke-type polygon, .desktop .carpetselector .questionnaire .question .rectangle:hover.stroke-type rect, .desktop .carpetselector .questionnaire .question .rectangle:hover.stroke-type ellipse, .desktop .carpetselector .questionnaire .question .rectangle.selected.stroke-type path, .desktop .carpetselector .questionnaire .question .rectangle.selected.stroke-type line, .desktop .carpetselector .questionnaire .question .rectangle.selected.stroke-type polyline, .desktop .carpetselector .questionnaire .question .rectangle.selected.stroke-type circle, .desktop .carpetselector .questionnaire .question .rectangle.selected.stroke-type polygon, .desktop .carpetselector .questionnaire .question .rectangle.selected.stroke-type rect, .desktop .carpetselector .questionnaire .question .rectangle.selected.stroke-type ellipse {
  stroke: #8bc6c4;
}
.desktop .carpetselector .questionnaire .question .rectangle:hover.fill-type path, .desktop .carpetselector .questionnaire .question .rectangle:hover.fill-type line, .desktop .carpetselector .questionnaire .question .rectangle:hover.fill-type polyline, .desktop .carpetselector .questionnaire .question .rectangle:hover.fill-type circle, .desktop .carpetselector .questionnaire .question .rectangle:hover.fill-type polygon, .desktop .carpetselector .questionnaire .question .rectangle:hover.fill-type rect, .desktop .carpetselector .questionnaire .question .rectangle:hover.fill-type ellipse, .desktop .carpetselector .questionnaire .question .rectangle.selected.fill-type path, .desktop .carpetselector .questionnaire .question .rectangle.selected.fill-type line, .desktop .carpetselector .questionnaire .question .rectangle.selected.fill-type polyline, .desktop .carpetselector .questionnaire .question .rectangle.selected.fill-type circle, .desktop .carpetselector .questionnaire .question .rectangle.selected.fill-type polygon, .desktop .carpetselector .questionnaire .question .rectangle.selected.fill-type rect, .desktop .carpetselector .questionnaire .question .rectangle.selected.fill-type ellipse {
  fill: #8bc6c4;
}

.carpetselector .introduction {
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}
.carpetselector .questionnaire {
  border: #b7b7bf solid 1px;
}
.carpetselector .questionnaire .heading {
  height: 54px;
  line-height: 54px;
  background-color: #eaeaea;
  border-bottom: #b7b7bf solid 1px;
  margin-bottom: 100px;
}
.carpetselector .questionnaire .heading .question-number {
  float: left;
  height: 54px;
  font-family: "gotham medium", sans-serif;
  line-height: 54px;
  text-transform: uppercase;
  margin-left: 25px;
}
.carpetselector .questionnaire .heading .question-number.full-width {
  margin-left: 0px !important;
  width: 100%;
}
.carpetselector .questionnaire .heading .slide-details {
  float: right;
  font-family: "gotham medium", sans-serif;
  height: 54px;
  line-height: 54px;
  margin-right: 25px;
}
.carpetselector .questionnaire .btn {
  margin-bottom: 100px;
  /*display: none; ZW - Trying to fix 'next question button' disappear issue.*/
}
@media screen and (max-width: 630px) {
  .carpetselector .questionnaire .btn {
    margin-bottom: 20px;
    width: 97%;
  }
}
.carpetselector .questionnaire .btn.btn-favourite {
  display: block !important;
}
.carpetselector .questionnaire .btn.btn-order-sample {
  position: absolute;
  top: 0;
  left: 0;
  width: 141px !important;
  color: white;
  background-color: rgba(139, 198, 196, 0.8);
  line-height: 43px;
}
.carpetselector .questionnaire .btn.btn-order-sample:hover {
  background-color: #8bc6c4;
}
.carpetselector .questionnaire .title {
  font-family: "gotham book", sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #3a2102;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.carpetselector .questionnaire .subtitle {
  font-family: "gotham book", sans-serif;
  display: none;
  padding-left: 5px;
  padding-right: 5px;
}
.carpetselector .questionnaire .question {
  margin-top: 50px;
  margin-bottom: 60px;
  letter-spacing: 10px;
  display: none;
  			/*.colour-chip {
  				&.selected {
  					border: #8bc6c4 solid 2px !important;
  				}
  
  				width: 200px;
  				height: 170px;
  				display: inline-block;
  				position: relative;
  				cursor: pointer;
  
  				.text {
  					font-family: $tertiaryfontfamily;
  					font-size: 14.5px;
  					letter-spacing: 0px;
  					height: 20px;
  					line-height: 20px;
  					font-weight: normal;
  					color: white;
  					top: 50%;
  					left: 0px;
  					right: 0px;
  					margin-top: -10px;
  					position: absolute;
  				}
  
  				/*&.beigecreamnatural {
  					border: #f4e5cc solid 1px;
  					background-color: #f4e5cc;
  				}
  
  				&.blue {
  					border: #2d7db2 solid 1px;
  					background-color: #2d7db2;
  				}
  
  				&.brown {
  					border: #99765e solid 1px;
  					background-color: #99765e;
  				}
  
  				&.goldyellow {
  					border: #ecd05f solid 1px;
  					background-color: #ecd05f;
  				}
  
  				&.green {
  					border: #6a834e solid 1px;
  					background-color: #6a834e;
  				}
  
  				&.grey {
  					border: #b7b8c0 solid 1px;
  					background-color: #b7b8c0;
  				}
  
  				&.red {
  					border: #be465a solid 1px;
  					background-color: #be465a;
  				}
  
  				&.white {
  					border: #b7b7bf solid 1px;
  					background-color: #ffffff;
  
  					.text {
  						color: #b7b7bf;
  					}
  				}
  			}*/
}
.carpetselector .questionnaire .question .rectangle {
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 200px;
  height: 365px;
  border: #3a2200 solid 1px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 886px) {
  .carpetselector .questionnaire .question .rectangle {
    width: 160px;
  }
}
.carpetselector .questionnaire .question .rectangle .caption {
  height: 50px;
  font-family: "gotham book", sans-serif;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  padding: 0px 10px 0px 10px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: normal;
  font-size: 14px;
  color: #3b2100;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.carpetselector .questionnaire .question .rectangle .full-text {
  letter-spacing: 0px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  color: #3b2100;
  font-size: 18px;
  font-style: italic;
  margin-top: -15px;
}
.carpetselector .questionnaire .question .rectangle.wide {
  width: 280px !important;
}
@media screen and (min-width: 767px) and (max-width: 886px) {
  .carpetselector .questionnaire .question .rectangle.wide {
    width: 225px !important;
  }
}
@media screen and (max-width: 340px) {
  .carpetselector .questionnaire .question .rectangle.wide {
    width: 97% !important;
  }
}
.carpetselector .questionnaire .question .rectangle.zoomer .text {
  position: absolute;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0px;
  font-family: "gotham book", sans-serif;
  height: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -8px;
  overflow: visible;
  left: 15px;
  right: 15px;
  z-index: 3;
}
.carpetselector .questionnaire .question .rectangle.zoomer img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.carpetselector .questionnaire .question .rectangle.fillup {
  letter-spacing: 0px;
}
.carpetselector .questionnaire .question .rectangle.fillup .fillup-image {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  right: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
  height: 365px;
  z-index: 3;
}
.carpetselector .questionnaire .question .rectangle.fillup .fillup-image .text {
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  right: 0px;
  left: 0px;
  height: 25px;
  line-height: 25px;
  top: 50%;
  margin-top: -12.4px;
}
.carpetselector .questionnaire .question .rectangle.fillup .details {
  font-family: "gotham book", sans-serif;
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 147px;
  padding-top: 40px;
  letter-spacing: 0px;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 767px) and (max-width: 886px) {
  .carpetselector .questionnaire .question .rectangle.fillup .details {
    line-height: 20px;
  }
}
.carpetselector .questionnaire .question .rectangle .container {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 560px;
  width: 200px;
}
@media screen and (min-width: 767px) and (max-width: 886px) {
  .carpetselector .questionnaire .question .rectangle .container {
    width: 165px;
  }
}
.carpetselector .questionnaire .question .rectangle .container .photo {
  height: 205px;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: #3a2200 solid 1px;
}
.carpetselector .questionnaire .question .rectangle .container .svg {
  height: 160px;
  position: relative;
}
.carpetselector .questionnaire .question .rectangle .container .svg svg {
  bottom: 70px !important;
}
.carpetselector .questionnaire .question .rectangle .container .svg .caption {
  font-family: "gotham book", sans-serif;
  font-size: 14.5px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  height: 20px;
  line-height: 20px;
}
.carpetselector .questionnaire .question .rectangle .container .details {
  height: 205px;
  border-top: #3a2200 solid 1px;
  font-family: "gotham book", sans-serif;
  vertical-align: middle;
  letter-spacing: 0px;
  padding: 13px 15px 0px 15px;
  background-color: #fff;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 767px) and (max-width: 886px) {
  .carpetselector .questionnaire .question .rectangle .container .details {
    line-height: 20px;
  }
}
.carpetselector .questionnaire .question .rectangle svg {
  position: absolute;
  left: 50%;
  bottom: 115px;
}
.carpetselector .questionnaire .question .rectangle .tool-tip {
  top: 0px;
  width: auto;
  left: 10%;
  margin-left: auto;
  right: 10%;
}
.carpetselector .questionnaire .question .rectangle .tool-tip .tip {
  letter-spacing: 0px;
}
.carpetselector .questionnaire .question .rectangle:hover .tool-tip {
  visibility: visible;
  display: block;
  opacity: 1;
  top: 10px;
}
.carpetselector .questionnaire .question .rectangle.stroke-type path, .carpetselector .questionnaire .question .rectangle.stroke-type line, .carpetselector .questionnaire .question .rectangle.stroke-type polyline, .carpetselector .questionnaire .question .rectangle.stroke-type circle, .carpetselector .questionnaire .question .rectangle.stroke-type polygon, .carpetselector .questionnaire .question .rectangle.stroke-type rect, .carpetselector .questionnaire .question .rectangle.stroke-type ellipse {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: none;
  stroke: #3a2200;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}
.carpetselector .questionnaire .question .rectangle.fill-type path, .carpetselector .questionnaire .question .rectangle.fill-type line, .carpetselector .questionnaire .question .rectangle.fill-type polyline, .carpetselector .questionnaire .question .rectangle.fill-type circle, .carpetselector .questionnaire .question .rectangle.fill-type polygon, .carpetselector .questionnaire .question .rectangle.fill-type rect, .carpetselector .questionnaire .question .rectangle.fill-type ellipse {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #3a2200;
}
.carpetselector .questionnaire .question.one .preschool-kids svg {
  width: 60px;
  margin-left: -30px;
  max-height: 120px;
}
.carpetselector .questionnaire .question.one .pets-with-claws svg {
  width: 144px;
  margin-left: -72px;
  max-height: 130px;
}
.carpetselector .questionnaire .question.one .school-kids svg {
  width: 66px;
  margin-left: -33px;
  max-height: 150px;
}
.carpetselector .questionnaire .question.one .adults svg {
  width: 60px;
  margin-left: -30px;
  max-height: 170px;
}
.carpetselector .questionnaire .question.two .office svg {
  max-height: 160px;
  width: 160px;
  margin-left: -80px;
}
.carpetselector .questionnaire .question.two .bedroom svg {
  max-height: 160px;
  width: 150px;
  margin-left: -75px;
}
.carpetselector .questionnaire .question.two .dining svg {
  max-height: 160px;
  width: 146px;
  margin-left: -73px;
}
.carpetselector .questionnaire .question.two .walkways svg {
  max-height: 160px;
  width: 150px;
  margin-left: -75px;
}
.carpetselector .questionnaire .question.three .cut-pile-plush .photo {
  background-image: url(../images/cut-pile-plush.png);
}
.carpetselector .questionnaire .question.three .cut-pile-plush svg {
  width: 60px;
  margin-left: -32px;
  max-height: 80px;
}
.carpetselector .questionnaire .question.three .cut-pile-twist .photo {
  background-image: url(../images/cut-pile-twist.png);
}
.carpetselector .questionnaire .question.three .cut-pile-twist svg {
  max-height: 80px;
  width: 30px;
  margin-left: -17px;
}
.carpetselector .questionnaire .question.three .loop-pile .photo {
  background-image: url(../images/loop-pile.png);
}
.carpetselector .questionnaire .question.three .loop-pile svg {
  width: 50px;
  max-height: 80px;
  margin-left: -28px;
}
.carpetselector .questionnaire .question.three .combo .photo {
  background-image: url(../images/combo.png);
}
.carpetselector .questionnaire .question.three .combo svg {
  width: 60px;
  max-height: 80px;
  margin-left: -32px;
}
.carpetselector .questionnaire .question.four .wool .fillup-image {
  background-image: url(../images/wool.png);
}
.carpetselector .questionnaire .question.four .nylon .fillup-image {
  background-image: url(../images/sdn.png);
}
.carpetselector .questionnaire .question.four .dont-mind .full-text {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.carpetselector .questionnaire .question.five {
  display: none;
  width: 100%;
  margin: 50px auto 60px auto;
}
.carpetselector .questionnaire .question.results h2 {
  letter-spacing: 0px !important;
}
.carpetselector .questionnaire .question.results .product-list {
  letter-spacing: 0px !important;
}
.carpetselector .questionnaire .question.six .low svg, .carpetselector .questionnaire .question.six .medium svg, .carpetselector .questionnaire .question.six .high svg {
  width: 160px;
  margin-left: -80px;
  height: 74px;
  bottom: auto;
  top: 50%;
  margin-top: -45px;
}
.carpetselector .questionnaire .question.six .rectangle .text {
  letter-spacing: 0px;
  font-size: 14.5px;
  font-family: "gotham book", sans-serif;
  line-height: 18px;
  position: absolute;
  top: 75%;
  left: 22px;
  right: 22px;
  bottom: 0px;
}

/*This was an ID but i doesnt seamed to be used so changed it to a class (below)which is in use
#specifier-login-text { 
	position: absolute;
	left: 0;
	right: 0;
} */
.specifier-login-text a {
  color: #4eb5b1;
}

#no_cart_items h6 {
  margin-top: 0;
}

.margin-right-thirteen {
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  #specifierLogin {
    display: block;
  }
}
#specifierLogin input[type=text].loading {
  background-image: url(../images/carousel-spinner-000.gif);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
#specifierLogin .column.half {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #specifierLogin .column.half {
    width: 48.5%;
  }
}
#specifierLogin .column.half.right {
  float: right;
}
@media screen and (max-width: 768px) {
  #specifierLogin .column.third {
    margin-bottom: 10px;
  }
}
#specifierLogin .specifier-text-title {
  float: left;
}
#specifierLogin #closeSpecifierLogin {
  float: right;
}
#specifierLogin #closeSpecifierLogin #specifier-close {
  color: #b7b8c0;
  float: left;
}
#specifierLogin #closeSpecifierLogin .icon-wrapper {
  float: right;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 3px;
}
#specifierLogin #closeSpecifierLogin .icon-wrapper .icon.hover img {
  width: 50px;
}
#specifierLogin #closeSpecifierLogin .icon-wrapper .icon.hover:hover img {
  left: -25px;
}

/* Stain Guide / Cleaning Solutions {{ */
.cleaning-solutions h4 {
  margin-bottom: 48px;
  margin-top: 20px;
}
.cleaning-solutions ol {
  margin-bottom: 20px;
}
.cleaning-solutions ol li {
  color: #313131;
  font-family: "gotham book", sans-serif;
}
.cleaning-solutions ol li span {
  color: #707070;
  font-family: "Lora", serif;
  margin-left: 10px;
}
.cleaning-solutions table {
  border: #b6b9c0 solid 1px;
}
.cleaning-solutions table tr th, .cleaning-solutions table tr td {
  padding: 15px 40px 15px 40px;
  text-align: center;
  border-bottom: #b6b9c0 solid 1px;
  font-family: "gotham book", sans-serif;
}
@media screen and (max-width: 780px) {
  .cleaning-solutions table tr th, .cleaning-solutions table tr td {
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 360px) {
  .cleaning-solutions table tr th, .cleaning-solutions table tr td {
    padding: 5px 5px 5px 5px;
  }
}
.cleaning-solutions table tr th:nth-child(1), .cleaning-solutions table tr td:nth-child(1) {
  font-weight: bold;
  text-align: left;
}
.cleaning-solutions table th {
  background-color: #eaeaea;
  text-align: left;
  color: #565a5b;
}

/* }} Stain Guide */
#cartHtml .proposition-item .item-name .picture {
  /*@media screen and (max-width: 768px) {
  	margin-right: 0;
  }*/
}
#cartHtml .proposition-item .item-name h3.productname {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #cartHtml .item-actions {
    display: none;
  }
}
#cartHtml ul.product-quickspec-list {
  margin-top: 15px;
}

/* Checkout */
.checkout-form-title {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .checkout-form-title {
    padding: 0 20px;
  }
}
.checkout-form-title .column.single {
  padding: 0;
}

.edit-cart {
  float: right;
}
.edit-cart.top {
  margin-top: -80px;
}
.edit-cart.bottom {
  margin-top: 10px;
}

.ccpayment .column.quater {
  width: 48%;
}
@media screen and (max-width: 580px) {
  .ccpayment .column.quater {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ccpayment .column.quater.left {
  float: left;
}
.ccpayment .column.quater.right {
  float: right;
}
.ccpayment .column #csc-wrapper {
  color: #4eb5b1;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}
.ccpayment .column #csc-wrapper .tool-tip {
  width: 300px;
  margin-left: -150px;
}
.ccpayment .column #csc-wrapper:hover .tool-tip {
  visibility: visible;
  display: block;
  opacity: 1;
  top: 105%;
}

.checkout-cart.column.third {
  float: right;
}
@media screen and (max-width: 885px) {
  .checkout-cart.column.third {
    width: 100%;
    margin-top: 40px;
  }
}
.checkout-cart.column.third ul.proposition-list.manifest li.proposition .item-name {
  width: 100% !important;
}
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartHtml .item-detail,
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartHtml .item-actions,
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartHtml .item-remove {
  display: none;
}
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartHtml h3.productname {
  margin-top: 0;
}
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartHtml ul.product-quickspec-list {
  margin-top: 15px;
}
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartTotals {
  padding: 40px;
  background: #eaecea;
}
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartTotals .column.half.left {
  width: 60%;
}
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartTotals .column.half.right {
  width: 37%;
}
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartTotals #Shipping,
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartTotals #Gst,
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartTotals #Total-NZD,
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartTotals #Total-AUD {
  font-family: "gotham book", sans-serif;
}
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartTotals #Shipping,
.checkout-cart.column.third ul.proposition-list.manifest li.proposition #cartTotals #Gst {
  margin-bottom: 15px;
}
.checkout-cart.column.single {
  padding: 0;
}

.mobile .signup-terms a, .tablet .signup-terms a {
  text-decoration: underline !important;
}

.signup-terms {
  font-size: 12px;
  color: #b7b8c0;
  font-family: "gotham book", sans-serif;
  margin-left: 278px;
  margin-top: 8px;
  line-height: 18px;
}
@media screen and (max-width: 886px) {
  .signup-terms {
    margin-left: 0;
    text-align: center;
    font-size: 12px;
    margin: 0 4px 0 -1px;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 887px) and (max-width: 1186px) {
  .signup-terms {
    margin-left: 0 !important;
    padding-left: 266px;
    width: 100%;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .signup-terms {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1186px) {
  .signup-terms .signup-terms, .signup-terms .signup-terms a {
    font-size: 10px;
  }
}
@media screen and (max-width: 890px) {
  .signup-terms .signup-terms, .signup-terms .signup-terms a {
    width: 100%;
  }
}

@media screen and (max-width: 886px) {
  .form-inputs {
    text-align: center;
  }
}

#newletter-subscribe {
  padding-top: 18px;
}

.signup-terms a {
  color: #b7b8c0 !important;
  font-family: "gotham book", sans-serif;
  text-decoration: underline;
}

/* Gallery Page {{ */
.gallery-page-container {
  line-height: 0px;
  font-size: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  min-height: 200px;
}

.gallery-page .styled-select-menu {
  width: auto;
  float: right;
  min-width: 260px;
}

.gallery-page h1 {
  display: inline-block;
}

.gallery-page-container .gallery-page-item {
  width: 47%;
  /*height: 120px;*/
  display: inline-block;
  position: relative;
  margin-left: 3%;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*border-radius: 25px 0px 0px 0px;*/
  cursor: pointer;
}

.gallery-page-container .gallery-page-item.no-margin {
  margin-left: 0px;
}

/* }} */
/* Gallery Cinema {{ */
.gallery-cinema-modal {
  display: none;
  position: fixed;
  top: 0px;
  z-index: 9999;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

.gallery-cinema-modal.stories-cinema .gallery-image {
  border-bottom: #b2b2b2 solid 1px;
}

.gallery-cinema-modal .container {
  position: absolute;
  width: 1000px;
  height: 625px;
  margin-top: -312.5px;
  top: 50%;
  left: 50%;
  margin-left: -500px;
}

.gallery-cinema-modal .container .header {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 50px;
}

.gallery-cinema-modal .container .header .title {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  text-align: left;
  line-height: 50px;
  letter-spacing: 0.5px;
  color: #555555;
  font-size: 20px;
  font-weight: 300;
}

.gallery-cinema-modal .container .header .gallery-navigation {
  position: absolute;
  right: 50px;
  top: 0px;
  bottom: 0px;
  width: 100px;
}

.gallery-cinema-modal .container .header .gallery-navigation .left-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15px;
  cursor: pointer;
  background-image: url(../images/cinema-left-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery-cinema-modal .container .header .gallery-navigation .summary {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  right: 15px;
  color: #818385;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

.gallery-cinema-modal .container .header .gallery-navigation .right-arrow {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 15px;
  background-image: url(../images/cinema-right-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.no-scroll {
  overflow: hidden;
}

.gallery-cinema-modal .container .header .close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 22px;
  cursor: pointer;
  background-image: url(../images/close-button-modal.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery-image-wrapper {
  position: absolute;
  top: 50px;
  bottom: 75px;
  left: 0px;
  right: 0px;
  background-color: black;
}

.gallery-cinema-modal .container .swatch-image {
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 45px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px 50px 0px 0px;
  width: 370px;
  height: 120px;
  cursor: pointer;
}

.gallery-cinema-modal .container .gallery-image {
  position: absolute;
  z-index: 9;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: black;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery-cinema-modal .container .gallery-image .big-left-arrow, .gallery-cinema-modal .container .gallery-image .big-right-arrow {
  position: absolute;
  width: 33px;
  height: 67px;
  top: 50%;
  margin-top: -33.5px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gallery-cinema-modal .container .gallery-image .big-left-arrow {
  left: 17px;
  background-image: url(../images/big-arrow-left.png);
}

.gallery-cinema-modal .container .gallery-image .big-right-arrow {
  right: 17px;
  background-image: url(../images/big-arrow-right.png);
}

.gallery-cinema-modal .container .gallery-footer {
  height: 75px;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #d9e8f7;
}

.gallery-cinema-modal .container .gallery-footer .product-label {
  position: absolute;
  color: #666666;
  text-align: right;
  top: 10px;
  left: 0px;
  width: 85px;
  height: 20px;
  line-height: 20px;
}

.gallery-cinema-modal .container .gallery-footer .product-description {
  position: absolute;
  text-align: left;
  left: 100px;
  color: #000000;
  height: 20px;
  line-height: 20px;
  width: 150px;
  top: 10px;
}

.gallery-cinema-modal .container .gallery-footer .fibre-label {
  position: absolute;
  text-align: right;
  top: 10px;
  left: 260px;
  color: #666666;
  width: 50px;
  height: 20px;
  line-height: 20px;
}

.gallery-cinema-modal .container .gallery-footer .fibre-description {
  position: absolute;
  text-align: left;
  left: 320px;
  height: 20px;
  color: #000000;
  line-height: 20px;
  width: 150px;
  top: 10px;
}

.gallery-cinema-modal .container .gallery-footer .colour-label {
  position: absolute;
  text-align: right;
  top: 40px;
  color: #666666;
  left: 0px;
  width: 85px;
  height: 20px;
  line-height: 20px;
}

.gallery-cinema-modal .container .gallery-footer .colour-description {
  position: absolute;
  text-align: left;
  left: 100px;
  color: #000000;
  height: 20px;
  line-height: 20px;
  width: 150px;
  top: 40px;
}

.gallery-cinema-modal .container .gallery-footer .photo-credit-label {
  position: absolute;
  text-align: right;
  color: #666666;
  top: 40px;
  left: 250px;
  width: 60px;
  height: 20px;
  line-height: 20px;
}

.gallery-cinema-modal .container .gallery-footer .photo-credit-description {
  position: absolute;
  text-align: left;
  left: 320px;
  color: #000000;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  width: 150px;
  top: 40px;
}

.gallery-cinema-modal .container .gallery-footer .social-media {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 260px;
  bottom: 0px;
}

.gallery-cinema-modal .container .gallery-footer .social-media .social-media-title {
  position: absolute;
  top: 50%;
  height: 20px;
  line-height: 20px;
  color: #000000;
  font-size: 12px;
  margin-top: -10px;
  left: 20px;
}

.gallery-cinema-modal .container .gallery-footer .social-media .icons {
  width: 155px;
  /*was 200px; due to removed other sharing icons*/
  height: 25px;
  right: 20px;
  top: 50%;
  margin-top: -12.5px;
  position: absolute;
}

.gallery-cinema-modal .container .gallery-footer .social-media .icons a {
  width: 25px;
  height: 25px;
  float: left;
  /*was right; due to removed other sharing icons*/
  cursor: pointer;
  margin-left: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery-cinema-modal .container .gallery-footer .social-media .icons .facebook {
  background-image: url(../images/social/share-facebook-grey.png);
}

.gallery-cinema-modal .container .gallery-footer .social-media .icons .twitter {
  background-image: url(../images/social/share-twitter-grey.png);
}

.gallery-cinema-modal .container .gallery-footer .social-media .icons .instagram {
  background-image: url(../images/social/share-instagram-grey.png);
}

.gallery-cinema-modal .container .gallery-footer .social-media .icons .pinterest {
  background-image: url(../images/social/share-pinterest-grey.png);
}

.gallery-cinema-modal .container .gallery-footer .social-media .icons .email {
  cursor: pointer;
  background-image: url(../images/social/share-email-grey.png);
}

.gallery-image-linktext {
  position: absolute;
  padding-top: 23%;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  color: #49494a;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.gallery-image-linktext:hover {
  opacity: 1;
}

/* }} */
@media screen and (max-width: 500px) {
  .gallery-cinema-modal .container .swatch-image {
    width: 90px;
    height: 40px;
  }

  .gallery-cinema-modal .container {
    left: 0px;
    right: 0px;
    width: auto;
    margin-left: auto;
  }

  .gallery-page-container .gallery-page-item {
    width: 85%;
  }
}
@media screen and (max-width: 450px) {
  .gallery-cinema-modal .container .gallery-footer {
    height: 190px;
  }

  .gallery-cinema-modal .container .gallery-footer .social-media {
    height: 75px;
    left: 15px;
    bottom: 0px;
    top: auto;
  }

  .gallery-cinema-modal .container .gallery-footer .fibre-label {
    left: 0px;
    top: 70px;
  }

  .gallery-cinema-modal .container .gallery-footer .fibre-description {
    left: 100px;
    top: 70px;
  }

  .gallery-cinema-modal .container .gallery-footer .photo-credit-label {
    left: 0px;
    top: 100px;
  }

  .gallery-cinema-modal .container .gallery-footer .photo-credit-description {
    left: 100px;
    top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .gallery-cinema-modal .container .gallery-footer {
    font-size: 10px;
    height: 90px;
    letter-spacing: 0px;
    line-height: 0px;
    font-size: 10px;
    text-align: center;
  }

  .gallery-cinema-modal .container .gallery-footer .product-label {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    width: auto;
    font-size: 10px;
    padding-right: 10px;
    left: auto;
    top: auto;
    padding-left: 5px;
  }

  .gallery-cinema-modal .container .gallery-footer .product-description {
    margin-top: 10px;
    position: relative;
    font-size: 10px;
    left: auto;
    top: auto;
    width: auto;
    display: inline-block;
    padding-right: 10px;
  }

  .gallery-cinema-modal .container .gallery-footer .fibre-label {
    position: relative;
    padding-right: 10px;
    padding-left: 5px;
    width: auto;
    font-size: 10px;
    display: inline-block;
    left: auto;
    top: auto;
  }

  .gallery-cinema-modal .container .gallery-footer .fibre-description {
    position: relative;
    padding-right: 10px;
    width: auto;
    display: inline-block;
    left: auto;
    top: auto;
    font-size: 10px;
  }

  .gallery-cinema-modal .container .gallery-footer .colour-label {
    position: relative;
    width: auto;
    padding-right: 10px;
    left: auto;
    top: auto;
    font-size: 10px;
    padding-left: 5px;
    display: inline-block;
  }

  .gallery-cinema-modal .container .gallery-footer .colour-description {
    position: relative;
    padding-right: 10px;
    left: auto;
    top: auto;
    width: auto;
    display: inline-block;
    font-size: 10px;
  }

  .gallery-cinema-modal .container .gallery-footer .photo-credit-label {
    position: relative;
    padding-right: 10px;
    left: auto;
    top: auto;
    width: auto;
    padding-left: 5px;
    display: inline-block;
    font-size: 10px;
  }

  .gallery-cinema-modal .container .gallery-footer .photo-credit-description {
    position: relative;
    padding-right: 10px;
    left: auto;
    top: auto;
    display: inline-block;
    font-size: 10px;
    width: auto;
  }

  .gallery-cinema-modal .container .gallery-footer .social-media {
    position: absolute;
    left: auto;
    top: auto;
    width: 250px;
    margin-left: -125px;
    height: 50px;
    display: block;
    right: auto;
    left: 50%;
  }

  /*Added this due to removing other sharing icons*/
  .gallery-cinema-modal .container .gallery-footer .social-media .social-media-title {
    left: 60px;
  }

  /*Added this due to removing other sharing icons*/
  .gallery-cinema-modal .container .gallery-footer .social-media .icons {
    width: 105px;
  }
}
@media screen and (max-width: 860px) {
  .around-the-world-cinema .container {
    top: 0px;
    background-color: red;
    height: auto;
    margin-top: auto;
    bottom: 0px;
  }

  .around-the-world-cinema .container .gallery-image-wrapper {
    height: 60%;
    top: 0px;
    z-index: 1;
  }

  .around-the-world-cinema .container .gallery-image {
    width: 100%;
    height: 100%;
  }

  .gallery-cinema-modal.around-the-world-cinema .container .header {
    z-index: 2;
    background-image: url(../images/transparent-overlay.png);
  }

  .gallery-cinema-modal .container .header .close-button {
    right: 5px;
  }

  .gallery-cinema-modal .container .header .title {
    overflow: hidden;
    left: 5px;
  }

  .around-the-world-cinema .container .gallery-footer {
    height: 40% !important;
    bottom: 0px;
    top: auto !important;
  }

  .around-the-world-cinema .container .gallery-footer .gallery-summary {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .around-the-world-cinema .container .gallery-footer .scrollable-mobile {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 50px;
    left: 00px;
    overflow-y: auto;
  }

  .around-the-world-cinema .container .gallery-footer .social-media {
    bottom: 0px;
    height: 50px !important;
    left: 0px !important;
    top: auto !important;
    right: 0px;
    bottom: 0px;
    width: auto !important;
    position: absolute;
  }

  .gallery-cinema-modal .container .gallery-footer .social-media .icons {
    margin-left: -90px;
    /*width:140px; commented out due to removing other sharing icons*/
  }

  .around-the-world-cinema .container .gallery-footer {
    left: 0px;
    width: 100%;
  }

  .around-the-world-cinema .container .gallery-footer .scrollable-mobile {
    padding: 10px;
  }
}
/* Landscape phone {{ */
@media screen and (max-width: 950px) and (max-height: 450px) {
  .gallery-cinema-modal .container .gallery-footer {
    height: 80px !important;
  }

  .gallery-cinema-modal .container {
    height: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .gallery-cinema-modal .container .gallery-image-wrapper {
    top: 0px;
    z-index: 1;
  }

  .gallery-cinema-modal .container .header {
    z-index: 2;
    background-image: url(../images/transparent-overlay.png);
  }

  .gallery-cinema-modal .container .header .close-button {
    right: 5px;
  }

  .gallery-cinema-modal .container .header .title {
    left: 5px;
  }
}
/* }} */
@media screen and (max-width: 800px) and (min-width: 567px) {
  .around-the-world .details {
    padding: 5%;
  }

  .around-the-world .details .detail {
    width: 49%;
  }

  .around-the-world .details .even {
    margin-right: 0px;
    margin-left: 2%;
  }
}
@media screen and (max-width: 860px) and (min-width: 501px) {
  .gallery-cinema-modal .container .swatch-image {
    width: 185px;
    height: 60px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .gallery-cinema-modal .container {
    width: auto;
    margin-left: auto;
    left: 0px;
    right: 0px;
  }

  .gallery-page-container .gallery-page-item {
    width: 45%;
  }
}
body {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 1 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.WhenInStore .article {
  margin-bottom: -35px !important;
}
.WhenInStore .normal {
  margin-bottom: 80px;
}

.beforeyougoinstore .normal {
  margin-bottom: 80px;
}
@media screen and (max-width: 530px) {
  .beforeyougoinstore .normal {
    margin-bottom: 35px;
  }
}

.beforeyougoinstore .article .column.half img {
  width: auto;
  height: auto;
}

.normal img {
  max-width: 100%;
}

h6.wishlist-empty-msg {
  margin: 80px 0 220px;
  color: #b7b8c0;
}

.wishlist .article.prefooter {
  padding: 78px;
}

.wishlist {
  margin-bottom: 64px !important;
}

.product-actions {
  text-align: left;
}
@media screen and (max-width: 500px) {
  .product-actions .btn {
    width: 100%;
  }
}

.page-region.home .restrain {
  font-size: 17px;
  margin-bottom: 30PX;
}

.product-details h4 {
  text-transform: none !important;
}

.office-list-wrapper .office-list .office-list-item {
  /*text-align: left !important; ZW 20022017 - not sure why we want to text-align left, but it made page layout looks weird.*/
}

@media screen and (max-width: 530px) {
  .product-details .item-name {
    padding: 5px !important;
  }

  .product-details .item-detail {
    padding: 5px !important;
    margin-top: 0 !important;
  }

  .product-details .product-logos {
    padding: 10px 0;
  }
}
@media screen and (max-width: 530px) {
  .product-details .item-name {
    width: 100%;
  }
}
@media screen and (max-width: 886px) {
  .product-details .article.prefooter {
    padding-top: 50PX;
  }

  .product-details .product-introduction {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .article.prefooter.supply .column .btn {
    margin-top: 25px;
  }
}
.product-details ul.proposition-list {
  max-width: 1170px;
}

.search-results .results-summary {
  font-family: "gotham medium", sans-serif;
}

@media screen and (max-width: 490px) {
  ul.proposition-list.manifest li.proposition .item-name .picture img {
    height: auto !important;
  }
}
ul.proposition-list.manifest li.proposition .item-name .picture img {
  height: auto !important;
}

@media screen and (max-width: 1000px) {
  ul.proposition-list.concertina li.proposition .proposition-content .proposition-item .item-remove, ul.proposition-list.manifest li.proposition .proposition-content .proposition-item .item-remove {
    float: right;
  }
}
.hamburger ul li .icon-link .icon-wrapper .samplecount {
  bottom: -1px;
  right: -2px;
}

@media screen and (max-width: 500px) {
  .beforeyougoinstore h2 {
    text-align: left !important;
  }
}

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