/* compiled by scssphp v0.0.12 on Tue, 02 Jun 2020 13:46:58 +1200 (0.4323s) */

/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
em {
  color: inherit !important;
}
.btn-link a {
  display: inline-block;
  height: 78px;
  line-height: 78px;
  padding: 0 30px;
  background: #bca78e;
  color: #3e382e;
  font-size: 39px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.2s;
}
.btn-link a:hover {
  background: #c9b9a5;
}
.btn-link a i {
  margin-right: 15px;
}
a.tooltip-link {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
a.tooltip-link:hover {
  background: #777;
  color: #fff;
}
#hft {
  padding: 10px;
  border: 1px solid #ccc;
}
.gift-form-fields {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.gift-form-preview {
  position: sticky;
  top: 20px;
  overflow: hidden;
}
.gift-form-preview .preview-text {
  padding: 15px;
  border: 2px solid #333;
  /* Main body */
}
html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: -0.2px;
  background-color: #fff;
}
body {
  width: 100%;
  overflow-x: hidden;
}
iframe {
  vertical-align: top;
}
strong, b {
  font-weight: 600;
}
.gold {
  color: #bca78e;
  /* Default links */
}
a {
  color: #bca78e;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
article h1, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 90px;
  line-height: 1;
  padding: 10px 0 20px 0;
  color: #bca78e;
}
h2 {
  font-size: 45px;
  line-height: 1.2;
  padding: 10px 0 20px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 20px 0;
}
h4, article h1 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.large {
  font-size: 125%;
}
.products-page .container-main .layout-two-col-left.js-toggle .js-toggler {
  display: none;
  /* Backgrounds */
}
.background.light {
  background-color: #f5f6f7;
}
.background.dark {
  color: #fff;
  background-color: #181718;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
  /* Borders */
}
.border, .divider, hr {
  border: solid #f5f6f7 0px;
}
hr {
  border-top: 1px solid #c2af99;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  pointer-events: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #fff;
}
.wrap {
  width: 100%;
  max-width: 1145px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.img-left.fluid-width {
  max-width: 100%;
  /* Mobile quick call */
}
#mobile-link {
  display: none;
}
#mobile-link a {
  display: inline-block;
  color: #000;
  font-family: 'Kanit', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  height: 80px;
  line-height: 80px;
  z-index: 700;
}
#mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  /* Header wrapper */
}
#container-header-wrapper {
  z-index: 610;
  left: 0;
  right: 0;
  top: 0;
  /*#image-rotator .backgroundimage-image img {
margin-top: -30px;
}*/
  /* Pre-header */
}
#container-pre-header {
  background: #28241f url(../images/header_top.jpg);
  font-family: 'Raleway', sans-serif;
}
#container-pre-header .wrap {
  height: 49px;
  line-height: 49px;
}
#container-pre-header a:hover {
  color: #fff;
}
#container-pre-header .left {
  float: left;
}
#container-pre-header .left i {
  font-size: 16px;
}
#container-pre-header .right {
  float: right;
}
#container-pre-header .right #search, #container-pre-header .right > a {
  float: left;
  letter-spacing: 0.1em;
}
#container-pre-header .right > a {
  margin-left: 25px;
}
#container-pre-header .right a:nth-child(3) {
  height: 32px;
  line-height: 32px;
  margin-top: 8px;
  padding: 0 15px;
  background: #bca78e;
  color: #3e382e;
  text-transform: uppercase;
}
#container-pre-header .right a:nth-child(3):hover {
  background: #d0c2b0;
}
#container-pre-header .right #search-box:before {
  content: '\f002';
  color: #bca78e;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
}
#container-pre-header .right #search #search-box-input {
  width: 180px;
  padding: 5px 10px;
  background: transparent;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  transition: 0.2s;
}
#container-pre-header .right #search #search-box-input.search-off {
  width: 100px;
  color: #bca78e;
}
#container-pre-header .right #search #search-box-input:focus {
  background: #000;
}
#container-pre-header .right #search button {
  display: none;
}
#container-pre-header .right a i {
  margin-right: 10px;
}
.box-nav {
  margin-bottom: 40px;
  padding: 20px 15px;
  border: 1px solid #bea991;
  font-size: 18px;
}
.custom-dropdown {
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
  padding: 20px 15px;
  border: 1px solid #bea991;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
}
.layout.side .custom-dropdown p {
  padding: 0;
  color: #bca78e;
}
.layout.side .custom-dropdown p:before {
  content: '\f107';
  float: right;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}
