/*Dark Blue*/
.nav .nav_ico{
	background: rgb(20,167,207);
	background: -moz-linear-gradient(top, rgba(20,167,207,1) 1%, rgba(12,111,177,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(20,167,207,1)), color-stop(100%,rgba(12,111,177,1)));
	background: -webkit-linear-gradient(top, rgba(20,167,207,1) 1%,rgba(12,111,177,1) 100%);
	background: -o-linear-gradient(top, rgba(20,167,207,1) 1%,rgba(12,111,177,1) 100%);
	background: -ms-linear-gradient(top, rgba(20,167,207,1) 1%,rgba(12,111,177,1) 100%);
	background: linear-gradient(to bottom, rgba(20,167,207,1) 1%,rgba(12,111,177,1) 100%);
}
.skill_set, 
.personal_skills li span,
.filter_portfolio li.current,
.filter_portfolio li:hover,
.item_overlay,
.button,
.section_right h5{
	background: #0c6fb1;
}
.nav .nav_ico{
	border: 1px solid #0c6fb1;
}
h2 span{
	color:#0c6fb1;
}