::-moz-selection {
    background: #68a9b9;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #68A9C4;
    text-shadow: none;
    color: #fff;
}
a:hover{
	color: #68a9b9;
}
.title-color{
	color: #68a9b9;
}
nav li a:hover,
nav ul li a.selected,
nav:not(.sticky) ul li:first-child a{
	color: rgb(101, 167, 184) !important;
	outline: none;
}
a.go-about:hover{
	-webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    width: 140px;
    height: 140px;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    background: #68a9b9 url(../../images/next-section.png) no-repeat center center;
    top: 60px;
}
#about h3{
    font-size: 24px;
    color: #68a9b9;
	margin: 65px 0 37px 0;
	text-transform: uppercase;
}
a.ct-button:hover{ 
	background: #68a9b9;
	color: #fff;
}
.profile .profile-name {
	margin: 0 20px 2px 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	font-size: 18px !important;
	color: #68a9b9 !important;
}
.pricing .bestprice .name{
	color: #68a9b9 !important;
	background: #fff;
}
.pricing .bestprice .price{
	font-size: 50px !important;
	color: #68a9b9;
}
.pricing .bestprice .signup {
    background: #68a9b9;
	color: #fff !important;
}
.signup:hover{
	 background: #68a9b9;
	color: #fff !important;
}
.filter li a.active { color: #68a9b9; }
#elements h4{
    color: #68a9b9;
	font-size: 17px;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
}
.services-graph li span {
	height: 40px;
	background: rgb(101, 167, 184);
	text-align: right;
	-webkit-border-radius: 5px; border-radius: 5px;
}
.slidecontent .project-title p a:hover{
	color: rgb(101, 167, 184);
}
.img_holder .hover-proj, .ff-items .hover-proj{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	text-align: center;
	background-color: #fff;
	background-color: rgba(101, 167, 184,.8);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#contact li a:hover{
	color: #68a9b9;
}