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


.blue_light {
	color:#9ee7f8;
}

.back_blue_light {
	background:#9ee7f8;
}

.bottom_blue_light {
	border-bottom:solid 4px #9ee7f8;
}

.arrow_blue_light {
	border-color: #9ee7f8 transparent transparent transparent !important;
}

.green {
	color:#3eba7c;
}

.back_green {
	background:#3eba7c;
}

.bottom_green {
	border-bottom: solid 4px #3eba7c;
}

.arrow_green {
	border-color: #3eba7c transparent transparent transparent !important;
}

.red {
	color:#c72027;
}

.back_red {
	background:#c72027;
}

.bottom_red {
	border-bottom:solid 4px #c72027;	
}

.arrow_red {
	border-color: #c72027 transparent transparent transparent !important;
}

.yellow {
	color:#ffdd79;
}

.back_yellow {
	background:#ffdd79;
}

.bottom_yellow {
	border-bottom:3px solid #ffdd79;
}

.arrow_yellow {
	border-color: #ffdd79 transparent transparent transparent !important;
}



/*-----BLACKS & GREYS ------*/

._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;
}	

.arrow_black {
	border-color: #000 transparent transparent transparent !important;
}

.bottom_black {
	border-bottom:solid 4px #000;
}

.back_black {
	background:#000;
}

.black30 {
	background: url("../img/black30.png");
}

.black40 {
	background: url("../img/black40.png");
}

.black50 {
	background: url("../img/black50.png");
}

.black60 {
	background: url("../img/black60.png") !important;
}


.black70 {
	background: url("../img/black70.png");
}


.black75 {
	background: url("../img/black75.png");
}

.black80 {
	background: url("../img/black80.png");
}

.black90 {
	background: url("../img/black90.png");
}

.black95 {
	background: url("../img/black95.png");
}

.back07 {
	background:#070707;
}

.back111 {
	background:#111;
}

.backOD {
	background:#0d0d0d;
}


.white {
	color:#fff;
}

.back_white {
	background:#fff;
	color:black !important;
}

.back_white a {
	color:black !important;
}


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

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);
}