.custom-dropdown ul {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  display: none;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 1px 15px 10px;
  background: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #bea991;
  box-sizing: border-box;
}
.custom-dropdown:hover ul {
  display: block;
}
.custom-dropdown ul > li {
  padding-left: 0;
}
.custom-dropdown ul > li:before {
  display: none;
  /* Header */
}
#container-header {
  background-color: #fff;
}
#header {
  height: 80px;
  color: #000;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  padding-left: 0;
  max-width: 240px;
}
#header #logo .mobile {
  display: none;
}
#header #logo img {
  vertical-align: middle;
  width: 240px;
  height: auto;
}
#navigation {
  float: right;
  height: 80px;
  color: #bca78e;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 80px;
  color: #bca78e;
}
#mobile-navigation {
  height: 80px;
  line-height: 80px;
  font-family: 'Raleway', sans-serif;
  color: #bca78e;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 80px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  color: #bca78e;
  text-transform: uppercase;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 80px;
  line-height: 80px;
  font-weight: 300;
}
#navigation .material-icons {
  line-height: 80px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #000;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul .drop > a strong:after {
  content: '\f107';
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 5px;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 80px;
  height: 80px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
}
#container-header #shopping-cart-summery, #container-navigation #shopping-cart-summery {
  background-color: #f8f8f8;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 80px;
  left: 0px;
  display: none;
  color: #bca78e;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 10px 0;
  background-color: #f8f8f8;
  z-index: 897;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3);
}
#navigation .sub-nav .treatments-nav {
  white-space: nowrap;
}
#navigation .sub-nav h4 {
  color: #000;
  font-size: 14px;
}
#navigation .sub-nav .left-nav {
  display: inline-block;
  padding: 10px 30px;
  vertical-align: top;
}
#navigation .sub-nav .left-nav a {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  transition: 0.2s;
}
#navigation .sub-nav .left-nav a:before {
  content: "\f101";
  position: absolute;
  left: -15px;
  top: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s;
}
#navigation .sub-nav .left-nav a:hover {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
#navigation .sub-nav .left-nav a:hover:before {
  opacity: 1;
}
#navigation .sub-nav .left-nav .box-nav {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: auto;
  min-width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  position: relative;
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 18px;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  color: #bca78e;
  background: none;
  padding: 3px 10px;
  text-transform: none;
  background-color: #f8f8f8;
  border-bottom: solid #f8f8f8 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
#navigation .sub-nav li > a:before {
  content: "\f101";
  position: absolute;
  left: 10px;
  top: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  padding-left: 27px;
  color: #000;
  border-radius: 0px;
  background-color: #f8f8f8;
  border-bottom: solid #f8f8f8 1px;
}
#navigation .sub-nav li > a:hover:before, #navigation .sub-nav li > a.over:before {
  opacity: 1;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
