/*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;
}

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

.sprite-copy-gags {
    width: 115px;
    height: 45px;
    background-position: -5px -5px;
    top: 106px;
    left: 86px;
}

.sprite-copy-gigs {
    width: 98px;
    height: 46px;
    background-position: -130px -5px;
    top: 105px;
    left: 101px;
}

.sprite-copy-good-times {
    width: 255px;
    height: 36px;
    background-position: -5px -61px;
    top: 105px;
    left: 20px;
}

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

.sprite-copy-join-now {
    width: 70px;
    height: 12px;
    background-position: -5px -107px;
    left: 43px;
    top: 13px;
    /*    top: 225px;*/
}

.sprite-copy-now-with-exclusive-offers-to-events {
    width: 192px;
    height: 73px;
    background-position: -5px -129px;
    top: 52px;
    left: 51px;
}

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

.sprite-optus-teal-logo {
    width: 74px;
    height: 15px;
    background-position: -5px -212px;
    top: 9px;
    left: 15px;
}

.sprite-perks-logo-berry {
    width: 107px;
    height: 74px;
    background-position: -270px -5px;
}

.sprite-ticket-logos-lockup {
    width: 156px;
    height: 18px;
    background-position: -207px -107px;
    top: 179px;
    left: 12px;
}

.sprite-yes-logo-yellow {
    width: 101px;
    height: 73px;
    background-position: -207px -135px;
    top: 125px;
    left: 188px;
}

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

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

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

#banner {
    display: none;
    width: 298px;
    height: 248px;
    background-color: #ffd100;
}

.show {
    display: block !important;
}