
/* Reset
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*normalize 4.2.0*/progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}/*# sourceMappingURL=normalize.min.css.map */
/* Ad Boilerplate
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ad {
	background: #c2ebfa;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 250px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 300px;
}
#cta {
	bottom: 48px;
    margin: 0 0 0 40px;
    opacity: 0;
	position: absolute;
	text-align: center;
    width: 100%;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	z-index:1000;
}
#cta.In {
	opacity: 1;
}
#zipCode:focus, .button:focus {
    outline: 0;
}
#zipCode {
	border: 1px solid #ACACAC;
	border-radius: 3px;
	box-sizing: border-box;
	color: #ACACAC;
	display: inline-block;
	font-family: Open Sans,Arial,Verdana,sans-serif;
	font-size: .8em;
    font-weight: 400;
	line-height: normal;
	opacity:0;
	top: -10px;
	padding: 0;
	text-align: center;
	width: 80px;
	-webkit-appearance: none;
	transition:opacity .25s;
}
#zipCode.trigger{opacity:1}
.button {
    display: inline-block;
}
.button input, .button a {
    border: none;
    color: #fff;    
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway",Arial,Verdana,sans-serif;
    font-size: .9em;
    font-weight: 600;
    line-height: 1;
    margin: -5px;
    padding: .83333em 2.5em;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background-position: 0 0;
    background:url(cta.png) no-repeat center;
}

#cta #zipCode, #cta .button {
	height:	33px;
}
#bgExitArea{
	cursor:pointer;
	height:100%;
	position:absolute;
	width:100%;
	z-index:999;
}
/* Creative
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content div{
	position:absolute;
	margin:0;
	padding:0;
}
#load{
	background:url(load.gif);
	height:250px;
	width:300px;
}
#loadBar{
	background:#fff;
	height:20px;
	left:83px;
	top:215px;
	-webkit-transform:scaleX(0);
	   -moz-transform:scaleX(0);
			transform:scaleX(0);
	-webkit-transform-origin:left;
	   -moz-transform-origin:left;
			transform-origin:left;
	width:135px;
}
#loadBar.End{
	-webkit-transform:scaleX(1);
	   -moz-transform:scaleX(1);
			transform:scaleX(1);
	-webkit-transition:all 1s;
	   -moz-transition:all 1s;
			transition:all 1s;
}
#loadDots{
	background:#231f20;
	height:10px;
	left:173px;
	top:200px;
	width:50px;
}
#loadDots div{
	background:#fff;
	height:3px;
	left:3px;
	opacity:0;
	top:4px;
	width:3px;
}
#loadDots div.In{opacity:1}
	#loadDots div:nth-child(2){left:10px;}
	#loadDots div:nth-child(3){left:17px;}
.Out{opacity:0}
#bg{
	height:250px;
	left:0;
	width:1477px;
}
#content.In #bg.slide{
	left:-850px;
	-webkit-transition:all 1.5s linear;
	   -moz-transition:all 1.5s linear;
			transition:all 1.5s linear;
}
.slide #fg{
	left:-100px;
	-webkit-transition:all 1.5s linear;
	   -moz-transition:all 1.5s linear;
			transition:all 1.5s linear;
}
#fg{
	background-image:url(bg.gif);
	height:250px;
	left:0;
	width:1477px;
}
#glitch{
	background:url(glitch.png);
	height:24px;
	left:770px; 
	opacity:0; 
	top:150px;
	width:20px;
}
#glitch.In{opacity:1}
#clouds{
	background:url(clouds.gif);
	height:250px;
	left:-300px;
	width:1477px;
}
#clouds.In{
	left:-1477px;
	-webkit-transition:all 14s linear;
	   -moz-transition:all 14s linear;
			transition:all 14s linear;
}
#sprinkles{
	background:url(sprinkles.png) repeat;
	height:1000px;
	left:477px;
	opacity:0;
	top:-925px;
	width:1000px;
}
#sprinkles.In{
	left:500px;
	opacity:1;
	top:13px;
	-webkit-transition:top 9s linear;
	   -moz-transition:top 9s linear;
			transition:top 9s linear;
}
#logo{
	background:url(logo.png);
	height:14px;
	left:170px;
	top:227px;
	width:115px;
}

#floOuter{
	top:132px;
	-webkit-transform:scale(.5,.5);
	   -moz-transform:scale(.5,.5);
			transform:scale(.5,.5);
}
#floOuter.left{-webkit-transform:scale(-.5,.5);-moz-transform:scale(-.5,.5);transform:scale(-.5,.5);}

#floOuter.up{top:107px;}
#floOuter.right{left:200px}
#flo{
	background-image:url(flo.gif);
	background-position-x:25px;
	background-repeat:no-repeat;
	height:155px;
	left:0;
	width:150px;
}
.standR{background-position-x:25px;}
.standL{background-position-x:-135px;}
.walk{
	-webkit-animation-name:walk;
	-webkit-animation-duration:.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:steps(1);
	   -moz-animation:walk .5s infinite steps(1);
	        animation:walk .5s infinite steps(1);
}
.jumpR,.jumpL{
	-webkit-transition:transform .25s ease-out;
	   -moz-transition:transform .25s ease-out;
			transition:transform .25s ease-out;
}
.landR,.landL{
	-webkit-transition:transform .25s ease-in;
	   -moz-transition:transform .25s ease-in;
			transition:transform .25s ease-in;
}
.jumpR,.jumpL{
	-webkit-transform:translateY(-90px);
	   -moz-transform:translateY(-90px);
			transform:translateY(-90px);
}
.landR,.landL{
	-webkit-transform:translateY(0px);
	   -moz-transform:translateY(0px);
			transform:translateY(0px);
}
#flo.jumpR,#flo.landR{background-position-x:-275px;}
#flo.jumpL,#flo.landL{background-position-x:-433px;}

#flo.right,#flo.moonwalk,#flo.end{
	-webkit-transition:left 1s linear;
	   -moz-transition:left 1s linear;
			transition:left 1s linear;
}
#flo.right{left:300px;}
#flo.moonwalk{
	-webkit-animation-name:walk;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:steps(1);
	   -moz-animation:walk 1s infinite steps(1);
			animation:walk 1s infinite steps(1);
	left:100px;
	-webkit-transform:scaleX(-1);
	   -moz-transform:scaleX(-1);
			transform:scaleX(-1);
}
#flo.end{
	-webkit-animation-name:walk;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:4;
	-webkit-animation-timing-function:steps(1);
	   -moz-animation:walk 1s 4 steps(1);
			animation:walk 1s 4 steps(1);
	left:20px;
}

/*-----coins------*/
#coins div{
	background:url(coin.png);
	height:25px;
	width:25px;
}
	#coins div.bling{
		-webkit-transform:translateY(-200px);
		   -moz-transform:translateY(-200px);
				transform:translateY(-200px);
		-webkit-transition:all .25s linear;
		   -moz-transition:all .25s linear;
				transition:all .25s linear;
	}
	#coins div.spin{
		-webkit-animation-name:spin;
		-webkit-animation-duration:.5s;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function:steps(2);
		   -moz-animation:spin .5s infinite steps(2);
				animation:spin .5s infinite steps(2);
	}
	#coins div:nth-child(1) {left:105px;top:152px;opacity:0;}
	#coins div:nth-child(2) {left:150px;top:118px;opacity:0;}
	#coins div:nth-child(3) {left:210px;top:83px;}
	#coins div:nth-child(4) {left:255px;top:118px;}
	#coins div:nth-child(5) {left:355px;top:118px;}
	#coins div:nth-child(6) {left:495px;top:83px;}
	#coins div:nth-child(7) {left:545px;top:118px;}
	#coins div:nth-child(8) {left:585px;top:83px;}
	#coins div:nth-child(9) {left:650px;top:118px;opacity:0;}
	#coins div:nth-child(10){left:725px;top:83px;opacity:0;}
	#coins div:nth-child(11){left:770px;top:118px;opacity:0;}
	#coins div:nth-child(12){left:815px;top:118px;opacity:0;}