.flexslider .slides img.mobile {
  display: none;
}
.slides > li:before {
  display: none !important;
}
.uk-slideshow-items {
  display: block;
  width: 100%;
}
.uk-slideshow-items li {
  padding: 0;
}
.uk-slideshow-items li:before {
  display: none;
  /* Mobile menu button */
}
#mobile-menu {
  float: right;
  display: none;
}
#mobile-menu a {
  display: block;
  width: 35px;
  height: 28px;
  padding: 0;
}
#mobile-menu a:before, #mobile-menu a:after, #mobile-menu a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: block;
  height: 2px;
  margin-top: -1px;
  background: #bca78e;
  opacity: 1;
  transition: 0.2s;
}
#mobile-menu a:before, #mobile-menu a:after {
  content: '';
}
#mobile-menu a:before {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}
#mobile-menu a:after {
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}
.mobile-active #mobile-menu a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-active #mobile-menu a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-active #mobile-menu a span {
  opacity: 0;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 56px;
  vertical-align: middle;
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #fff;
  background-color: #181718;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 50px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
  /* Random images */
}
#container-flash.random-image {
  color: #fff;
  text-align: center;
  padding: 120px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  text-align: left;
  padding: 150px 50px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
#container-flash.backgroundimage-container .backgroundimage-content p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 130%;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin-top: 30px;
  /* Rotating images */
}
.sliderimg .backgroundimage-content .wrap {
  max-width: 1160px;
}
.sliderimg .slidertext {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
.sliderimg .slidertext h2 {
  color: #e51b23;
  font-family: 'Raleway', sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
.sliderimg .slidertext h3 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
.mobile-rotator-container {
  display: none;
}
#container-flash > .backgroundimage-image img {
  margin-top: -30px;
}
.home-page #container-pre-footer img {
  vertical-align: top;
}
.home-page #container-pre-footer .mobile {
  display: none;
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 0 4px;
  color: #bca78e;
  border-bottom: 1px solid #bca78e;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#breadcrumb a {
  color: #000;
}
#breadcrumb a:hover {
  color: #bca78e;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.5;
  padding: 100px 0 0;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.5;
  padding: 100px 50px;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
