/*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: 728px;
    height: 90px;
    border: 1px solid #999;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-color: #ffffff;
}

#banner {
    display: none;
    width: 728px;
    height: 88px;
    background-color: #ffd100;
}

.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;
    left: 314px;
    top: 24px;
}

.sprite-copy-gigs {
    width: 98px;
    height: 46px;
    background-position: -131px -5px;
    left: 304px;
    top: 24px;
}

.sprite-copy-good-times {
    width: 254px;
    height: 36px;
    background-position: -5px -61px;
    left: 235px;
    top: 24px;
}

.sprite-copy-join-now {
    width: 67px;
    height: 11px;
    background-position: -239px -5px;
    top: 12px;
    left: 19px;
}

.sprite-copy-now-with-exclusive-offers-to-events {
    width: 320px;
    height: 47px;
    background-position: -5px -107px;
    left: 125px;
    top: 20px;
}

.sprite-optus-teal-logo {
    width: 84px;
    height: 18px;
    background-position: -239px -26px;
    bottom: 7px;
    left: 19px;
}

.sprite-perks-logo-berry {
    width: 91px;
    height: 63px;
    background-position: -5px -164px;
}

.sprite-ticket-logos-lockup {
    width: 156px;
    height: 18px;
    background-position: -106px -164px;
    top: 54px;
    left: 271px;
}

.sprite-yes-logo-yellow {
    width: 101px;
    height: 73px;
    background-position: -333px -5px;
    left: 475px;
    top: 7px;
}

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

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

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

.optusTealLogo-wrapper {
    bottom: 0px;
    right: 0px;
    background-color: white;
    width: 123px;
    height: 35px;
}