div, img{
    transition: all;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
h3, p {
    margin: 0.5em 0;
}
.first-p {
    margin-top: 0.25em !important;
}
h3 {
    color: #f4bd0f;
    margin-bottom: 0;
    margin-top: 1em;
    font-size: 12px;
}
p {
    font-size: 11px;
}
.hangingindent {
    padding-left: 5px ;
    text-indent: -5px ;
}
.nowrap {
    white-space: nowrap;
}
.isi-logo {
    margin-top: 18px;
}

#bannerAd{
    width:300px;
    height:250px;
    background: #232323;
    border:1px solid #000;
    overflow:hidden;
    backface-visibility: hidden;
    display:block !important;
    position: relative;
    box-sizing:border-box;
    cursor: pointer;
}
#clickarea{
    position: absolute;
    width: 300px;
    height: 167px;
    left: 0;
    border-bottom: 1px solid #636363;
    z-index: 20;
}

.bg-container {
    position: absolute;
    height: 167px;
    width: 300px;
    overflow: hidden;
}

#images {
    position: relative;
}

.bgImage{
    position: absolute;
    opacity: 0; 
}

#bg0 {
    opacity: 1;
}

.logo {
    position: absolute;
    right: 0;
    top: -119px;
}

.copy {
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 0;
    height: auto;
}
.cta_btn {
    opacity: 0;
    position: absolute;
    bottom: -3px;
    right: 3px;
}
#bgISI {
    position: absolute;
    height: 80px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: black;
}
/* Scrolling area parent container */
#scroll_container {
    position: absolute;
    height: 70px;
    width: 100%;
    left: 0;
    bottom: 5px;
    z-index: 100;
    background-color: black;
}
/* Container to be cloned for dynamic scroller */
#scroll_content{
    height: 33.3%;
    top: 5px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

/* Scrollbar track */
.ssb_dwn { cursor: pointer; position: absolute; background: 0; bottom: 0; right: 0; }
.ssb_bar { cursor: pointer; position: absolute; border-radius: 9px; right: 2px; width: 9px !important; }
.ssb_trk { cursor: pointer; height: 100%; position: absolute; right: 1px; top: 0px; width: 9px !important; }
.ssb_ups { cursor: pointer; position: absolute; right: 0; top: 0px; width: 9px!important; height: 5px!important; }

/* Scrollbar track - colors */
.ssb_bar_down { background: white; }
.ssb_bar_over { background: white; }
.ssb_bar { background: white;}
.ssb_trk { background: #151515; border: 1px solid #737373; border-radius: 9px; box-shadow: inset 0px -11px 5px -9px #fff; }
/* #scroll_container { border-top: 1px solid #000000; } */

#innerwrap{
    margin-top: -1em;
    padding: 0 8px 30px;
    width: 86%;
}
#innerwrap p {
    color:#ffffff;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.3;
}
#innerwrap sup{

    font-size: 8px;
}
#innerwrap a{
    color: #ffffff;
    font-weight: bold;
}
#innerwrap ul{
    padding-left: 14px;
}

#isi_title,
#indi_title{
    font-weight: bold;
}
#isi_title + p,
#indi_title + p{
    margin-top: 0.5em;
}

#bannerAd.view-isi{
    overflow: visible;
    box-sizing: initial!important;
}
#bannerAd.view-isi #scroll_container{ 
    border-top: 0;
    overflow: visible;
    position: absolute;
    bottom: 0;
}
.view-isi #innerwrap{ 
    background: black;
    position: absolute;
    width: auto;
}