.content {
  line-height: 1.5;
  padding: 100px 0;
}
.content h1 {
  color: #bca78e;
}
.content article h1 {
  color: inherit;
}
.content h5:first-of-type, .content h6:first-of-type {
  padding-top: 15px;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 20px;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 64%;
}
.layout.side {
  float: left;
  width: 33%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing */
}
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.5;
  padding: 100px 0;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 100px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 100px;
  padding-bottom: 100px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 100px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 100px;
  /* Image boxes */
}
hr {
  clear: both;
}
.imageboxes {
  clear: both;
}
.imageboxes.textunder .module-image {
  position: relative;
}
.imageboxes.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #bca78e;
}
.imageboxes.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #bca78e;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.imageboxes.textunder .imagebox-item:hover .module-image:after {
  opacity: 0.7;
}
.imageboxes.textunder .module-image .view {
  display: none;
}
.imageboxes.textunder .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.imageboxes.textunder .module-text h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.imageboxes.textunder .module-text h2:before {
  content: '/';
  display: inline-block;
  color: #bca78e;
  padding-right: 5px;
}
.imageboxes.textunder .imagebox-item:hover .module-text {
  color: #bca78e;
}
.imageboxes.textunder .imagebox-item:hover .module-text h2 {
  color: #bca78e;
  /* Services */
}
.services.textunder .module-image {
  position: relative;
}
.services.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #bca78e;
}
.services.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #bca78e;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.services.textunder .service-item:hover .module-image:after {
  opacity: 0.7;
}
.services.textunder .module-image .view {
  display: none;
}
.services.textunder .service-item:hover .module-image img {
  opacity: 1;
}
.services.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.services.textunder .module-text h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.services.textunder .module-text h1:before {
  content: '/';
  display: inline-block;
  color: #bca78e;
  padding-right: 5px;
}
.services.textunder .service-item:hover .module-text {
  color: #bca78e;
}
.services.textunder .service-item:hover .module-text h1 {
  color: #bca78e;
  /* Staff */
}
.staff.textunder .module-image {
  position: relative;
}
.staff.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #bca78e;
}
.staff.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #bca78e;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.staff.textunder .staff-item:hover .module-image:after {
  opacity: 0.7;
}
.staff.textunder .module-image .view {
  display: none;
}
.staff.textunder .staff-item:hover .module-image {
  opacity: 1;
}
.staff.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.staff.textunder .module-text h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.staff.textunder .staff-item:hover .module-text {
  color: #bca78e;
}
.staff.textunder .staff-item:hover .module-text h4 {
  color: #bca78e;
}
.staff .module-text .staff-item-text-position {
  font-weight: 300 !important;
  /* Photo gallery */
}
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #bca78e;
}
.gallery.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #bca78e;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.gallery.textunder .gallery-item:hover .module-image:after {
  opacity: 0.7;
}
.gallery.textunder .module-image .view {
  display: none;
}
.gallery.textunder .gallery-item:hover .module-image {
  opacity: 1;
}
.gallery.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.gallery.textunder .module-text h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.gallery.textunder .module-text h4:before {
  content: '/';
  display: inline-block;
  color: #bca78e;
  padding-right: 5px;
}
.gallery.textunder .gallery-item:hover .module-text {
  color: #bca78e;
}
.gallery.textunder .gallery-item:hover .module-text h4 {
  color: #bca78e;
  /* News */
}
.news.mainfirst .module-image {
  position: relative;
}
.news.mainfirst .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #bca78e;
}
.news.mainfirst .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #bca78e;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.news.mainfirst .news-item:hover .module-image:after {
  opacity: 0.7;
}
.news.mainfirst .module-image .view {
  display: none;
}
.news.mainfirst a.news-item:hover .module-image {
  opacity: 1 !important;
}
.news.mainfirst .module-text {
  display: block;
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.news.mainfirst .news-item-text-date {
  color: #bca78e;
  font-weight: 600 !important;
}
.news.mainfirst .module-text h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.news.mainfirst .news-item:hover .module-text {
  color: #bca78e;
}
.news.mainfirst .news-item:hover .module-text h4 {
  color: #bca78e;
}
.news.mainfirst.one-column .news-item {
  margin-bottom: 50px !important;
}
.news-details-date {
  font-weight: 600 !important;
  /* News Items Page */
}
.news-items-page h1 {
  font-size: 45px;
}
.news-items-page h2 {
  font-size: 32px;
  /* Testimonials */
}
.testimonials.speechbubble .testimonial-item-image {
  display: none;
  width: 32%;
  margin-bottom: 10px;
}
.testimonials.speechbubble .hasimage .testimonial-item-image {
  display: inline-block;
}
.testimonials.speechbubble .testimonial-item {
  color: #fff;
  padding: 20px 25px;
  border-radius: 0px !important;
  border: none;
  background-color: #181718;
  border-bottom: solid #fff 40px;
  position: relative;
}
.testimonials.speechbubble .testimonial-item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px !important;
  width: auto !important;
  height: 5px !important;
  background-color: #bca78e;
  border: none !important;
}
.testimonials.speechbubble .testimonial-item-person {
  color: #000;
  margin-top: 18px !important;
}
.testimonials.speechbubble .testimonial-item:after {
  right: 31px;
  border-color: #181718 transparent transparent transparent !important;
  /* Home page */
}
#home-top-container .wrap, .container-main-bottom .wrap {
  max-width: 100%;
}
#careers-bottom-container {
  background: #f8f6f4;
}
#careers-bottom-container .wrap {
  max-width: 1145px;
}
.container-main-bottom .wrap {
  background: #f8f6f4;
}
#home-top-container .grid .grid-item {
  margin-bottom: 0;
}
.shop-page .container-main-bottom .wrap {
  max-width: 1145px;
  background: transparent;
}
#shop-container .content {
  padding-bottom: 0;
}
#home-container {
  overflow: hidden;
}
#home-container:before {
  content: '';
  position: absolute;
  top: -200px;
  left: -200px;
  right: 45%;
  bottom: -200px;
  background-color: #3e382e;
  transform: rotate(9.5deg);
  z-index: 1;
}
#home-container .wrap {
  max-width: 1435px;
}
#home-container .backgroundimage-image {
  left: 52%;
  background: no-repeat center center;
  background-size: cover;
}
#home-container h1, #home-container h2 {
  color: #bca78e;
}
#home-container h1 {
  font-size: 45px;
  line-height: 1.2;
}
#home-container .layout.half {
  width: 44%;
  /* The typing effect */
}
@keyframes typing {
  /* Image boxes */
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body .imageboxes.textover .module-text {
  background-color: transparent;
}
body .imageboxes.textover a.imagebox-item:hover .module-text {
  background: rgba(62, 56, 46, 0.5);
}
body .imageboxes.textover .module-text > span {
  top: auto;
  bottom: 0;
  padding: 5px 20px;
  background: rgba(62, 56, 46, 0.8);
  text-align: left;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  transition: 0.4s;
}
body .imageboxes.textover .module-text > span h2 {
  padding: 0;
  font-size: 36px;
}
body .imageboxes.textover a.imagebox-item:hover .module-text > span {
  background: #bca78e;
  color: #3e382e;
}
body .imageboxes.textover a.imagebox-item:hover .module-text > span h2 {
  font-weight: 700;
  /* Contact page */
}
#container-header #shopping-cart-summery .summery-link a {
  display: block;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  background: #bca78e;
  text-align: center;
  transition: 0.2s;
}
#container-header #shopping-cart-summery .summery-link a:hover {
  background: #c9b9a5;
}
.img-left {
  margin-bottom: 40px;
}
.button {
  display: inline-block;
  background-color: #3d382e;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  border: 1px solid #3d382e;
  font-family: 'Raleway', sans-serif;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.button:hover {
  background-color: #c9b9a5;
  color: #3d382e;
  /* Urgent Banner Section */
}
#urgent-banner-section {
  width: 100%;
  background-color: #bca78e;
  padding: 0 30px;
  box-sizing: border-box;
}
#urgent-banner-section .wrap {
  max-width: 1145px;
}
#urgent-banner-section .wrap .content {
  padding: 10px;
  display: none;
}
#urgent-banner-section .content p {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 20px 0;
  margin: 0;
  font-weight: 300;
}
#urgent-banner-section .content a {
  color: #fff;
}
#urgent-banner-section .content a:hover {
  color: #3e382e;
  /* Pre-footer */
}
#container-pre-footer .subscribe-form {
  background: #bca78e;
  color: #fff;
}
#container-pre-footer .subscribe-form a {
  color: #fff;
  font-weight: 700;
}
#container-pre-footer .subscribe-form a:hover {
  text-decoration: underline;
}
#container-pre-footer .subscribe-form .wrap {
  padding-top: 55px;
  padding-bottom: 65px;
}
#container-pre-footer .subscribe-form h2 {
  font-size: 80px;
  line-height: 85px;
  color: #fff;
}
#container-pre-footer .subscribe-form h2 strong {
  font-weight: 900;
}
#container-pre-footer .subscribe-form form {
  text-align: center;
}
#container-pre-footer .subscribe-form form p {
  text-align: left;
}
#container-pre-footer .subscribe-form .form-item:nth-child(1), #container-pre-footer .subscribe-form .form-item:nth-child(2), #container-pre-footer .subscribe-form .form-item:nth-child(3), #container-pre-footer .subscribe-form .form-item:nth-child(4) {
  float: left;
  clear: none;
  width: 33.33333%;
  box-sizing: border-box;
}
#container-pre-footer .subscribe-form .form-item:nth-child(2) {
  padding-right: 12px;
}
#container-pre-footer .subscribe-form .form-item:nth-child(3) {
  padding-left: 6px;
  padding-right: 6px;
}
#container-pre-footer .subscribe-form .form-item:nth-child(4) {
  padding-left: 12px;
}
#container-pre-footer .subscribe-form .form-item.recaptcha-item {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#container-pre-footer .subscribe-form .form-item.submit-item {
  display: inline-block;
  width: auto;
  padding-top: 30px;
  padding-left: 10px;
  vertical-align: top;
}
#container-pre-footer .subscribe-form .form-item.submit-item .subbut {
  margin-top: 0;
}
#container-pre-footer .contact-form .clearer {
  display: none;
}
#container-pre-footer .subscribe-form .label {
  display: none;
}
#container-pre-footer .subscribe-form .input input {
  height: 57px;
  padding: 0 20px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 57px;
  outline: none;
  letter-spacing: 0.1em;
}
#container-pre-footer .subscribe-form .input ::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#container-pre-footer .subscribe-form .input ::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#container-pre-footer .subscribe-form .input :-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#container-pre-footer .subscribe-form .input :-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
#container-pre-footer .subscribe-form .form-item .subbut input {
  display: inline-block;
  height: 57px;
  padding: 0 20px;
  min-width: 300px;
  background: #fff;
  color: #bca78e;
  border-radius: 57px;
  font-weight: 400;
  box-sizing: border-box;
  transition: 0.2s;
}
#container-pre-footer .subscribe-form .form-item .subbut input:hover {
  background: #ebe5dd;
  /* Footer */
}
#container-footer {
  background: #292520 url(../images/footer.jpg) no-repeat center center;
}
#footer {
  display: flex;
  flex-direction: row;
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  padding: 100px 0;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #bca78e;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  padding-bottom: 20px;
  color: #bca78e;
  font-size: 24px;
}
#footer h3 {
  font-size: 30px;
  color: #bca78e;
  padding: 8px 0 12px;
}
#footer h3 a {
  color: #bca78e;
}
#footer h3 a:hover {
  color: #fff;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-left {
  float: left;
  width: 28%;
  padding-right: 40px;
  text-align: left;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}
