
/* 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: #fff;
	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: 8px;
    margin: 0 auto;
    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;
	margin: 0;
	padding: 0 .8em;
	text-align: center;
	width: 100px;
	-webkit-appearance: none;
}
.button {
    display: inline-block;
	margin-left:13px;
}
.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: 0;
    padding: .83333em 2.5em;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 100px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background-position: 0 0;
    background:#2aa5fc;
	background: -webkit-linear-gradient(top,#2aa5fc 0%,#0062cf 100%);
	background: -moz-linear-gradient(top,#2aa5fc 0%,#0062cf 100%);
	background: linear-gradient(to bottom,#2aa5fc 0%,#0062cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2aa5fc', endColorstr='#0062cf');
    background-size: auto 200%;
}
.button input:hover, .button a:hover {
	background-position: 0 100% !important;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s
}
#cta #zipCode, #cta .button {
	height:	37px;
}
#bgExitArea{
	cursor:pointer;
	display:block;
	height:100%;
	position:absolute;
	width:100%;
	z-index:999;
}
/* Creative
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	/*Ad specific css here*/
#content div{position:absolute;color:#fff}	

#bg{background-image:url(bg.jpg);background-position:0 0;height:714px;width:714px;}
#bg.In{
	background-position:-150px -150px;
	-webkit-transition:all 15s linear;
	   -moz-transition:all 15s linear;
			transition:all 15s linear;
}
	
#flo{
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	background:url(flo.png);
	height:436px;
	left:-68px;
	top:148px;
	-webkit-transition:all 3s linear;
	   -moz-transition:all 3s linear;
			transition:all 3s linear;
	width:224px;
}

#moon{background:url(moon.png);height:52px;left:230px;top:15px;width:52px;                }

#ufo{
	-webkit-backface-visibility: hidden;
	-webkit-animation-name:wobble;
	-webkit-animation-duration:3s;
	-webkit-animation-fill-mode:both;
	-webkit-animation-iteration-count:2;
	-webkit-animation-timing-function:linear;
	   -moz-animation:wobble 3s both 2 linear;
			animation:wobble 3s both 2 linear;
	background:url(ufo1.png);
	height:96px;
	overflow:hidden;
	-webkit-transform-origin:top;
	   -moz-transform-origin:top;
			transform-origin:top;
	-webkit-transition:all 5s linear;
	   -moz-transition:all 5s linear;
			transition:all 5s linear;
	top:100px;
	width:236px;
	}
	#ufo div{
		-webkit-animation-name:spin;
		-webkit-animation-duration:.5s;
		-webkit-animation-timing-function:steps(3);
		-webkit-animation-iteration-count:infinite;
		   -moz-animation:spin .5s steps(3) infinite;
				animation:spin .5s steps(3) infinite;
		background:url(ufo2.png);
		height:96px;
		width:944px;
		z-index:2;
	}


/*------------text-------------*/	
.hr{background:#0db5ff;height:4px;width:100%}

#text{left:88px;top:33px;white-space:normal;width:123px;}
	#text span{display:block;text-align:center;}

#t1{opacity:0;width:100%;}
	#t1 span:nth-child(1){}
	#t1 span:nth-child(1):before,#t1 span:nth-child(1):after{background:#0db5ff;content:'';display:inline-block;font-family:'Raleway';height:4px;margin:0 5px;vertical-align:15%;width:15px;}
	#t1 span:nth-child(2){font-size:30px;}
	#t1 span:nth-child(3){}
	#t1 span:nth-child(4){font-size:57px;line-height:55px;}
	#t1 span:nth-child(5){font-size:38px;line-height:37px;}
	#t1 .hr{margin-top:5px;}
	
#t2{
	font-family:'Raleway';
	opacity:0;
	top:6px;
	-webkit-transition:opacity .5s;
	   -moz-transition:opacity .5s;
			transition:opacity .5s;
	width:100%;
}
	#logo{background:url(logo.png);height:13px;left:14px;top:-21px;width:104px;}
	#t2 span:nth-child(3){font-size:50px;font-weight:700;margin-top:4px;}
	#t2 span:nth-child(4){font-size:13px;margin-top:-2px;}
	#t2 span:nth-child(5){
		color:#0db5ff;
		font-size:53px;
		font-weight:800;
		margin-top:-4px;
		/*correct number lining*/
		font-variant-numeric: lining-nums;
		-moz-font-feature-settings:"lnum" 1; 
		-moz-font-feature-settings:"lnum=1"; 
		-ms-font-feature-settings:"lnum" 1; 
		-o-font-feature-settings:"lnum" 1; 
		-webkit-font-feature-settings:"lnum" 1; 
		font-feature-settings:"lnum" 1;
		
	}
	#t2 span:nth-child(5):before{content:'$';display:inline;font-size:33px;vertical-align:40%;}
	#t2 span:nth-child(6){font-size:12px;margin-top:-2px;white-space:nowrap;}
	#t2 .hr:nth-child(7){margin-top:7px;}

/*---------frames-----------*/
/*---------frame1-----------*/
.f1 #ufo{left:-300px}
.f1 #flo,.f2 #flo{
	top:-456px;
	left:-68px;
	-webkit-transform:rotate(180deg) translateZ(0);
	   -moz-transform:rotate(180deg);
			transform:rotate(180deg);
}
.f1 #t1,.f2 #t1{opacity:1}

/*---------frame2-----------*/
#ufo.in{left:310px}
/*.f2 #flo{
	left:-85px;
	top:-350px;
	-webkit-transition:all 1s 1s ease-out;
	   -moz-transition:all 1s 1s ease-out
			transition:all 1s 1s ease-out
}*/

/*---------frame3-----------*/

.f3 #t2{opacity:1}
.f2 #flo,.f3 #flo{
	left:-98px;
	top:-123px;
	-webkit-transition:all 6s linear;
	   -moz-transition:all 6s linear;
			transition:all 6s linear;
	-webkit-transform:scale(.3,.3) rotate(28deg)  translateZ(0);;
	   -moz-transform:scale(.3,.3) rotate(28deg);
			transform:scale(.3,.3) rotate(28deg);
}
.f3 #flo.floater{
	-webkit-animation:float;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
	   -moz-animation:float 1s infinite alternate;
			animation:float 1s infinite alternate;
}	
/*-------------animations-------------*/
@-webkit-keyframes wobble{
	0%,100%	{-webkit-transform:rotate(-5deg)}
	50%		{-webkit-transform:rotate(5deg)}
}
@-moz-keyframes wobble{
	0%,100%	{-moz-transform:rotate(-5deg)}
	50%		{-moz-transform:rotate(5deg)}
}
@keyframes wobble{
	0%,100%	{transform:rotate(-5deg)}
	50%		{transform:rotate(5deg)}
}

@-webkit-keyframes spin{
	from	{left:0px;}
	to		{left:-708px}
}
@-moz-keyframes spin{
	from	{left:0px;}
	to		{left:-708px}
}
@keyframes spin{
	from	{left:0px;}
	to		{left:-708px}
}

@-webkit-keyframes float{
	from	{top:-123px;}
	to		{top:-128px;}
}
@-moz-keyframes float{
	from	{top:-123px;}
	to		{top:-128px;}
}
@keyframes float{
	from	{top:-123px;}
	to		{top:-128px;}
}

/* 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){

}
