/*  GENERAL */

@font-face {
    font-family: 'TerminaBlack';
    src: url(../assets/terminaBlack.woff)
}

@font-face {
    font-family: 'TerminaMedium';
    src: url(../assets/terminaMedium.woff)
}

body,
html {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    width: 160px;
    height: 600px;
}

#canvas {
    position: relative;
    overflow: hidden;
}

.size {
    width: 160px;
    height: 600px;
}

#fit {
    
}

#adWrap {
    background-position: center center;
    overflow: hidden;
    opacity: 0;
}

.containers {
    
    position: absolute;
    top: 0px;
    left: 0px;
}

strong {
    font-weight: bold;
}

.op {
    opacity: 0;
}

.subClckTag {
    z-index: 1000
}

#clicktag {
    z-index: 999;
    width: 160px;
    height: 600px;
	position: absolute;
}

.clickTags {
    cursor: pointer !important;
    cursor: hand !important;
}

.first {
    position: absolute;
    z-index: 300;
}

.second {
    position: absolute;
    z-index: 200;
}

.third {
    position: absolute;
    z-index: 100;
}

#green-arrow {
    width: 6px;
    height: 6px;
}

.nowrap {
    display: inline-block;
    white-space: nowrap;

}

#sponsor {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 7px;
    font-weight: lighter;
    
    position: absolute;
    top: -4px;
    right: 23px;
}


/*FRAME 1*/


#bg1 {
    background: url(../assets/bg1.jpg) 0px 0px / 160px 600px no-repeat;
    
    position: absolute;
    top: 0px;
    left: -80px;
}

#bg2 {
    background: url(../assets/bg2.jpg) 0px 0px / 160px 600px no-repeat;
    
    position: absolute;
    top: 0px;
    left: 80px;
}


#copycontainer1 .copy{
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

#copy1a {
        font: 19px/12px TerminaMedium;
    position: absolute;
    top: 193px;
    left: 0px;
}

#copy1b {
        font: 19px/12px TerminaBlack;
    position: absolute;
    top: 232px;
    left: 0px;
}

#copy1c {
        font: 18px/19px TerminaMedium;
    position: absolute;
    top: 263px;
    left: 0px;
}


/*FRAME 2*/

#copycontainer2 .copy {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 17pt;
    line-height: 8pt;
    left: 9px;
    letter-spacing: -0.005em;
}

#copy2a {
    position: absolute;
    top: 199px;
}

#copy2b {
    position: absolute;
    top: 225px;
}

#copy2c {
    position: absolute;
    top: 252px;
}

#copy2d {
    position: absolute;
    top: 279px;
}

#copy2e {
    position: absolute;
    top: 306px;
}

#copy2e sup {
    font-size: 12px;
    font-weight: lighter;
    position: relative;
    top: 0px;
    line-height: 0px;
}

/*FRAME 3*/

#copycontainer3 .copy {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    left: 11px;
}

#copy3a {
    font-weight: 400;
    font-size: 10.5pt;
    line-height: 11pt;
    position: absolute;
    top: 191px;
}

#copy3b {
    font-weight: 700;
    font-size: 13pt;
    line-height: 22px;
    position: absolute;
    top: 224px;
}

#copy3b sup {
    font-size: 8px;
    font-weight: lighter;
    position: relative;
    top: 2px;
    line-height: 0px;
}

/*FREME 4*/

#bg3 {
    background-color:RGB(209, 50, 57);
    
    position: absolute;
    top: 0;
    left: -160px;
}


#copycontainer4 .copy {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

#logo {
    background: url(../assets/logo.png) 9px 32px / 103px 60px no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

#copy4 {
    font-weight: 400;
    font-size: 13pt;
    line-height: 20px;
    letter-spacing: -0.005em;
    position: absolute;
    top: 188px;
    left: 8px;
}

#copy4 sup {
    font-size: 8px;
    font-weight: lighter;
    position: relative;
    top: 2px;
    line-height: 0px;
}

/*FREME 5*/

#copy5 {
    font-weight: 400;
    font-size: 12.5px;
    line-height: 15px;
    position: absolute;
    top: 190px;
    left: 10px;
}

/*FREME 6*/

#copy6 {
        font-weight: normal;
    font-size: 16pt;
    line-height: 17pt;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 188px;
    left: 0px;
}

#cta {
    width: 69%;
    height: 25px;
    background: url(../assets/cta.svg) center center / 118px 32px no-repeat;
    position: absolute;
    top: 286px;
    left: 25px;
    z-index: 1000;
    display: none;
}




/*DISCLAIMER*/


#footer {
    width: 100%;
    height: 179px;
    padding: 0px 0px;
    background: #ffffff;
    float: left;
    color: rgb(0, 0, 0);
    font: 9px/20px 'Open Sans', sans-serif;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 900;
}

.titleIsi {
    font-size: 9px;
}
.subtitleIsi {
    font-size: 9px;
}

#footer .viewport {
    width: 144px;
    height: 165px;
    overflow: hidden;
    position: absolute;
    left: 7px;
    color: #000;
}

#footer .overview {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0px;
    line-height: 130%;
}

#footer #scrollHere {
    position: absolute;
    right: 0px;
}

#footer p {
    font-size: 9px;
    line-height: 12px;
    text-decoration: none;

}



#button {
    width: 101%;
    bottom: 0;
    position: absolute;
    height: 14px;
    background-color: #fff;

}

#button-l,
#button-r {
    width: 80px;
    height: 14px;
    float: left;
    background-color: RGB(72,72,72);
    color: #ffffff;
    font-size: 8px;
    font-weight: lighter;
    line-height: 14px;
    text-align: center;
}

#button-l {
    float: left;
}

#button-r {
    float: right;
    width: 81px;
}







#footer .scrollbar {
    background: transparent url(../assets/bar.png) no-repeat 0 0;
    background-size: 3px 148px;
    position: relative;
    background-position: 0 0;
    float: right;
    width: 3px;
    top: 14px;
    height: 148px !important;
    right: 5px;
}

#footer .track {
    height: 30px !important;
    width: 6px;
    position: relative;
    padding: 0 1px;
}

#footer .thumb {
    background: transparent url(../assets/scroll.png) no-repeat 50% 100%;
    background-size: 3px 10px;
    height: 10px !important;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
}

#footer .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 25px;
}

#footer .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/*IE*/


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {


    #footer a {
        cursor: auto;
    }

    #footer a:any-link {
        cursor: auto;
    }
}


/*MOZ*/

@-moz-document url-prefix() {
    #footer {
        padding: 0px 0px 0px 0px;
    }

    #footer .scrollbar {
        top: 8px !important;
        right: 5px;
    }

    strong {
        font-weight: bold;
    }

}
