body,div{
	background-repeat: no-repeat !important;
	margin: 0;
	padding: 0;
	position: absolute;
}
body{
	height: 250px;
	left: 0;
	top: 0;
	width: 300px;
}
#ad{
	background: #ffffff;
	border: black 1px solid;
	box-sizing: border-box;
	color: #1e6db6;
	height: 250px;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 300px;
}
#ad *.in{
	opacity: 1;
}
#cta {
	height: 250px;
	left: 0px;
    margin: 0;
	opacity: 0;
	text-align: center;
	width: 300px;
}
#cta.in, #cta.in > div{
	opacity: 1;
	transition: all 1s;
}
#bgExitArea { 
	cursor: pointer;
	height: 250px; 
	left: 0;
	opacity: 0;
	top: 0; 
	width: 300px;  
	z-index: 100;
}
.button{
	left: 13px;
    top: 195px;
}
.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: 20px;
	left: 15px;
	top: 25px;
	width: 125px;
}

#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;
}

#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: -2px;
	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: 180px;
	top: 30px;
	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: 203px;
	top: 110px;
	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: 170px;
	top: 160px;
	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;
}
