@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;	
}
#ad {
	background:url('bg.jpg');
    border: solid #000 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 90px;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 728px;
}
#cta {
	bottom: 22px;
	left:593px;
    margin: 0;
    opacity: 0;
	position: absolute;
	text-align: left;
	top:10px;
    width: 100%;
	z-index:1000;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-animation-name: fadein2;
	-webkit-animation-duration: 6s;
	-webkit-animation-timing-function:ease-in;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode: forwards;
   	   -moz-animation: fadein2 6s 0s ease-in   1 forwards running;
    		animation: fadein2 6s 0s ease-in   1 forwards running;
}
#zipCode:focus, .button:focus {
    outline: 0;
}
#zipCode {
	border: 1px solid #1e73e9;
	border-radius: 3px;
	box-sizing: border-box;
	color: #1e73e9;
	display: block;
	font-family: Open Sans,Arial,Verdana,sans-serif;
	font-size: .8em;
    font-weight: 300;
	line-height: 1;
	margin: 0 0 6px 9px;
	padding: .7em 1em;
	text-align: center;
	width: 105px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.button {
    display: inline-block;
}
.button input, .button a {
    border: none;
    border-radius: 100px;
    color: #fff;    
    cursor: pointer;
    display: block;
    display: inline-block;
    font-family: "Raleway",Arial,Verdana,sans-serif;
    font-size: .8em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: .8em 2em;
    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: #0062cf;
	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:	32px;
}
#bgExitArea { width:100%; height:100%; position: absolute; top:0; left:0; opacity:0; cursor:pointer; z-index:999}
#bgExitArea a {display: none;}


body{
	font-family:'Raleway', sans-serif;
	font-size:16px;
	height:90px;
	margin:0;
	overflow:hidden;
	width:728px;
}

#right{
	display:block;
	height:90px;
	position:absolute;
	right:100px;
	top:0;
	width:250px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.9+33,0.9+66,0+100 */

background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 33%, rgba(255,255,255,0.9) 66%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0.9) 66%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0.9) 66%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
h1{
	color:#1e73e9;
	font-size:15px;
	font-weight:700;
	line-height:17px;
	margin-bottom:50px;
}
#text1{
	display:none;
	height:80px;
	opacity:1;
	padding:15px;
	position:absolute;
	right:127px;
	text-align:center;
	top:5px;
	width:150px;
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
		-ms-transition:all .5s;
			transition:all .5s;
}
#text1.In{
	display:block;
}

#text1.In2{
	height:200px;
	top:-9px;
}
#text2{font-weight:400;line-height:23px;}
#ball{
	background:url('ball.png');
	display:block;
  	height: 122px; 
	left: 454px;
	position: absolute;
 	top: 100px;
  	width: 122px;
	z-index:10;
	-webkit-transform:scale(3,3);
	   -moz-transform:scale(3,3);
	   	-ms-transform:scale(3,3);
			transform:scale(3,3);
}

#ball.In{
  	left: 77px;
  	top: -25px;
	-webkit-transition:all 1s linear;
	   -moz-transition:all 1s linear;
		-ms-transition:all 1s linear;
			transition:all 1s linear;
	-webkit-transform:scale(.39,.39) rotate(-180deg);
	   -moz-transform:scale(.39,.39) rotate(-180deg);
	   	-ms-transform:scale(.39,.39) rotate(-180deg);
			transform:scale(.39,.39) rotate(-180deg);
}

#ball.Out{opacity:0}

#arm {
  background: url("arm1.png") no-repeat;
  position: absolute;
  left: 105px;
  top: 90px;
  width: 65px;
  height: 162px;
}
#arm.In {
  	top: 5px;
  	-webkit-transition:all .1s;
	   -moz-transition:all .1s;
		-ms-transition:all .1s;
			transition:all .1s;
}
#arm.Turn{
	background: url("arm.png") no-repeat;
	height:133px;
	left:98px;
	opacity:1;
	top:8px;
	width:50px;
	-webkit-transition:all .18s;
	   -moz-transition:all .18s;
		-ms-transition:all .18s;
			transition:all .18s;
	-webkit-transform-origin:top;
	   -moz-transform-origin:top;
		-ms-transform-origin:top;
			transform-origin:top;
	-webkit-transform:rotate(-27.3deg);
	   -moz-transform:rotate(-27.3deg);
		-ms-transform:rotate(-27.3deg);
			transform:rotate(-27.3deg);
}
#top{
	background: url("flo.png") no-repeat;
	display:block;
	height:728px;
	left:-200px;
	opacity:0;
	position:absolute;
	width:200px;
	
}
#top.In{
	left:0;
	opacity:1;
	-webkit-transition:all .18s;
	   -moz-transition:all .18s;
		-ms-transition:all .18s;
			transition:all .18s;
}

#logo{
	background: url("logo.png") no-repeat;
	background-position-y:7px;
	background-size:101%;
  	border-top:1px solid #1e73e9;
	height: 25px;
	left: 446px;
	opacity:0;
	position: absolute;
	top: 60px;
	width: 120px;
}
