/* 04. Crisp & Dramatic */
.g-bg-deeppurple {
	  background-color: #505160 !important; }
.g-bg-indigo {
	  background-color: #68829E !important; }
.g-bg-taupe {
	  background-color: #AEBD38 !important; }
.g-bg-blush {
	  background-color: #598234 !important; }

.b-bg-topbar {
	  background-color: #505160 !important; } /* thundercloud */
.b-bg-footer {
	  background-color: #505160 !important; } /* thundercloud */
.b-bg-breadcrumbs {
	  background-color: #68829E !important; } /* waterfall */

/* Unify custom */

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

/* Main Secondary */
.g-bg-secondary {
  background-color: #fafafa !important; }

/* Primary Colors */
.g-bg-primary {
  background-color: #505160 !important; } /* thundercloud */


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

.g-brd-primary {
  border-color: #c0c0c0 !important; }

.g-color-primary {
  color: #fff !important; }

.g-color-secondary {
  color: #c0c0c0 !important; }

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

a:focus,
a:hover {
  color: #AEBD38; }

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

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

