body,div{
	background-repeat: no-repeat !important;
	margin: 0;
	padding: 0;
	position: absolute;
}
body{
	height: 90px;
	left: 0;
	top: 0;
	width: 728px;
}
#ad{
	background: #c4c4c4;
	border: black 1px solid;
	box-sizing: border-box;
	color: #1e6db6;
	height: 90px;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 728px;
}
#ad *.in{
	opacity: 1;
}
#cta {
	height: 90px;
	left: 0px;
    margin: 0;
	opacity: 0;
	text-align: center;
	width: 728px;
}
#cta.in, #cta.in > div{
	opacity: 1;
	transition: all 1s;
}
#bgExitArea { 
	cursor: pointer;
	height: 90px; 
	left: 0;
	opacity: 0;
	top: 0; 
	width: 728px;  
	z-index: 100;
}
.button{
	left: 580px;
    top: 45px;
}
.button a {
	background: #2D95E5;
	border-radius: 100px;  
	box-sizing: border-box;     
    cursor: pointer;
    display: inline-block;
	left: 0px;
	opacity: 1;
    padding: 10px 0 5px 0;
	position: absolute;
    text-align: center;
    text-decoration: none;
	text-shadow: none !important;
	width: 131px;
	z-index: 101;
}
.button a:hover {
	background: #09335f;
	transition: all .25s;
}
#logo{
	opacity: 0;
	background: url(logo.svg);
	height: 25px;
	left: 590px;
	top: 15px;
	width: 120px;
}

#logo.in{
	opacity: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
#logo.commercial{
	background: url(logo-commercial.svg);
	height: 24px;
}

/* begin custom code */
/*********************/

#flo1 {
	opacity: 1;
	top: 0;
	position: absolute;
}

#flo1.out {
	opacity: 0;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#flo2 {
	opacity: 0;
	top: 0;
	position: absolute;
}

#flo2.in {
	opacity: 1;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#flo2.out {
	opacity: 0;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#flo3 {
	opacity: 0;
	top: 0;
	position: absolute;
}

#flo3.in {
	opacity: 1;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#flo3.out {
	opacity: 0;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#flo4 {
	opacity: 0;
	top: 0;
	position: absolute;
}

#flo4.in {
	opacity: 1;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#flo4.out {
	opacity: 0;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#flo5 {
	opacity: 0;
	top: 0;
	position: absolute;
}

#flo5.in {
	opacity: 1;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#bg {
	opacity: 0;
	top: 0;
	position: absolute;
}

#bg.in {
	opacity: 1;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#type {
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
}

#type.in {
	opacity: 1;
	top: 0;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

#house {
	transform: scale(.5,.5);
	left: 260px;
	top: 8px;
	opacity: 0;
	position: absolute;
}

#house.in {
	transform: scale(1,1);
	opacity: 1;
	position: absolute;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
}

#plus {
	transform: scale(.5,.5);
	left: 360px;
	top: 28px;
	opacity: 0;
	position: absolute;
}

#plus.in {
	transform: scale(1,1);
	opacity: 1;
	position: absolute;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
}

#car {
	transform: scale(.5,.5);
	left: 410px;
	top: 20px;
	opacity: 0;
	position: absolute;
}

#car.in {
	transform: scale(1,1);
	opacity: 1;
	position: absolute;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
}
