/* bg color */

.bgcolor-black,
[ data-bgcolor="black" ] {
	background-color:rgba(0,0,0,1);
}
.bgcolor-white,
[ data-bgcolor="white" ] {
	background-color:rgba(255,255,255,1);
}
.bgcolor-gold,
[ data-bgcolor="gold" ] {
	background-color:rgba(180,150,81,1);
}
.bgcolor-gray,
[ data-bgcolor="gray" ] {
	background-color:rgba(112,112,112,1);
}
.bgcolor-light-gray,
[ data-bgcolor="light-gray" ] {
	background-color:rgba(237,237,237,1);
}

.bg-onload {
	background-color:rgba(230,230,230,1);
}

/* text color */

html, body,
.textcolor-main {
	color:#0c0c0c !important;
	/*color:rgba(12,12,12,1);*/
}
.textcolor-link {
	color:#000 !important;
	/*color:rgba(80,80,80,1);*/
}
.textcolor-black {
	color:#0c0c0c !important;
	/*color:rgba(12,12,12,1);*/
}
.textcolor-gray {
	color:#707070 !important;
	/*color:rgba(112,112,112,1);*/
}
.textcolor-light-gray {
	color:#a4a4a4 !important;
	/*color:rgba(164,164,164,1);*/
}
.textcolor-white {
	color:#fff !important;
	/*color:rgba(255,255,255,1);*/
}
.textcolor-gold {
	color:#b39656 !important;
	/*color:rgba(179,150,86,1);*/	
}
.textcolor-red {
	color:#c51e1e !important;
	/*color:rgba(197,30,30,1);*/	
}

.textcolor-light-red {
	color:#c85757 !important;
	/*color:rgba(200,87,87,1);*/	
}