/* 26. Natural & Versatile */
.g-bg-slate {
	  background-color: #626D71 !important; }
.g-bg-seramic {
	  background-color: #CDCDC9 !important; }
.g-bg-latte {
	  background-color: #DDBC95 !important; }
.g-bg-coffee {
	  background-color: #B38867 !important; }

.b-bg-topbar {
/*	  background-color: #626D71 !important; } /* Slate */
/*	  background-color: #2d2926 !important; } /* Black C Pantone */
	  background-color: #39444A !important; } /* Black C Pantone */
.b-bg-footer {
/*	  background-color: #626D71 !important; } /* Slate */
/*	  background-color: #2d2926 !important; } /* Black C Pantone */
	  background-color: #39444A !important; } /* Bezel */
.b-bg-breadcrumbs {
/*	  background-color: #646271 !important; } /* Coffee */
	  background-color: #964F4C !important; } /* Masala */

/* Unify custom */

/* Main Colors  - Dark background */
.g-bg-main {
  background-color: #fff !important; }

/* Primary Colors */
.g-bg-primary {
/*  background-color: #626d71 !important; } /* slate */
    background-color: #39444A !important; } /* bezel */

.g-bg-secondary {
/*  background-color: #716662 !important; } */
/*  background-color: #646271 !important; } */
  background-color: #964f4c !important; } /* masala */

.g-bg-primary--hover:hover {
  background-color: #ffffff !important; }

.g-brd-primary {
  border-color: #B38867 !important; } /* coffee */

.g-color-primary {
  color: #DDBC95 !important; } /* late */

.g-color-primary--hover:hover {
  color: #B38867 !important; } /* coffee */

.g-color-main-s {
  color: #DDBC95 !important;	/* late */
  background-color: #39444A;	/* bezel */
}
.g-color-main-s-inv {
  background-color: #DDBC95 !important;	/* late */
  color: #39444A;			/* bezel */
}

.g-color-secondary {
  color: #B38867 !important; } /* coffie */

.g-color-icon {
  color: #B38867 !important; } /* coffie */

a {
  color: #D09683;
  outline: none; }

a:focus,
a:hover {
  color: #73605B; }

/* Icons */
.u-icon-v4-bg-primary {
  border-color: #D09683 !important;
  background: #D09683;
  background-color: #D09683; }
.u-icon-v4-bg-primary .u-icon-v4-inner {
  background: #D09683; }

.g-min-width-250 {
  min-width: 250px; }

