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

#mc #bgExit {
	width: 300px;
	height: 600px;
	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: 598px;
	position: absolute;
	top: 0;
	left: 0;
}

#mc #loading { 
	background-color: white;
	width: 298px;
	height: 598px;
	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{top: 0;left: 0;position: absolute;width: 50px;height: 50px;overflow: hidden;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(255,0,0,1));
  	filter: drop-shadow(0px 0px 5px rgba(255,0,0,1));
}

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

#mc #bkg_solid {
	top: 217px;
	left: 0;
	width: 300px;
	height: 600px;
	background-color: white;
	position: absolute;
}

/* SVG COLORS */

#mc .st0{fill:#FFFFFF;}
#mc .st1{fill:#F89420;}

/* SVG */
#mc svg {
	position: absolute; overflow: hidden;
	/*-webkit-filter: drop-shadow(0px 0px 5px rgba(255,0,0,1));
  	filter: drop-shadow(0px 0px 5px rgba(255,0,0,1));*/
}

/* BACKGROUND ELEMENTS */

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


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

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

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

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

}



/* TEXT */

#mc #headline_txt {
	width: 300px;height: 110px;top: 25px;left: 1px;position: absolute;
	background-position: 0 0;

}

#mc #bottom_bkg_color {
	width: 300px;height: 63px;top: 544px;left: 0px;position: absolute;
	background-color: black;

}