#footer .footer-left:first-child {
  font-family: 'Raleway', sans-serif;
}
#footer .footer-left a.strong {
  color: #bca78e;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .footer-left a.strong:hover {
  color: #fff;
}
#footer .footer-left i {
  width: 18px;
  margin-right: 9px;
  color: #bca78e;
  text-align: center;
}
#footer .footer-left a.underline {
  text-decoration: underline;
}
#footer .footer-left strong {
  color: #bca78e;
  font-weight: 300;
  text-transform: uppercase;
  /* Round social link styles */
}
#footer .footer-middle {
  float: left;
  width: 56%;
  text-align: center;
}
#footer .footer-middle img {
  max-width: 240px;
}
#footer .footer-right {
  float: right;
  width: 22%;
  text-align: left;
  align-self: center;
}
#footer .footer-right a {
  clear: both;
  float: left;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-right a:hover {
  color: #fff;
  padding-left: 15px;
}
#footer .footer-right a .material-icons {
  position: absolute;
  top: 8px;
  left: -18px;
  color: #bca78e;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-right a:hover .material-icons {
  left: -3px;
}
#footer .menu {
  margin-bottom: 20px;
}
#footer .menu a {
  position: relative;
  display: block;
  padding-left: 0;
  transition: 0.2s;
}
#footer .menu a i {
  position: absolute;
  left: 0;
  top: 50%;
  width: auto !important;
  color: #bca78e;
  opacity: 0;
  font-size: 11px;
  transition: 0.2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .menu a:hover {
  padding-left: 10px;
  color: #fff;
}
#footer .menu a:hover i {
  color: #bca78e;
  opacity: 1;
  /* Base */
}
#container-base {
  background: #292520 url(../images/footer.jpg) no-repeat center center;
  border-top: solid rgba(255, 255, 255, 0.1) 1px;
}
#base {
  color: #fff;
  font-size: smaller;
  line-height: 1.8;
  text-align: left;
  padding: 20px 0;
}
#base a {
  color: #bca78e;
}
#base a:hover {
  color: #fff;
}
#base .left a {
  white-space: nowrap;
  text-decoration: underline;
}
#base .left {
  float: left;
}
#base .right {
  float: right;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Grid */
}
.grid.two-column .grid-item {
  margin-bottom: 50px;
}
.grid.four-column .grid-item {
  margin-bottom: 50px;
  /* Form */
}
.req {
  color: #d60309;
  font-weight: 600;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.form-item .label {
  float: left;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 4px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 38px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #fff;
  border: solid #d1d1d2 1px;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
form .input input[type=file] {
  height: auto;
  padding: 10px 20px;
  border: solid #d1d1d2 1px;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item.recaptcha-item, .form-item.submit-item {
  padding-top: 15px;
  /* Custom button */
}
.form-item .subbut input, .buy-product input[type=submit], .buy-product button, #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: #3d382e;
  border-radius: 3px;
  transition: 0.2s;
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, .buy-product button:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  color: #3d382e;
  background-color: #bca78e;
}
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999;
  border-color: transparent #999 #999 #999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.paginate a.paginate-number {
  margin-bottom: 5px;
  border-color: #bca78e;
}
.paginate a.paginate-number.on {
  background: #bca78e;
  border-color: #bca78e;
}
.product-page #container-flash {
  display: none;
}
#product-details-title-container {
  background: url(../images/product_page.png) repeat-x;
}
#book-online-buttons-container .content {
  padding-top: 20px;
}
#book-online-container .content {
  padding-bottom: 0;
}
#about-us-container .content {
  padding-bottom: 20px;
}
#product-details-container .layout.main, #contact-us-container .layout.main {
  width: 66%;
}
#product-details-container .layout.side, #contact-us-container .layout.side {
  width: 30%;
}
#contact-us-container .layout.side h5 {
  padding-top: 0;
}
#contact-us-container .layout.side h5 ~ h5 {
  padding-top: 20px;
  /* 9 column grid */
}
.grid.nine-column .grid-item {
  width: 9.7778%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}
