* {
	margin: 0;
	padding: 0;	
}
html, body {
	color: #fff;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%; 
}
img {
	border: 0;
}
.hideIt {
	display: none;	
}
#ad {
	border: solid #000 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 90px;/*100%;*/
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 728px;/*100%;*/
}
#bg {
    background: url(bg.jpg) no-repeat;
	height: 400px;
	left: -202px;
    opacity: 0;
	position: absolute;
	top: -75px;
    width: 1130px;
	-webkit-transition: all 1.8s;
	-moz-transition: all 1.8s;
	-ms-transition: all 1.8s;
	transition: all 1.8s;
	-ms-transform: scale(0.65); 
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}
#bg.in {
    opacity: 1;
}
#bg.up {
	left: -202px;
	top: -160px; 
	-webkit-transition: all 2.2s;
	-moz-transition: all 2.2s;
	-ms-transition: all 2.2s;
	transition: all 2.2s;
}
#bg.scale {
	left: 0px;
	top: -310px;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
	-ms-transform: scale(1) rotate(-0.1deg); 
    -webkit-transform: scale(1) rotate(-0.1deg); 
    transform: scale(1) rotate(-0.1deg);	
}
.logo {
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}
#logo {
    background: url(logo.png) no-repeat;
	bottom: 10px;
	height: 15px;
	right: 20px;
    opacity: 0;
	position: absolute;
	width: 120px;
}
#logo.in {
    opacity: 1;
}  
#bgExitArea { width:100%; height:100%; position: absolute; top:0; left:0; opacity:0; cursor:pointer; }
#bgExitArea a {display: none;}
#cta {
	bottom: 48px;
    margin-left: 0px;
    opacity: 0;
	position: absolute;
	text-align: left;
    width: 100%;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#cta.in {
	opacity: 1;	
}
#zipCode:focus, .button:focus {
    outline: 0;
}
#zipCode {
	border: 1px solid #282828;
	border-radius: 3px;
/*  bottom: 50px; */
	box-sizing: border-box;
	color: #282828;
	display: block;
	font-family: Open Sans,Arial,Verdana,sans-serif;
	font-size: .9em;
    font-weight: 400;
	height:32px;
/*	line-height: 1; */
	margin-bottom: -31px;
	margin-left: 465px;
	text-align: center;
	width: 95px;
	-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;
    font-family: "Raleway",Arial,Verdana,sans-serif;
    font-size: .9em;
    font-weight: 500;
    line-height: 1;
	margin-left: 580px;
    padding: .7em 1.1em;
    text-align: center;
    text-decoration: none;
	width: 100px;
    -webkit-appearance: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background-position: 0 0;
    background: #2480fe;
	background: -webkit-linear-gradient(top,#2aa5fc 0%,#2480fe 100%);
	background: -moz-linear-gradient(top,#2aa5fc 0%,#2480fe 100%);
	background: linear-gradient(to bottom,#2aa5fc 0%,#2480fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2aa5fc', endColorstr='2480fe');
    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 .button {
	height:	26px;
}
sup {
    font-size: .8em;
}
.copy {
   	color: #fff;
    font-family: Open Sans,Arial,Verdana,sans-serif;
	font-size: 26px;	
	font-style: italic;
	font-weight: 800;	
	line-height: 1.2;
	opacity: 0;
	text-align: left;	
	text-shadow: 2px 1px 8px #000;
	width: 100%;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#copy1 {
	bottom: 42px;
	left: 15px;
    opacity: 0;
	position: absolute;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	
}
#copy1.in {
    opacity: 1;
}
#copy2 {
	bottom: 13px;
	left: 75px;
    opacity: 0;
	position: absolute;
	-webkit-transition: all 2.2s;
	-moz-transition: all 2.2s;
	-ms-transition: all 2.2s;
	transition: all 2.2s;	
}
#copy2.in {
    opacity: 1;
}

/*bu*/
body.bu #bgExitArea a {
	display: block;
    height: 100%;
    width: 100%;
}
body.bu #zipCode {
	display: none;
}
body.bu #cta {
	opacity: 1;
    z-index: 100;
}
body.bu #bgExitArea {
    z-index: 500;
}
body.bu #bg {
    opacity: 1;
}
body.bu #logo {
    opacity: 1;
} 
body.bu #copy3 {
	bottom:45px;
    left:-58px;;
	opacity: 1;
}
body.bu #copy3slide2 {
	bottom: 82px;
	left: 76px;	
}
body.bu #copy4 {
	bottom: 78px;
	font-size: 12px;
	font-weight: 500;
	left: 20px;
    opacity: 1;
	position: absolute;
	text-align: left;
} 
body.bu #bg0 {
    opacity: 1;
} 
.bu #flo1{
	left:150px;
	opacity: 1;
}