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

#mc #bgExit {
	width: 728px;
	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: 726px;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
}

#mc #loading { 
	background-color: white;
	width: 726px;
	height: 88px;
	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: 728px;
	height: 90px;
	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 #img_container{width: 600px;height: 500px;top: -125px;left: -150px;position: absolute;}*/
#mc #phrma_img1{
	width: 1064px;height: 90px;top: 0;left: 0;position: absolute;
	background: transparent url("img/phrma_img1.jpg") 0 0 no-repeat;
}

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

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 728px 90px;
	     -o-background-size: 728px 90px;
	        background-size: 728px 90px;
}

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

	/*FOR SVG ELEMENTS */
	-webkit-background-size: 728px 90px;
	     -o-background-size: 728px 90px;
	        background-size: 728px 90px;

}



/* TEXT */

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

}

/*#mc #bottom_bkg_color {
	width: 728px;height: 33px;top: 219px;left: 0px;position: absolute;
	background-color: black;

}*/

