.dark-blue {
	color: #060e9f !important;
}
.light-blue {
	color: #009ddf !important;
}
.jdita-green {
	color: #b8c557 !important;
}
.bg-dark-blue {
	background-color: #060e9f !important;
}
.bg-light-blue {
	background-color: #009ddf !important;
}
.bg-jdita-green {
	background-color: #b8c557 !important;
}
.gal-image {
	border: 2px solid #009ddf !important;
	padding: 2px !important;
}
.rounded {
	background-color: #b8c557 !important;
	border-radius: 15px !important;
	padding: 0 10px !important;
}
.btn-products {
	background-color: #060e9f;
	color: #fff;
}
.btn-products:hover {
	background-color: #009ddf;
	color: #fff;
}
.btn-products:active, .btn-products:focus, .btn-products.active {
	background-color: #b8c557;
	color: #fff;
}
.float-image-left {
	max-width:500px;
	height:auto;
	margin-right:15px;
	float:left;
}

@media only screen and (max-width: 600px) {
	.float-image-left {
		max-width: 100% !important;
	}
}