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

div,
img,
video {
  position: absolute;
}

#ad {
	position: absolute;
	left:0px;
  width: 300px;
  height: 600px;
  overflow: hidden;     
  background: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border:1px solid #f7901e;
}
#exit {
    position: absolute;
    top:0;
    left:0;
    width: 300px;
    height: 600px;
    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: 600px;
	background-color: #fff;
	z-index: 110; 
	
}


#chat1{
	top:130px;
}
#chat2{
	z-index:10;
}
#chat3{
	z-index:10;
}
#chat4{
	z-index:10;
}

#chat_type_left1{
	z-index:0;
}
#chat_type_left2{
	z-index:0;
}
#chat_type_left3{
	z-index:0;
}
#chat_type_right1{
	z-index:0;
}
#chat_type_right2{
	z-index:0;
}
#chat_type_right3{
	z-index:0;
}




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



#bg{
	top:0px;
	left:0px;
	width:560px;
	height:600px;
}



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

}

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

#copyLine1_img2{
	top: 361px;
	height: 34px;
	background-position: left 0px top -361px;
}

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


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




/* end frame */

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

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

/*Controller styles */

button {
    cursor:pointer;
}

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

#slider{
    margin-top:20px;
}