/* Links */
a, a:visited { color: #4fc1e9; font-weight: 400; text-decoration: none; }
a:hover { color: #3bafda; }

.button { border: 1px solid #4fc1e9; }
.button:hover { border: 1px solid #3bafda; }

/* Content */
.parallax.colored { background-color: #4fc1e9; }
.list-dot { background: #4fc1e9; }

.projectlist a:hover .projectinfo { 
	background: #4fc1e9; 
	-webkit-transition: background .33s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear; 
}







/* DEMO ONLY */ 
.parallax-bg2 { background-image: url(../../images/services-blue.jpg); }