/* + Framework overrides */

.uk-navbar-dropdown-nav > li > a {
	color: #ffffff;
}

.uk-nav-default > li.uk-active > a {
	font-weight: 700;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
	font-weight: 700;
	color: #6DC779;
}

.uk-checkbox {
	margin-right: 3px;
	background-color: rgba(255,255,255,0.5);
}

.uk-button {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}

/* - Framework overrides */


/* + Template overrides */

.ingallery-loadmore-btn {
	border-radius: 1px;
}

/* - Template overrides */


/* + Custom overrides */

.km-blue {
	color: #383748!important;
}

.km-grey-light {
	color: #eff2f6!important;
}



.km-green {
	color: #6DC779!important;
}

.km-button-green a {
	background: #6DC779;
	color: #ffffff;
	border-color: transparent;
	font-weight: 700;
}

.km-button-green a:hover {
	background: #64d173;
	color: #ffffff;
	border-color: transparent;
}

.km-black {
	color: #343434!important;
}

.km-section-hero-image .uk-background-norepeat {
	background-repeat: repeat-x;
}

#particles-js {
	position: absolute;
}

.km-divider-thick-green.uk-divider-small:after {
	border-top: 7px solid #6DC779;
}

.km-about-teaser-grid img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.km-footer.uk-section-primary {
	background-color: #282834;
}

.km-testimonials-grid .uk-card.uk-card-default {
	background: #fafafa;
}

.km-testimonials-grid  span.uk-text-primary.uk-icon {
	width: 100%;
	text-align: right;
	color: #6DC779;
}

.km-testimonials-grid .el-content {
	font-style: italic;
}

.km-testimonials-grid .el-meta {
	text-align: right;
}

/* - Custom overrides */


/* + Responsive / Media Queries */

@media (max-width: 639px) {
	.km-service-bg .uk-background-top-right.uk-section {
		background-size: 75%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.km-service-bg .uk-background-top-right.uk-section {
		background-size: 50%;
	}
}

@media (max-width: 959px) {

}

@media (min-width: 960px) {

	.km-sub-hero {
		margin-top: -180px;
	}
	.km-home-sub-hero {
		margin-top: 120px;
	}
}

@media (min-width: 960px) and (max-width: 1219px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}

/* - Responsive / Media Queries */