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

#mc #bgExit {
	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: 19000;
}

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

.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: #d2232a;
	position: absolute;
}

#mc .hide{display: none;}

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

#mc .st0{fill:#00B94E;}

#mc .st1{fill:#000000;}
#mc .st2{fill:#d2232a;}


#mc .size{
	width: 970px;height: 90px;position: absolute;
	/*FOR SVG ELEMENTS */
	-webkit-background-size: 970px 90px;
	     -o-background-size: 970px 90px;
	        background-size: 970px 90px;
}

#mc .cont{width: 970px;height: 90px;position: absolute;}

/* LOGO  */
#mc #phrma_logo {
	top: 0;left: 0;width: 970px;height: 90px;position: absolute;
	background: url("img/phrma_logo.svg") 0 0 no-repeat;
}

#mc #phrma_X {
	top: 0;left: 0;width: 1250px;height: 1250px;position: absolute;
	background: url("img/phrma_X.svg") 0 0 no-repeat;
}

/* TEXT  */
#mc #t1_a {
	top: 0;left: 0;width: 970px;height: 90px;position: absolute;
	background: url("img/t1_a.svg") 0 0 no-repeat;
}
#mc #t1_b {
	top: 0;left: 0;width: 970px;height: 90px;position: absolute;
	background: url("img/t1_b.svg") 0 0 no-repeat;
}
#mc #t1_c {
	top: 0;left: 0;width: 970px;height: 90px;position: absolute;
	background: url("img/t1_c.svg") 0 0 no-repeat;
}
#mc #t1_d {
	top: 0;left: 0;width: 970px;height: 90px;position: absolute;
	background: url("img/t1_d.svg") 0 0 no-repeat;
}
#mc #t1_e {
	top: 0;left: 0;width: 970px;height: 90px;position: absolute;
	background: url("img/t1_e.svg") 0 0 no-repeat;
}

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

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

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

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

/* CTA  */
#mc #cta_brush_ini {
	top: 0;left: 0;width: 970px;height: 90px;position: absolute;
	background: url("img/cta_brush_ini.svg") 0 0 no-repeat;
}

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

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

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