/* Links */
a, a:visited { color: #ee3b16; font-weight: 400; text-decoration: none; }
a:hover { color: #ffa593; }

.button { border: 1px solid #ee3b16; }
.button:hover { border: 1px solid #ffa593; }

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

.projectlist a:hover .projectinfo { 
	background: #ee3b16; 
	-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-red.jpg); }