

/* Menu colors*/
html .text-color-primary,
html .text-primary {
	color: #CFA968 !important;
}

.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: #CFA968;
	border-color: #CFA968;
}
	#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
		color: #CFA968;
	}


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

	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
		background: #CFA968;
	}

	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #fff;
	}

	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus,
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
		background: #CFA968;
	}
/* Button colors */
html .btn-primary {
	background-color: #CFA968;
	border-color: #CFA968 #CFA968 #CFA968;
	color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
	background-color: #eec379;
	border-color: #f0c985 #f0c985 #d6b06d;
	color: #FFF;
}

html .btn-primary.disabled,
html .btn-primary:disabled {
	background-color: #eec379;
	border-color: #f0c985 #f0c985 #d6b06d;
}

html .btn-primary:active,
html .btn-primary.active {
	background-color: #d6b06d !important;
	background-image: none !important;
	border-color: #CFA968 #CFA968 #CFA968 !important;
}


.btn-link:active {
	color: #eec379;
}
/* quotations */

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #CFA968;
}





@media (max-width: 500px) {
	.z-index-mobile-0 {
		z-index: 0 !important;
	}

	.font-weight-extra-bold, .font-weight-black {
	font-weight: 1100 !important;
	
	}

	.font-weight-extra-bold, .font-weight-black {
	font-size: 16pt !important;
}
}
}