
/*  RESET **************************/
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; min-height: 100%;background-color: #fff;}
body {margin: 0px; padding: 0px; line-height: 1.1;}
a:active,
a:hover {
    outline: 0;
}
hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
img {border: 0; width: 100%; height: auto;}
svg:not(:root) {overflow: hidden;}
select {-webkit-appearance: none;}
button[disabled],
html input[disabled] {
    cursor: default;
}
textarea {overflow: auto; vertical-align: top; resize: none;}
a,
a:hover,
a:visited {
  text-decoration: none;
}
* {-moz-box-sizing: border-box; box-sizing: border-box;}
div{position: absolute; display: block; border:0px solid #ff0000 ;}
.centered{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/*  BANNER *********************/
#header20k {
    width: 100%;
    height: 361px;
    top: 0;
    background-color: #fff;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #E4002B;
    background:url('cashimages/bg.jpg') center top no-repeat;
    background-size: fill;
    overflow: hidden;
    perspective: 400px;
}
#anim {
    width: 482px;
    height: 361px;
}
#fader{
    width:100%;
    height:100%;
    top: 0;
    background-color: #fff;
}

/* CUSTOM CSS *******************/
#anim {
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #007736;
}
#bFront {
    width:100%;
    height:100%;
    background:url('cashimages/bFront.png') no-repeat;
    background-size: contain;
}
#bBack {
    width:100%;
    height:100%;
    background:url('cashimages/bBack.png') no-repeat;
    background-size: contain;
}
#lights, #lights2{
    width:700px;
    height:100%;
    left: -105px;
    background:url('cashimages/lights.png') no-repeat;
    background-size: contain;
}
#lights2{
    transform: scale(-1, 1);
    left: -120px;
}
svg{top: 0;width: 0;height: 0; visibility: 0;}

#lockup {
    width:100%;
    height:100%;
    background:url('cashimages/lockup.png') no-repeat;
    background-size: contain;
}
#logo {
    width:100%;
    height:100%;
    background:url('cashimages/logo.png') no-repeat;
    background-size: contain;
}
#paper,#paper2{
    width:100%;
    height:100%;
    -webkit-perspective:2000;
    -moz-perspective:2000;
    perspective:2000;

    filter: url("#wave");

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#paper{
    opacity: .6;
    /*filter: blur(3px);*/
}
.pic{
    width:160px;
    height:80px;
    background:url('cashimages/nz100.png') no-repeat;
    background-size: contain;
}