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

#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{
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
  	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
}

#mc .blend_me{background-blend-mode: multiply;}

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

/* SVG */
#mc svg{position: absolute;overflow: hidden;}
#mc .generic_container{width: 300px;height: 600px;top: 0;left: 0;position: absolute;}

.st0{fill:#2F3C54;}
.st1{fill:#796EFF;}
.st2{fill:#FFFFFF;}
.st3{fill:#0DA2FF;}
.st4{fill:#FF5263;}
.st5{fill:#FFFFFF;stroke:#2F3C54;stroke-width:1;stroke-miterlimit:10;}
.st6{fill:#2F3C54;stroke:#2F3C54;stroke-width:1;stroke-miterlimit:10;}
.st7{fill:#2E3C54;}
.st8{clip-path:url(#SVGID_2_);fill:url(#SVGID_3_);}

/* BACKGROUND ELEMENTS */
#mc #main_bkg {
	width: 600px;height: 1200px;top: -180px;left: -150px;position: absolute;
	background: transparent url("../img/ts_mainImg.jpg") 0 0 no-repeat;


}

#mc #img_overlay {
	width: 600px;height: 1200px;top: -180px;left: -150px;position: absolute;
	background: transparent url("../img/ts_woman.png") 0 0 no-repeat;
	
}

#mc .img_shadow {
	width: 600px;height: 1200px;top: -180px;left: -150px;position: absolute;
	background: transparent url("../img/ts_womanShadow.png") 0 0 no-repeat;
	
}

#mc #clip1{width: 300px;height: 600px;top: 0;left: 0;position: absolute;clip: rect(53px, 300px, 87px, 0px);}
#mc #clip2{width: 300px;height: 600px;top: 0;left: 0;position: absolute;clip: rect(198px, 300px, 232px, 0px);}

/*#mc #r1_bub{overflow: hidden;}*/