#mc {
	top: 0;
	left: 0;
	width: 970px;
	height: 90px;
	position: absolute;
	overflow: hidden;
	background-color: white;
}

#mc #mainExit {
	width: 970px;
	height: 90px;
	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: 968px;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
}

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

/*#ref_image {
	top: 0;
	left: 0;
	position: absolute;
	width: 970px;
	height: 90px;
	background: url("REFERENCE_TO_LOAD.jpg") no-repeat;
}*/

.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: 970px;
	height: 90px;
	background-color: white;
	position: absolute;
}

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

/* BACKGROUND ELEMENTS */
#mc .sprite_load {
	width: 417px;height: 173px;
/*	background: transparent url("img/SPRITE_TO_LOAD.svg") 0 0 no-repeat;*/

	/*FOR SVG ELEMENTS */
	/*-webkit-background-size: 417px 173px;
	     -o-background-size: 417px 173px;
	        background-size: 417px 173px;*/
}

