html .text-color-primary:not(.no-skin),
html .text-primary:not(.no-skin) {
	color: #33c177 !important;
}

html .bg-primary:not(.no-skin) {
	background-color: #33c177 !important;
}

html .btn-primary,
html.sticky-header-active .btn-sticky-primary {
	border-color: #33c177;
	color: #ffffff;
	background-color: #33c177;
}

html .btn-outline.btn-primary,
html.sticky-header-active .btn-outline.btn-sticky-primary {
	background: transparent;
	border-color: #33c177;
	color: #33c177;
}

html #header .header-nav-main nav > ul > li > a.active {
	color: #33c177;
}

html .tp-bullet.selected,
html .tp-bullet:hover {
	background: #33c177;
}

html .owl-carousel:not(.mirrored) .owl-nav .owl-prev,
html .owl-carousel:not(.mirrored) .owl-nav .owl-next {
	color: #33c177;
}

html .owl-carousel:not(.mirrored) .owl-dots .owl-dot.active span {
	background: #33c177 !important;
}

