/*--------------------- Globals ---------------------*/
:focus { outline:none; }
::-moz-focus-inner { border:0; }
html, body { background-color: #fff; margin: 0; padding: 0; }
canvas { position: absolute; }
#ad { position: absolute; width: 300px; height: 600px; overflow: hidden; background: #0064ff; cursor: pointer;
/*
transform-style: preserve-3d;
perspective: 400;
-webkit-transform-style: preserve-3d;
-webkit-perspective: 400;
*/
}

#ad svg { position: absolute; overflow: visible; }
#ad div { display: block; overflow: hidden; position: absolute; }
#ad img { display: block; width: 100%; height: 100%; position: absolute; }
#ad .lockup { width: 300px; height: 600px; }
#ad .shows { width: 400px; bottom: 0; right: 0;}


#ad #mc_cupcake2,
#ad #mc_cupcake {width:110px; height:160px; top:181px; left:97px; overflow:visible;
transform-origin:50% 75%; -webkit-transform-origin:50% 75%; }

#ad #mc_cupcake2 #mc_candle2,
#ad #mc_cupcake #mc_candle {width:110px; height:160px; top:0px; left:0px; overflow:visible;}

#ad #mc_cupcake2 #mc_candle2 #sqx_flame2,
#ad #mc_cupcake #mc_candle #sqx_flame {width:85px; height:20px; top:-6px; left:-1px;
transform:scale(1.3); -webkit-transform:scale(1.3);}

#ad #mc_cupcake2 #mc_candle2 #sqx_flame2 #img_flame_sqx2,
#ad #mc_cupcake #mc_candle #sqx_flame #img_flame_sqx {background: url('img_flame_sqx.png')0 0 no-repeat;width:85px; height:620px; top:0; left:10px;
background-size:85px 620px; -webkit-background-size:85px 620px;
}

#ad #mc_cupcake2 {top:438px; left:-18px;
	transform:scale(.57); -webkit-transform:scale(.57);
}


#ad .balloons_container { width: 100%; height: 100%;}
#ad .balloons_container .balloon {
	background: transparent url('img_balloon.png') no-repeat 0 0;
	background-size: 60px 84px;
	width: 60px;
	height: 84px;
	bottom: -100px;
	opacity: .6;
}



#ad #lto {width:170px; height:22px; bottom:19px; right:-45px;
transform:rotate(-38deg); -webkit-transform:rotate(-38deg); }
#ad #lto #lto_bg {background:white; width:100%; height:100%; top:0; left:0;}


#ad #cta { width: 87px; height: 19px; bottom: 22px; right: 106px; }
#ad #cta #cta_bg { background: white; width: 100%; height: 100%; border-radius: 8px; }

#ad:hover #cta #cta_bg { background: #00004b; }
#ad:hover #cta #cta_txt path { fill: white; }

#ad #hits path { cursor: pointer; }

/*--------------------- IE/Utilities ---------------------*/
#ad #border { background: transparent; border: 1px solid #000; width: 298px; height: 598px; position: absolute; top: 0; left: 0; opacity: 1; }
#ad #background_exit { display: block; overflow: hidden; background: transparent; width: 100%; height: 100%; position: absolute; cursor: pointer; }
#ad #loading { width: 100%; height: 100%;
background: #0064ff;
}
#ad #loading img { width: 40px; height: 40px; top: 50%; left: 50%; margin: -20px 0 0 -20px; }
#ad .hide { display: none; }