.grid.nine-column.no-spacing .grid-item {
  width: 11.1111%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.nine-column .grid-item:nth-child(9n+9) {
  margin-right: 0%;
}
.grid.nine-column .grid-item:nth-child(9n+10) {
  clear: both;
  /* 8 column grid */
}
.grid.eight-column .grid-item {
  width: 11.1875%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}
.grid.eight-column.no-spacing .grid-item {
  width: 12.5%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.eight-column .grid-item:nth-child(8n+8) {
  margin-right: 0%;
}
.grid.eight-column .grid-item:nth-child(8n+9) {
  clear: both;
}
.grid.four-column .grid-item {
  width: 24%;
  margin-right: 1.33333%;
}
#product-details-bottom-container .wrap {
  max-width: 640px;
  background: transparent;
}
#product-details-bottom-container .content {
  padding-top: 0;
}
#about-us-bottom-container {
  background: #f8f6f4;
}
#about-us-bottom-container .wrap {
  max-width: 1145px;
}
#home-bottom-container .content {
  padding-top: 100px;
}
.content.layout-two-col-left .box-nav a {
  position: relative;
  /*.content.layout-two-col-left .box-nav a:before {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 20px;
font-family: 'Material Icons';
font-size: 12px;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}*/
}
#home-bottom-container .imageboxes.textunder .module-image {
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #bea991;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.2s;
}
#home-bottom-container .imageboxes.textunder .imagebox-item:hover .module-image {
  border-color: #000;
}
#home-bottom-container .imageboxes.textunder .module-image:before {
  display: none;
}
#home-bottom-container .imageboxes.textunder .module-image:after {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
#home-bottom-container .imageboxes.textunder .imagebox-item:hover .module-image:after {
  opacity: 1;
}
#home-bottom-container .imageboxes.textunder .module-image img {
  border-radius: 50%;
}
#home-bottom-container .imageboxes.textunder .module-text {
  padding: 0 !important;
}
#home-bottom-container .imageboxes.textunder .module-text h4 {
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
}
#home-top-container .imageboxes a.imagebox-item, #home-top-container .imageboxes a.imagebox-item .module-text, #home-top-container .imageboxes a.imagebox-item .module-text h4 {
  color: #bca78e;
}
#home-top-container .imageboxes a.imagebox-item:hover, #home-top-container .imageboxes a.imagebox-item:hover .module-text, #home-top-container .imageboxes a.imagebox-item:hover .module-text h4 {
  color: #333;
}
#home-top-container .imageboxes a.imagebox-item .module-text h4 {
  font-size: 29px;
}
#home-top-container .imageboxes a.imagebox-item:hover .module-text h4 {
  font-weight: 700;
}
.payment-holder h5 {
  padding-top: 0 !important;
}
#careers-bottom-container .form-item {
  box-sizing: border-box;
}
#careers-bottom-container .form-item:nth-child(1), #careers-bottom-container .form-item:nth-child(2), #careers-bottom-container .form-item:nth-child(3) {
  float: left;
  clear: none;
  width: 33.333%;
  max-width: 9999px;
}
#careers-bottom-container .form-item:nth-child(1) {
  padding-right: 12px;
}
#careers-bottom-container .form-item:nth-child(2) {
  padding-left: 6px;
  padding-right: 6px;
}
#careers-bottom-container .form-item:nth-child(3) {
  padding-left: 12px;
}
#careers-bottom-container .form-item:nth-child(4), #careers-bottom-container .form-item:nth-child(5) {
  float: left;
  clear: none;
  width: 50%;
  max-width: 9999px;
}
#careers-bottom-container .form-item:nth-child(4) {
  padding-right: 9px;
}
#careers-bottom-container .form-item:nth-child(5) {
  padding-left: 9px;
}
#careers-bottom-container .form-item:nth-child(6) {
  max-width: 100%;
}
#careers-bottom-container .form-item.recaptcha-item {
  float: left;
}
#careers-bottom-container .form-item.submit-item {
  clear: none;
  float: right;
  text-align: right;
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  background-color: #3e382e;
  border-color: #3e382e;
}
ul.nc_list > li:before {
  display: none;
}
.address-divider {
  color: #b1b1b1;
  text-align: center;
  max-width: 500px;
  position: relative;
}
.address-divider:before {
  content: ' ';
  height: 1px;
  background: #b1b1b1;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
}
.address-divider span {
  line-height: 1;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 10;
  /* Shopping cart tweak */
}
.shopping-cart-totals .shopping-cart-total-item {
  clear: both;
  /* Mail Chimp Form */
}
#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup {
  background: transparent !important;
}
#mc_embed_signup .mc-field-group {
  padding-bottom: 10px !important;
}
#mc_embed_signup .mc-field-group input {
  height: 57px !important;
  padding: 0 20px !important;
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 57px !important;
  outline: none !important;
  letter-spacing: 0.1em !important;
  font-family: 'Roboto', sans-serif !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
#mc_embed_signup .button {
  display: inline-block !important;
  height: 57px !important;
  padding: 0 20px !important;
  min-width: 265px !important;
  background: #fff !important;
  color: #bca78e !important;
  border-radius: 57px !important;
  font-weight: 400 !important;
  box-sizing: border-box !important;
  transition: 0.2s !important;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.subscribe-form ::placeholder {
  color: #fff;
  text-transform: uppercase;
}
#mc_embed_signup #mce-success-response {
  color: #fff !important;
  width: 100% !important;
}
.mc-field-group {
  clear: none !important;
  float: left !important;
  width: 49.5% !important;
  margin-right: 1% !important;
}
#mc_embed_signup_scroll .mc-field-group:nth-of-type(2n+2) {
  margin-right: 0 !important;
}
