.bg-transparent {
    background: transparent
}
.bg-fff {
    background: #fff
}
.bg-eee {
    background: #eee
}
.bg-ddd {
    background: #ddd
}
.bg-ccc {
    background: #ccc
}
.bg-bbb {
    background: #bbb
}
.bg-aaa {
    background: #aaa
}
.bg-999 {
    background: #999
}
.bg-777 {
    background: #777
}
.bg-555 {
    background: #555
}
.bg-333 {
    background: #333
}
.bg-111 {
    background: #111
}
.bg-000 {
    background: #000;
}
.bg-vrc-red{
	background: #C6565F;
}
.bg-vrc-teal{
	background: #529EA7;
}
.bg-vrc-slate{
	background: #354558  ;
}

.txt-fff {
    color: #fff !important
}
.txt-eee {
    color: #eee !important
}
.txt-ddd {
    color: #ddd !important
}
.txt-ccc {
    color: #ccc !important
}
.txt-bbb {
    color: #bbb !important
}
.txt-aaa {
    color: #aaa !important
}
.txt-999 {
    color: #999 !important
}
.txt-777 {
    color: #777 !important
}
.txt-555 {
    color: #555 !important
}
.txt-333 {
    color: #333 !important
}
.txt-111 {
    color: #111 !important
}
.txt-000 {
    color: #000 !important
}
.txt-red{
	color: #ed1c24;
}
.txt-green{
	color: green;
}
.txt-vrc-red{
	color: #C6565F;
}
.txt-vrc-teal{
	color: #529EA7;
}
.txt-vrc-slate{
	color: #354558  ;
}
.txt-facebook{
	color: #3b5998
}
.txt-twitter{
	color: #1dcaff
}
.txt-instagram{
	color: #E4405F
}
.txt-pinterest{
	color: #c8232c
}

.txt-bb-brown{
	color: #774f20;
}
.txt-bb-light-brown{
	color: #d3b282;
}
.txt-bb-gold{
	color: #e6b05b;
}
.txt-bb-coral{
	color: #d07953;
}
.txt-bb-clay{
	color: #8b3e28;
}