/*------text-------*/
#text > .In{opacity:1}
#text > div{opacity:0}
	#t1{
		background:url(t1.png) no-repeat center;
		height:80px;
		left:700px;
		opacity:0;
		width:300px;
	}
	#t1.In{opacity:1}
	#t2{
		background:url(t2.png) no-repeat center;
		height:20px;
		top:10px;
		width:300px;
	}
	#t3{
		background:url(t3.png) no-repeat center;
		height:50px;
		opacity:0;
		top:80px;
		width:300px;
	}
	#t4{
		background:url(t4.png);
		background-position:0 -5px;
		height:64px;
		left:70px;
		opacity:0;
		top:30px;
		width:149px;
	}
	
		#t4a,#t4b,#t4c{
			background-repeat:no-repeat;
			height:37px;
			opacity:0;
			top:10px;
			width:28px;
		}
		#text #t4 .In{opacity:1;}
		#t4 > div.In:after{
			opacity:0;
			-webkit-transition:all 0s 1s;
			   -moz-transition:all 0s 1s;
					transition:all 0s 1s;
		}
		#t4a,#cursor.p1{background-image:url(5.png);left:38px;}
		#t4b,#cursor.p2{background-image:url(9.png);left:78px;}
		#t4c,#cursor.p3{background-image:url(8.png);left:118px;}
		#cursor{
			display:block;
			height:37px;
			position:absolute;
			top:10px;
			width:28px;
		}
		#cursor.p4{display:none}

