/* + Framework overrides */

/* - Framework overrides */


/* + Template overrides */

/* - Template overrides */


/* + Custom overrides */

.km-red {
	color: rgba(229,38,32,1)!important;
}

.km-tile-red {
	background-color: rgba(229,38,32,1)!important;
	color: #FFFFFF;
}

.km-yellow {
	color: rgba(253,235,27,1)!important;
}

.km-tile-yellow {
	background-color: rgba(253,235,27,1)!important;
	color: #111111;
}

.km-blue {
	color: rgba(37,63,147,1)!important;
}

.km-tile-blue {
	background-color: rgba(37,63,147,1)!important;
	color: #FFFFFF;
}

.km-svg-color-fix .el-image {
	color: rgba(253,235,27,1);
}

.km-home-slider .el-image {
	width: 100%;
}

/* - Custom overrides */


/* + Responsive / Media Queries */

@media (max-width: 639px) {

}

@media (min-width: 640px) and (max-width: 959px) {

}

@media (max-width: 959px) {

}

@media (min-width: 960px) {

}

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

}

@media (min-width: 1200px) {

}

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

}

/* - Responsive / Media Queries */