/* set your initial positions in the javascript, not the CSS, put attributes you'll not be animating here */


/* css reflects all the divs named in the html */


/* creates the green background box */



/*#temp {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/temp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    
}
*/

#BK_white {
    position: absolute;
    background-color: #fff;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
}

#BK_grass {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/BK_grass.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#BK_shadow {
    position: absolute;
    background-color: #000;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
}

#line {
    position: absolute;
    background-color: #fff;
    top: 375px;
    left: 91px;
    width: 117px;
    height: 3px;
}

#mask {
    overflow: hidden;
    top: 0;
    left: 0;
}

#img01 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/img01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#dropShadow {
    position: absolute;
    width: 300px;
    height: 600px;
    top: 100px;
    background-image: url(imgs/dropShadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#copy01 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/copy01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#copy02 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/copy02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#copy03 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/copy03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#copy04 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/copy04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#copy05 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/copy05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#copy06 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/copy06.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#copy07 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/copy07.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#copy08 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/copy08.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}



#legal_01 {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/legal_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}



#logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
    background-image: url(imgs/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


#cta {
    position: absolute;
    width: 300px;
    height: 600px;
    background-image: url(imgs/cta.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#cta_bk {
    position: absolute;
    overflow: hidden;
    top: 451px;
    left: 63px;
    height: 37px;
    width: 174px;
    border-radius: 20px;
    z-index: 600;
}

#shimmer {
    top: 0px;
    left: -237px;
    height: 59px;
    width: 236px;
    opacity: .8;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,ffffff+52,ffffff+100&0+35,1+49,1+52,0+67 */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}