/*-------------------------
COLORS
--------------------------*/

._333 {
	color:#333 !important;
}

._444 {
	color:#444;
}

._555 {
	color:#555;
}	

._666 {
	color:#666;
}

.back02 {
	background:#020202 !important;
}

.back03 {
	background:#030303 !important;
}

.back04 {
	background:#040404 !important;
}

.back05 {
	background:#050505 !important;
}

.back06 {
	background:#060606 !important;
}

.back07 {
	background:#070707;
}

.back08 {
	background:#080808 !important
}


.back09 {
	background:#090909;
}

.black {
	color:#000;
}	

.back_black {
	background:#000;
}

.back07 {
	background:#070707;
}

.back111 {
	background:#111;
}

.back222 {
	background:#222;
}

.backOD {
	background:#0d0d0d;
}

.red {
	color:#BF2C31;
}

.back_red {
	background:#BF2C31;
}

.red_dark {
	color:#c71921;
}

.back_red_dark {
	background:#c71921;
}

.white {
	color:#fff;
}

.back_white {
	background:#fff;
}





/************************

ALPHA


**********************/



[data-alpha-init='0'] img {
	opacity:0;
	filter: alpha(opacity=0);
}


[data-alpha-init='0.05'] img {
	opacity:0.05;
	filter: alpha(opacity=5);

}

[data-alpha-init='0.075'] img {
	opacity:0.075;
	filter: alpha(opacity=7.5);
}


[data-alpha-init='0.1'] img {
	opacity:0.1;
	filter: alpha(opacity=10);
}

[data-alpha-init='0.2'] img {
	opacity:0.2;
	filter: alpha(opacity=20);
}

[data-alpha-init='0.3'] img {
	opacity:0.3;
	filter: alpha(opacity=30);
}

[data-alpha-init='0.4'] img {
	opacity:0.4;
	filter: alpha(opacity=40);
}

[data-alpha-init='0.45'] img {
	opacity:0.45;
	filter: alpha(opacity=45);
}

[data-alpha-init='0.5'] img {
	opacity:0.5;
	filter: alpha(opacity=50);
}

[data-alpha-init='0.6'] img {
	opacity:0.6;
	filter: alpha(opacity=60);
}

[data-alpha-init='0.7'] img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

[data-alpha-init='0.8'] img {
	opacity:0.8;
	filter: alpha(opacity=80);	
}

[data-alpha-init='0.9'] img {
	opacity:0.9;
	filter: alpha(opacity=90);
}




