/* NI_Brand_Elijah_728x90 */

* {
    margin:0;
    padding: 0;    
}

img {
    border: none;
}

#clickTag {
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    position: absolute;
}

#ad-container {
    overflow: hidden;
    background-color: #a2a3aa;
    width: 728px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#border {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ccc;
            box-shadow: inset 0px 0px 0px 1px #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    z-index: 100;
}

.half-scale {
	-webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
	   -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
	   -moz-transform: scale(0.5);
            transform: scale(0.5);
}

#logo {
    position: absolute;
    left: 638px;
    top: 0px;
    z-index: 60;
    opacity: 1;
}

#side-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 60;
    opacity: 1;
}

#cta-container {
    opacity: 0;
    position: absolute;
    background-color: #32ec96;  
    width: 71px;
    height: 35px;
    left: 542px;
    top: 28px;
    border-radius: 10px 7px 7px 0px;
    cursor: pointer;
    z-index: 100;
}

#cta-wrapper {
/*    display: inline-block;*/
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
/*    background-color: rgba(0,255,0,1);*/
    width: 49px;
    height: 9px;
    text-align: center;
}

#cta-container:hover { background-color: #34fa9e; }

#cta-container:hover {    
    transition:  all 0.25s linear;
}

#copy-container {
    left: 0px;
    top: 0px;
    position: absolute;
}

.copy {
    opacity: 0;
    position:absolute;
    z-index: 50; 
}

#copy-1 {
	left: 23px;
	top: 60px;
}

#copy-header-1 {
	left: 168px;
	top: 25px;
}

#copy-header-2 {
	left: 321px;
	top: 24px;
}

#copy-subhead {
    left: 367px;
    top: 64px;
}

.img {
    opacity: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 30;
}

#img-1 {
    left: 0px;
    top: 0px;
    opacity: 1;
}

#img-2 {
    left: 0px;
    top: -30px;
}

#img-3 {
    left: 11px;
    top: 0px;
}