body {
    height:100%;
    width:100%;
    margin: 0px;
    outline: 0;
}

div,
img,
video {
  position: absolute;
}

#ad {
	position: absolute;
	left:0px;
  width: 300px;
  height: 250px;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border:1px solid #8a8a8a;
}
#exit {
    position: absolute;
    top:0;
    left:0;
    width: 300px;
    height: 250px;
    cursor: pointer;
    z-index: 25000;
}


.hidden{
	visibility: hidden;
}

.visible {
	visibility:visible;
}


.invisible {
  opacity:0;
}


#replay{
    position: absolute;
    width: 74px;
    height: 74px;
        top: -24px;
    left: 250px;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    z-index:26;
}

/* - */
:focus,
outline none,
::-moz-focus-inner {
  border: 0;
}




/* end frame */
/* BANNER CSS */
#cover{
	top: 0px;
	left: 0px;
	display: block;
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	z-index: 110;
}

#cloud{
	left:0x;
top:-0px;
z-index:3;
width: 300px;
	height: 250px;
}
#sun{
z-index:4;
}
#bg{
	z-index:5;
left:-430px;
top:-110px;

/*
	top:35px;
	width:2484px;
*/
}

#bg1{

	top:-25px;
	left:0px;
	width:300px;
	height:300px;
	opacity: .4;
}

#bg2,#bg3{
	top:-25px;
	left:-50px;
	width:400px;
	height:300px;
	opacity: .7;

}
#bg3{
	opacity: .9;

}

#frame1{
	width:300px;
	height:250px;
}
#snail{
	z-index:100;
}
#swing{
	z-index:200;
}
#apple{
	z-index:200;
}
#watermelon{
	/*background-image: url('../images/watermelon.png');*/
	z-index:501;
 
}
.butterfly{
	background-image: url('../images/butterfly.png');
	top:25px;
	left:50px;
	z-index:101;
  width: 70px;  height:65px; 
}
.orangebug{
	background-image: url('../images/orangebug.png');
	top:20px;
	left:-40px;
	z-index:100;
  width: 75px;  height:59px; 
}
.blueberrybug{
	background-image: url('../images/blueberrybug.png');
	top:0px;
	left:0px;
	z-index:103;
  width: 59px;  height:52px; 
}
.truck
{
	/*background-image: url('../images/swing.png');*/
	top:0px;
	left:0px;
     width: 300px;  height:268px; 
}

/* TEXT CSS*/
#copyLine1_img1,#copyLine1_img2,#copyLine1_img3,#copyLine1_img4,
#copyLine2_img1,#copyLine2_img2,#copyLine2_img3,#copyLine2_img4,
#copyLine3_img1,#copyLine3_img2,#copyLine3_img3,#copyLine3_img4,
#copyLine4_img1,#copyLine4_img2,#copyLine4_img3,#copyLine4_img4,
#copyLine5_img1,#copyLine5_img2,#copyLine5_img3,#copyLine5_img4
{
	overflow:hidden;
	left:0px; /* ajdust positioning so clip path is aligned properly*/
	width:300px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: perspective(1000px);
	background-repeat: no-repeat;
	background-size: 300px 250px;
}
/* TEXT CSS*/
#copyLine1_img1,#copyLine1_img2,#copyLine1_img3,#copyLine1_img4
{
	background-image:url('../images/copyLines1.png');
	z-index:300;
}
#copyLine2_img1,#copyLine2_img2,#copyLine2_img3,#copyLine2_img4{
	background-image:url('../images/copyLines2.png');
}
#copyLine3_img1,#copyLine3_img2,#copyLine3_img3,#copyLine3_img4{
	background-image:url('../images/copyLines3.png');
}
#copyLine4_img1,#copyLine4_img2,#copyLine4_img3,#copyLine4_img4{
	background-image:url('../images/copyLines4.png');
}
#copyLine5_img1,#copyLine5_img2,#copyLine5_img3,#copyLine5_img4{
	background-image:url('../images/copyLines5.png');
}

#copyLine2_img1{
	top: 0px;
	height: 30px;
	background-position:  0px  0px;
}
#copyLine2_img2{
	top: 30px;
	height: 18px;
	background-position:  0px  -30px;
}
#copyLine2_img3{
	top: 49px;
	height: 19px;
	background-position:  0px  -49px;
}

#copyLine1_img1,#copyLine3_img1,#copyLine4_img1{
	top: 0px;
	height: 250px;
	background-position:  0px  0px;
}
#cta{
	z-index:300;
}


/* ----TEXT CSS--- */

#image1,#image2,#image3,#image4{
	width:300px;
}


.cta_image {
	left: 0px;
	top: 3px;
	width: 300px;
	height: 243px
}


.bg{
	}

#bg{}
/*Controller styles */

button {
    cursor:pointer;
}

#controller {
    z-index:2;
    position:absolute;
    display:block;
    padding:20px;
    left:10px;
    top:610px;
    /*background-color:rgba(0, 0, 0, 0.1);*/
}

#slider{
    margin-top:20px;
}

#tech1{
	left:-300px;
	width:300px;
	height:300px;
}


#techName{
	overflow:hidden;
	width:300px;
	height:250px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: perspective(1000px);
	background-repeat: no-repeat;
	background-size: 300px 250px;
	
}
#techName{background-image:url('../images/art_techName.png');}