/* Absolute Position on EVERYTHING! */

* {
    position: absolute;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#ola {
    width: 300px;
    height: 250px;
    overflow: hidden;
    background-color: #51bbec;
}

.container {
    width: 300px;
    height: 250px;
}

.outline {
    width: 300px;
    height: 250px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 1px black;
}

.logo {
    z-index: 1;
}

#logo-image {
    width: 58px;
    height: 58px;
    transform: translate(50px, 67px);
    background-color: #51bbec;
}

#logo-image-default {
    width: 58px;
    height: 58px;
}


/*============== CALENDAR ICON */

#icon-calendar {
    width: 117px;
    height: 117px;
}

.icon-calendar {
    top: 40px;
    left: 91px;
    z-index: 2;
    visibility: hidden;
}

.icon-calendar .icon-blur {
    opacity: 0.4;
    left: -88px;
    top: -42px;
}

#logo-mask {
    background-color: #51bbec;
    width: 95px;
    height: 47px;
    top: 76px;
}

#logo-copy {
    width: 136px;
    height: 47px;
    top: 76px;
    left: 114px;
}

#ribbon-right {
    top: 155px;
    left: 126px;
    width: 774px;
    height: 25px;
}

#ribbon-shadow {
    top: 180px;
    left: 127px;
    height: 5px;
    width: 47px;
}

#ribbon-mask {
    top: 155px;
    left: 84px;
    width: 150px;
    height: 25px;
    background-color: #51bbec;
}

#ribbon-left {
    top: 180px;
    left: -599px;
    width: 774px;
    height: 25px;
}


/*============== CHECK ICON */

#icon-check {
    width: 115px;
    height: 115px;
}

.icon-check {
    top: 4px;
    left: -31px;
    z-index: 2;
    visibility: hidden;
}

.icon-check .icon-blur {
    opacity: 0.4;
    left: -86px;
    top: -40px;
}


/*============== MONEY ICON */

#icon-money {
    width: 117px;
    height: 117px;
}

.icon-money {
    top: 107px;
    left: 22px;
    z-index: 2;
    visibility: hidden;
}

.icon-money .icon-blur {
    opacity: 0.4;
    left: -88px;
    top: -42px;
}


/* COPY */

#copy-1 {
    top: 18px;
    left: 19px;
    visibility: hidden;
}

#copy-2 {
    top: 72px;
    left: 19px;
    visibility: hidden;
}

#copy-3 {
    top: 143px;
    left: 12px;
    visibility: hidden;
}

#logo-small {
    top: 193px;
    left: 13px;
    visibility: hidden;
}

#button {
    top: 200px;
    left: 175px;
    visibility: hidden;
    z-index: 999;
    width: 120px;
    height: 30px;
}

#button-large {
    top: 199px;
    left: 169px;
    z-index: 999;
    width: 132px;
    height: 33px;
    visibility: hidden;
    display: none;
}

#legal {
    bottom: 3px;
    right: 2px;
    visibility: hidden;
}
