/* ====================
Color styles
--------------------------------------------------------------*/

::selection {background: #6DCFF6; }
::-moz-selection {background: #6DCFF6;}

h2 span , #jprePercentage{
	color:#6DCFF6;
}
.separator span , .hov-ef , .tooltip , #jpreBar , .navigation , .subscriptionForm input#submitButton , .submit_btn{
	background:#6DCFF6;
}
.services-list li span:after {
	border-bottom-color: #6DCFF6;
	border-width: 10px;
	margin-left: -10px;
}
.services-list li:hover i {
	background:rgba(255, 255, 255, 0.4);
	color:#6DCFF6;
}
.contact-info li span.tooltip:before {
	border-top-color: #6DCFF6;
	border-width: 6px;
	margin-left: -6px;
}