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

div,
img,
video {
  position: absolute;
}

#ad {
	position: absolute;
	left:0px;
  width: 300px;
  height: 250px;
  overflow: hidden;     
/*  overflow:visible;*/
  background: #dadada;
  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: 25;
}


.hidden{
	/*	visibility:visible;*/
		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: #e98300;
	z-index: 110; 
	
}







/* TEXT CSS*/
#copyLine2_img1,#copyLine2_img2,#copyLine2_img3{/*added #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_copy2.png');
	clip:rect(0px 300px 250px 0px);


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



#copyLine1_img1,#copyLine1_img2,#copyLine1_img3,#copyLine1_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;
	background-image:url('../images/art_copy1.png');

}

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

#copyLine1_img2{
	top: 24px;
	height: 17px;
	background-position: left 0px top -24px;
}
#copyLine1_img3{/* "connectivity"*/
	top: 41px;
	height: 17px;
	background-position: left 0px top -41px;
}

#copyLine1_img4{ /* "impossible"*/
	top: 58px;
	height: 17px;
	background-position: left 0px top -58px;
}
#copyLine2_img3{/* "connectivity (period)"*/
	top: 41px;
	height: 17px;
	background-position: left 0px top -41px;
}

/* ICONS */

#icons{
	width:300px;
	height:250px;
	top:0px;
	left:0px;
	
}
		
		
#cloud,#loc,#wifi,#camera,#car,#delivery,#bldg,#satellite,#device,#security{
	overflow:hidden;
	
	width:56px;
	height: 56px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: perspective(1000px);
	background-repeat: no-repeat;
	background-size: 560px 56px;
	background-image:url('../images/icons_56x56.png');

}

#cloud{
	
	background-position: left 0px top 0px;
}

#loc{

	background-position: left -56px top 0px;
}
#wifi{

	background-position: left -112px top 0px;
}
#camera{

	background-position: left -168px top 0px;
}
#car{

	background-position: left -224px top 0px;
}
#delivery{

	background-position: left -280px top 0px;
}
#bldg{

	background-position: left -336px top 0px;
}
#satellite{

	background-position: left -392px top 0px;
}
#device{

	background-position: left -448px top 0px;
}
#security{

	background-position: left -504px top 0px;
}


/*
#cloud{
	left: 120px;
    top: 125px;
	background-position: left 0px top 0px;
}

#loc{
	    left: 50px;
    top: 95px;
	background-position: left -56px top 0px;
}
#wifi{
	    left: 5px;
    top: 145px;
	background-position: left -112px top 0px;
}

#bldg{
	    left: 194px;
    top: 75px;
	background-position: left -336px top 0px;
}
*/

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

/* CIRCLE */
/*
#server{
	width:300px;
	top:0px;

}
*/

svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
}

#server{
	top:-25px;
}
#street{
	width:300px;
	top:0px;

}

#dashboard{
	width:300px;
}


/* end frame */


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

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

#lines{
	/*visibility: visible;
	overflow:visible;*/
	position:absolute;
	width:300px;
	height:250px;
	/*z-index: 101;*/
}


/*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;
}