#flash{
	border-radius:10px;
	display:none;
	height:31px;
	left:171px;
	overflow:hidden;
	position:absolute;
	top:164px;
	width:120px;
	z-index:1002;
	}
#flash.trigger{display:block}
	#flash div{
		background:url(flash.png);
		display:none;
		height:31px;
		opacity:0;
		position:absolute;
		width:40px;
		
	}
	
	#flash.trigger div{
		-webkit-animation-name:flash;
		-webkit-animation-duration:.25s;
		-webkit-animation-timing-function:linear;
		-webkit-animation-fill-mode:forwards;
		   -moz-animation:flash .25s linear forwards;
				animation:flash .25s linear forwards;
		display:block;
		opacity:1;
	}	
	#flash.trigger2 div{
		-webkit-animation-name:flash;
		-webkit-animation-duration:.25s;
		-webkit-animation-timing-function:linear;
		-webkit-animation-fill-mode:both;
		-webkit-animation-direction:reverse;
		   -moz-animation:flash .25s linear both reverse;
				animation:flash .25s linear both reverse;
		display:block;
		opacity:1;
	}

#content.In #bg{
	left:-693px;
	-webkit-transition:all 4.2s linear;
		   -moz-transition:all 4.2s linear;
				transition:all 4.2s linear;
}

@-webkit-keyframes walk{
	0%,100%	{background-position-x:-580px}
	25%		{background-position-x:-730px}
	50%		{background-position-x:-880px}
	75%		{background-position-x:-730px}
}
@-moz-keyframes walk{
	0%,100%	{background-position-x:-580px}
	25%		{background-position-x:-730px}
	50%		{background-position-x:-880px}
	75%		{background-position-x:-730px}
}
@keyframes walk{
	0%,100%	{background-position-x:-580px}
	25%		{background-position-x:-730px}
	50%		{background-position-x:-880px}
	75%		{background-position-x:-730px}
}

@-webkit-keyframes spin{
	from	{background-position-x:0px}
	to		{background-position-x:-50px;}
}
@-moz-keyframes spin{
	from	{background-position-x:0px}
	to		{background-position-x:-50px;}
}
@keyframes spin{
	from	{background-position-x:0px}
	to		{background-position-x:-50px;}
}

@-webkit-keyframes blink{
	0%,74.5%,100%	{opacity:1;}
	75%,99.5%		{opacity:0;}
}
@-moz-keyframes blink{
	0%,74.5%,100%	{opacity:1;}
	75%,99.5%		{opacity:0;}
}
@keyframes blink{
	0%,74.5%,100%	{opacity:1;}
	75%,99.5%		{opacity:0;}
}

@-webkit-keyframes flash{
	from{left:-25px;}
	to	{left:150px;}
}
@-moz-keyframes flash{
	from{left:-25px;}
	to	{left:150px;}
}
@keyframes flash{
	from{left:-25px;}
	to	{left:150px;}
}
/* MQ
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*728 x 90*/
@media screen and (min-width: 727px) and (max-width: 729px){
	
}
/*120 x 600*/
@media screen and (min-width: 119px) and (max-width:121px){
	
}
/*160 x 600*/
@media screen and (min-width: 159px) and (max-width:161px){

}
