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


#replay{
    position: absolute;
    width: 74px;
    height: 74px;
        top: -24px;
    left: 250px;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    z-index:26;
}
#arrow {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 18px;
}

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


#bg{

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

/* TEXT CSS*/
#copyLine1_img1,#copyLine1_img2,#copyLine1_img3,
#copyLine2_img1,#copyLine2_img2,#copyLine2_img3,
#copyLine3_img1,#copyLine3_img2,#copyLine3_img3,
#copyLine4_img1,#copyLine4_img2,#copyLine4_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;
}
/* TEXT CSS*/
#copyLine1_img1,#copyLine1_img2,#copyLine1_img3
{
	background-image:url('../images/copyLines1.png');
}
#copyLine2_img1,#copyLine2_img2,#copyLine2_img3{
	background-image:url('../images/copyLines2.png');
}
#copyLine3_img1,#copyLine3_img2,#copyLine3_img3{
	background-image:url('../images/copyLines3.png');
}
#copyLine4_img1,#copyLine4_img2,#copyLine4_img3{
	background-image:url('../images/copyLines4.png');
}


#copyLine1_img1,#copyLine2_img1,#copyLine3_img1,#copyLine4_img1{
	top: 0px;
	height: 37px;
	background-position:  0px  0px;
}

#copyLine1_img2,#copyLine2_img2,#copyLine3_img2,#copyLine4_img2{
	top: 37px;
	height: 18px;
	background-position: 0px -37px;
}

#copyLine1_img3,#copyLine2_img3,#copyLine3_img3,#copyLine4_img3{
	top:55px;
	height: 18px;
	background-position:  0px  -55px;
}



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

#beacon1, #beacon2,#beacon3,#beacon4{
	width:300px;
	height:250px;
}
#beacon4 {
top:-10px;
}

#circle1,#circle2,#circle3,#circle4{
	 width:22px;
	height:22px;
}
#circle1{
	top: 104px;
    left: 205px;
}

#circle2{
	    top: 125px;
    left: 138px;
}

#circle3{
	top: 132px;
    left: 128px;
}

#circle4{
	    top: 141px;
    left: 203px;
}




.circle{
	width:20px;
	height:20px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .3);  
}
/*  add dropshadow to LINE  */
.shade {
	-webkit-filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .35));
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .35));
}



.pulse{
	top:-2px;
	left:-2px;
	border:1px solid #fff;
	border-radius: 50%;
	width:22px;
	height:22px;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .3);  
}
#finalbeacon {
  position: absolute;
  top:0px;
  left:0px;

width:300px;
height:250px;
  opacity:0;

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


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



/*Controller styles */

button {
    cursor:pointer;
}

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

#slider{
    margin-top:20px;
}
