/*GENRERAL ******************************************/


/* apply a natural box layout model to all elements */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

div,
img {
    position: absolute;
    overflow: hidden;
}

#ad {
    position: relative;
    width: 160px;
    height: 600px;
    border: 1px solid #999;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center 287px;
    background-color: #ffffff;
}

#banner {
    display: none;
    width: 158px;
    height: 598px;
    background-color: black;
}

.show {
    display: block !important;
}

.sprite {
    /*    background-image: url(spritesheet.png);*/
    background-repeat: no-repeat;
    display: block;
}

.sprite-copy-gags {
    width: 116px;
    height: 45px;
    background-position: -5px -5px;
    top: 275px;
    left: 20px;
}

.sprite-copy-gigs {
    width: 99px;
    height: 46px;
    background-position: -131px -5px;
    top: 274px;
    left: 26px;
}

.sprite-copy-good-times {
    width: 125px;
    height: 80px;
    background-position: -5px -61px;
    top: 254px;
    left: 14px;
}

.sprite-copy-join-now {
    width: 68px;
    height: 13px;
    background-position: -140px -61px;
    left: 7px;
    top: 12px;
}

.sprite-copy-now-with-exclusive-offers-to-events {
    width: 125px;
    height: 135px;
    background-position: -240px -5px;
    top: 198px;
    left: 18px;
}

.sprite-optus-teal-logo {
    width: 59px;
    height: 12px;
    background-position: -140px -150px;
    top: 12px;
    left: 8px;
}

.sprite-perks-logo-berry {
    width: 80px;
    height: 55px;
    background-position: -209px -150px;
}

.sprite-ticket-logos-lockup {
    width: 149px;
    height: 18px;
    background-position: -5px -215px;
    top: 528px;
    left: 6px;
}

.sprite-yes-logo-yellow {
    width: 124px;
    height: 90px;
    background-position: -164px -215px;
    top: 349px;
    left: 18px;
}

.background-image {
    width: 800px;
    height: 600px;
    background-repeat: no-repeat;
    overflow: visible;
}

.background-teal {
    background-color: #1bafb2;
    width: 158px;
    height: 598px;
    background-position: -300px -150px;
}

.copyJoinNow-wrapper {
    bottom: 0px;
    right: 0px;
    background: #fdc131;
    width: 79px;
    height: 36px;
}

.optusTealLogo-wrapper {
    bottom: 0px;
    left: 0px;
    background-color: white;
    width: 79px;
    height: 36px;
}