@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------------------- */
/* BASE AD - typically, we do not mess with this section
/* -------------------------------------------------------------------------- */
body, body * {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

/* Div layer for the entire banner. */
#adkit_container {
    position: absolute;
    width: 968px;
    height: 248px;
    border: #9b9b9b 1px solid;
    top: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    display: none;
}

#adkit_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

/* Invisible button for background clickthrough. */
#adkit_background_exit {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

/* -------------------------------------------------------------------------- */
/* Your ad styles here */
#bg1 {
    position: absolute;
    background: url(bg1.jpg) no-repeat;
    width: 970px;
    height: 250px;
    background-size: contain;
    opacity: 0;
}

#bg2 {
    position: absolute;
    background: url(bg2.png) no-repeat;
    width: 968px;
    height: 248px;
    opacity: 0;
}

#vehiclecontainer {
    position: absolute;
    top: -322px;
    left: 262px;
}

.vehicle {
    position: absolute;
    background: url(vehicles.png) no-repeat;
    width: 268px;
    height: 108px;
    margin-top: -27px;
    margin-left: -59px;
}
#v1 {
    width: 236px;
    left: -79px;
    top: 296px;
}
#v2 {
    width: 236px;
    background-position: -236px 0;
    left: 40px;
    top: 325px;
    opacity: 0;
}
#v3 {
    background-position: -472px 0;
    left: 222px;
    top: 349px;
    margin-left: -67px;
}
#v4 {
    background-position: -740px 0;
    left: 200px;
    top: 357px;
    margin-left: -67px;
}
#v5 {
    width: 236px;
    background-position: -236px 0;
    left: 254px;
    top: 356px;
}
#v6 {
    background-position: -1008px 0;
    left: 232px;
    top: 388px;
    margin-left: -67px;
}
#v7 {
    width: 84px;
    background-position: -1276px 0;
    left: 28px;
    top: 324px;
    margin-left: -21px;
}
#v8 {
    width: 84px;
    background-position: -1360px 0;
    left: 204px;
    top: 354px;
    margin-left: -21px;
}
#v9 {
    background-position: -1008px 0;
    left: -120px;
    top: 329px;
    margin-left: -67px;
}
#v10 {
    width: 236px;
    left: 214px;
    top: 359px;
}
#v11 {
    width: 236px;
    background-position: -236px 0;
    left: 240px;
    top: 363px;
}
#v12 {
    background-position: -1008px 0;
    left: -123px;
    top: 329px;
    margin-left: -67px;
}
#v13 {
    background-position: -740px 0;
    left: -91px;
    top: 345px;
    margin-left: -67px;
}
#v14 {
    width: 84px;
    background-position: right;
    left: 151px;
    top: 372px;
    margin-left: -21px;
}
#v15 {
    width: 84px;
    background-position: -1276px 0;
    left: 180px;
    top: 380px;
    margin-left: -21px;
}
#v16 {
    background-position: -740px 0;
    left: 193px;
    top: 394px;
    margin-left: -67px;
}
#v17 {
    width: 84px;
    background-position: -1360px 0;
    left: 223px;
    top: 373px;
    margin-left: -21px;
}
#v18 {
    width: 236px;
    left: 58px;
    top: 368px;
}
#v19 {
    width: 236px;
    background-position: -236px 0;
    left: 13px;
    top: 312px;
}
#v20 {
    background-position: -472px 0;
    left: 121px;
    top: 369px;
    margin-left: -67px;
}
#v21 {
    width: 84px;
    background-position: -1360px 0;
    left: -100px;
    top: 303px;
    margin-left: -21px;
}
#v22 {
    width: 236px;
    background-position: -236px 0;
    left: -72px;
    top: 309px;
}
#v23 {
    background-position: -740px 0;
    left: 262px;
    top: 356px;
    margin-left: -67px;
}
#v24 {
    width: 236px;
    left: -170px;
    top: 310px;
}
#v25 {
    background-position: -472px 0;
    left: -150px;
    top: 330px;
    margin-left: -67px;
}

.text {
    position: absolute;
    background: url(text.png) no-repeat;
    width: 314px;
    height: 44px;
    right: 81px;
    top: 74px;
    opacity: 0;
}

#text2 {
    background-position: bottom;
    top: 119px;
}

#cta {
    position: absolute;
    overflow: hidden;
    width: 202px;
    height: 85px;
    left: 392px;
    top: 180px;
    background: url(cta.png);
    background-position: top;
    opacity: 0;
}

#cta.active {
    background-position: bottom;
}