a {
	color: #697172;
}

html .text-color-primary,
html .text-primary {
	color: #FFF !important;
}


html .text-color-dark,
html .text-dark {
	color: #212529 !important;
}

html .text-color-light,
html .text-light {
	color: #FFF !important;
}

html .bg-color-light,
html .bg-light {
	background-color: #FFF !important;
}

html .toggle-primary .toggle label {
	color: #697172;
	border-left-color: #697172;
	border-right-color: #697172;
}

html .toggle-primary .toggle.active > label {
	background-color: #697172;
	border-color: #697172;
	color: #FFF;
}

.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
	background-color: #697172;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	color: #C6A899;
	border-color: #C6A899;
}

#header .header-btn-collapse-nav {
	background: #697172;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		color: #697172;
	}
}