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: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:1px solid #4d4d4d;
}

#exit {
    position: absolute;
    top:0;
    left:0;
    width: 300px;
    height: 250px;
    cursor: pointer;
    z-index: 25;
}


.hidden{
	visibility: hidden;
}
	
.visible {
	visibility:visible;
}


.invisible {
  opacity:0;
}

/* - */
: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: #000;
	z-index: 110; 
	
}







#divider{
	position:absolute;
	top:0px;
	left:-100px;
/* background-color: #f7901e;*/
	width:400px;
	height:250px;
	border-left: 5px solid #f7901e;
}


#bg{
	top:0px;
	width:300px;
	height:250px;
	overflow: hidden;
}
#bgTractor{
	left:-100px;
}

#bg2{
	top:0px;
}

#bgField,#bg3{
	left:0px;
}



/* TEXT CSS*/


/* TEXT CSS*/
#copyLine2_img1,#copyLine2_img2,#copyLine2_img3{
/* 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;
	background-image:url('../images/art_copy2a.png');
	clip:rect(0px 300px 250px 0px);
 	/* clip:rect(0px 300px 100px 150px);
 	
 	
	 	top left bottom right*/ 

}
#copyLine2_img1{
	top: 0px;
	height: 42px;
	background-position: left 0px top 0px;
}

#copyLine2_img2{
	top: 42px;
	height: 20px;
	background-position: left 0px top -42px;
}

#copyLine2_img3{
	top:62px;
	height: 20px;
	background-position: left 0px top -62px;
}


#copyLine1_img1,#copyLine1_img2,#copyLine1_img3{
	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;
	background-image:url('../images/art_copy1a.png');
	clip:rect(0px 300px 250px 0px);
	

}

#copyLine1_img1{
	top: 0px;
	height: 42px;
	background-position: left 0px top 0px;
}

#copyLine1_img2{
	top: 42px;
	height: 20px;
	background-position: left 0px top -42px;
}

#copyLine1_img3{
	top:62px;
	height: 20px;
	background-position: left 0px top -62px;
}



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

/* PROPS */

/*
#topRight,#topLeft,#bottomRight,#bottomLeft{
	overflow:hidden;
	left:0px; 
	width:80px;
	height:80px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: perspective(1000px);
	background-repeat: no-repeat;
	background-size: 320px 320px;
	background-image:url('../images/art_propSheet.png');
	clip:rect(0px 300px 250px 0px);
	

}
*/

#topRight,#topLeft,#bottomRight,#bottomLeft{
	width:80px;
	height:80px;
	 overflow: hidden;
} 
#topRight{
	top: 52px;
    left: 115px;
   
}

#topLeft{
/* 	background-position: left 0px top -80px; */
	top: 62px;
    left: 10px;
}


#bottomRight{
/* 	background-position: left 0px top -160px; */
	top: 105px;
    left: 110px;
}

#bottomLeft{
/* 	background-position: left 0px top -240px; */
	top: 113px;
    left: 31px;
}

#topRightSprite,#topLeftSprite,#bottomRightSprite,#bottomLeftSprite{
	width:320px;
	height:320px;
	
} 


#topRightSprite{
	top: 0px;
    left: 0px;
   
}

#topLeftSprite{
/* 	background-position: left 0px top -80px; */
	top:-80px;
    left: 0px;
}


#bottomRightSprite{
/* 	background-position: left 0px top -160px; */
	top: -160px;
    left: 0px;
}

#bottomLeftSprite{
/* 	background-position: left 0px top -240px; */
	top: -240px;
    left: 0px;
}

/* end frame */
#drone,#droneBody{
	width:300px;
	height:250px;
	overflow: hidden;
}

#props{
    width: 300px;
    height: 250px;
/*     border: 1px solid red; */  
    overflow: hidden;
}


#cta{
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	
/*
	cursor: pointer;
	z-index: 101;
*/
/* 	 clip: rect(0px 400px 250px 0px);
	border-left: 1px solid blue;  */
}

.cta_image,.cta_arrow {
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px
}

/*Controller styles */

button {
    cursor:pointer;
}

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

#slider{
    margin-top:20px;
}