@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: 250px;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 300px;
}
#cta {
	bottom: 15px;
	left:150px;
    margin: 0;
    opacity: 0;
	position: absolute;
	text-align: left;
    width: 100%;
	z-index:1000;
    -webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}
#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: .75em;
    font-weight: 300;
	line-height: 1;
	margin: 0 0 8px 33px;
	padding: .7em 1.5em;
	text-align: center;
	width: 90px;
	-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 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: #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:'Open Sans', sans-serif;
	font-size:16px;
	height:250px;
	margin:0;
	overflow:hidden;
	width:300px;
}

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

#text1.In2{
	height:200px;
	top:10px;
}

#text1.In2 #text2{
	font-weight: 400;
	line-height:45px;
	opacity:1;
	-webkit-transition:opacity .5s;
	-moz-transition:opacity .5s;
	transition:opacity .5s;
}
#ball{
	background:url('ball.png');
	display:block;
  	height: 122px; 
	left: 154px;
	position: absolute;
 	top: 320px;
  	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: 28px;
  	top: 60px;
	-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;
  height: 162px;
  left: 60px;
  top: 250px;
  width: 64px;
  z-index:50;
}
#arm.In {
  	top: 90px;
  	-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:143px;
	top:70px;
	width:50px;
	-webkit-transition:all .2s;
	   -moz-transition:all .2s;
		-ms-transition:all .2s;
			transition:all .2s;
	-webkit-transform-origin:bottom;
	   -moz-transform-origin:bottom;
		-ms-transform-origin:bottom;
			transform-origin:bottom;
	-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:300px;
	left:-250px;
	position:absolute;
	top:190px;
	width:250px;
	
}
#top.In{
	left:0;
	top:0;
	-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:9px;
	background-size:100%;
  	border-top:1px solid #1e73e9;
	height: 25px;
	left: 180px;
	opacity:0;
	position: absolute;
	top: 118px;
	width: 100px;
	-webkit-transition:all 1s;
	   -moz-transition:all 1s;
		-ms-transition:all 1s;
			transition:all 1s;
}
#logo.In{opacity:1;}

/*  	BEGIN BACKUP FOR OLDER BROWSERS 	*/
#body.bu #right,#body.bu #ball,#body.bu #zipCode{display:none;}
#body.bu #top{left:0;top:0;}
#body.bu #arm{
	background: url("arm.png") no-repeat;
	height:133px;
	left:127px;
	top:72px;
	width:53px;
}
#body.bu #text1{
	display:block;
	height:200px;
	top:30px;
}
#body.bu #text2{
	font-weight: 400;
	line-height:45px;
	opacity:1;
}
#body.bu #cta{
	opacity:1;
}
#body.bu #logo{
	opacity:1;
	top:150px;
}
