body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    font-feature-settings: "kern";
    font-kerning: normal;
}

#ad {
    position: relative;
    display: block;
    overflow: hidden;
    width: 728px;
    height: 90px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#content {
    visibility: hidden;
}

.hotspot {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: white; opacity: 0;
    cursor: pointer;
    z-index: 4999;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

#border {
    position: absolute;
    border: 1px black solid;
    width: 726px;
    height: 88px;
    z-index: 4900;
}

#intro {
    position: absolute;
    width: 100%;
    height: 100%;
}

#background {
    position: absolute;
    bottom: 0;
    right: 0;
}

.intro-ring {
    position: absolute;
    width: 1650px;
    top: -740px;
    left: -340px;
}

#copy1,
#copy2 {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 300px;
    font-weight: 500;
    font-style: italic;
    font-size: 23px;
    letter-spacing: 1.5px;
    line-height: 25px;
}

#blackBg {
    position: absolute;
    width: 100%;
    line-height: 90px; /*height of banner for vertical centering inline block elements*/
    text-align: center;
    background-color: black;
    z-index: 20;
}

#blackBg span {
    z-index: 25;
    display: inline-block;
    text-align: left;    
    vertical-align: middle;
    line-height: 34px; /*resets the line height*/
    color: white;
    font-size: 31px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1.5px;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#end {
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 100%;
    font-weight: 700;
    background-color:#fdbb30;
}

#txt-holder {
    position: absolute;
    z-index: 50;
    top: 11px;
    width: 458px;
    text-align: center;
    line-height: 38px;
}

#txtTop {
    color: white;
    text-shadow: 0px 0px 3px rgba(147, 113, 0, 0.75);
    font-size: 43px;
    letter-spacing: 1.15px;
}

#txtBottom {
    font-size: 28px;
    letter-spacing: 0.8px;
}

#logo {
    width: 96px;
    position: absolute;
    z-index: 150;
    bottom: 29px;
    left: 458px;
}

#ctaHolder {
    position: absolute;
    z-index: 500;
    bottom: 30px;
    right: 30px;
}

#ctaBtn,
#ctaText {
    width: 116px;
    height: 30px;
    line-height: 30px;
}

#ctaText {
    position: absolute;
    z-index: 220;
    color: #FFF;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.25px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#ctaBtn {
    z-index: 200;
    background-color: #000;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));
    background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));
    background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));
    background-repeat:no-repeat;
    background-position: -116px 0;
}