#stickit {
	background: #F62A2A;
}
#stickit a.home {
	color: #F62A2A;
	background: #b11a1a;
}
#stickit .navigation a:hover,
#stickit .lvl-1 .submenu:hover a.expand-lvl-2,
#stickit .lvl-2 .submenu:hover a.expand-lvl-3 {
	color: #fff;
	background: #f62a2a;
}
#stickit .navigation a:hover,
#stickit .lvl-1 .submenu:hover a.expand-lvl-2,
#stickit .lvl-2 .submenu:hover a.expand-lvl-3 {
	color: #fff;
	background: #f62a2a;
}
#stickit .title.large {
	color: #F62A2A;
}
#stickit .social a {
	color: #b11a1a;
}
#stickit p a {
	color: #F62A2A;
}
#stickit p span.quote {
	border-left: solid 6px #F62A2A;
}
#stickit .overlay > div a.icon {
	background: #F62A2A;
}
#stickit label.hide-lb {
	color: #F62A2A;
	background: #B11A1A;
}
#stickit label.show-lb {
	background: #F62A2A;
	color: #fff;
}
#stickit label.hide-lb:hover,
#stickit label.show-lb:hover {
	background: #871b1b;
}
#stickit .multi-col a:hover {
	background: #FB5F5F;
}
#stickit .title.multi {
	border-left: solid 6px #FB5F5F;
}
#stickit .tab-labels label:hover,
#stickit input#t-1:checked ~ .tab-labels label.lb-1,
#stickit input#t-2:checked ~ .tab-labels label.lb-2,
#stickit input#t-3:checked ~ .tab-labels label.lb-3,
#stickit input#t-4:checked ~ .tab-labels label.lb-4,
#stickit input#t-5:checked ~ .tab-labels label.lb-5 {
	background: #F62A2A;
}
#stickit .map-wrap .b-title {
	color: #F62A2A;
}
#stickit .table.first {
	background: #FB5F5F;
}
#stickit .bar span {
	background: #FB5F5F;
}
#stickit input.send {
	background: #F62A2A;
}

/* Media queries */

@media screen and (max-width:640px) {
	#stickit label.show-lb {
		color: #F62A2A;
		background: #B11A1A;
	}
	#stickit label.hide-lb {
		background: #F62A2A;
		color: #fff;
	}
}