#mc {
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	background-color: #121b78;
}

#mc #mainExit {
	width: 300px;
	height: 250px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 15000;
}

#mc #border {
	border: 1px solid #666;
	width: 298px;
	height: 248px;
	position: absolute;
	top: 0;
	left: 0;
}

#mc #loading { 
	background-color: white;
	width: 298px;
	height: 248px;
	position: absolute;
	top: 1px;
	left: 1px;
	margin: 0;
	padding: 0;
	z-index: 10000;
}


.fix_shake {
	-webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	transform:rotateZ(0.001deg);
}

#mc .drop_shadow{
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
  	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
}

#mc #bkg_solid {
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	background-color: black;
	position: absolute;
}

/* SVG */
#mc svg{position: absolute;overflow: hidden;}

#mc .st0{fill:#75FA83;}
#mc .st1A{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
#mc .st1B{fill:none;stroke:#75FA83;stroke-miterlimit:10;}
#mc .st2{fill:url(#SVGID_1_);}

/* BACKGROUND ELEMENTS */

#mc .cont{width: 300px;height: 250px;top: 0;left: 0;position: absolute;}

#mc .solid_background{width: 300px;height: 250px;background-color: #0c276e;}

#initialSolidBkg{top: -345px;left: 0;position: absolute;}
#solidEndBkg{top: 0;left: 0;position: absolute;}


#mc #main_img {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_image.jpg") 0 0 no-repeat;
}

#mc #charger_on {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_charger_on.png") 0 0 no-repeat;
}

#mc #charger_off {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_charger_off.png") 0 0 no-repeat;
}

#mc #ea_logo_color {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_logo_color.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_logo_white {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_logo_white.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_pin {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_pin.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_t2a {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_t2a.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_t2b {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_t2b.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc #ea_t3 {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/ea_t3.svg") 0 0 no-repeat;

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;
}

#mc .elec_glow_load {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/elec_glow.png") 0 0 no-repeat;
}

#mc .elec_glowLeftLine_load {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/elec_glow_leftLine.png") 0 0 no-repeat;
}

#mc .elec_glowRightLine_load {
	width: 300px;height: 250px;top: 0;left: 0;position: absolute;
	background: transparent url("img/elec_glow_rightLine.png") 0 0 no-repeat;
}

