@charset "UTF-8";

/* CSS Document */
* {
    margin: 0px;
}

a img,
a {
    border: none;
    outline: none;
}

.fadeIn,
.fadeOut {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
 
.fadeIn_0,
.fadeOut_0 {
    -webkit-transition: all 0s linear !important;
    -moz-transition: all 0s linear !important;
    -o-transition: all 0s linear !important;
    transition: all 0s linear !important;
}

.fadeIn, .fadeIn_0 {
    opacity: 1 !important;
}

.fadeOut, .fadeOut_0 {
    opacity: 0 !important;
}

.nowrap {
    white-space: nowrap;
    font-style: normal;
}

#dummy{
    position: absolute;
    width: 300px;
    height: 250px;
    left: -1px;
    top: -1px;
    background: url(../img/dummy.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
}

/***************************** SECTION 1 ****************************/
#container {
    width: 298px;
    height: 248px;
    border: #6d6e71 solid 1px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.init{
    opacity: 0 !important;
}

#section1 {
    position: absolute;
    width: 298px;
    height: 248px;
    left: 0px;
    top: 0px;
    background: url(../img/main_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

#frame1_1 {
    position: absolute;
    width: 227px;
    height: 100px;
    left: 33px;
    top: 74px;
    background: url(../img/frame1_1.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#frame2_1 {
    position: absolute;
    width: 279px;
    height: 105px;
    left: 10px;
    top: 66px;
    background: url(../img/frame2_1.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#frame3_1 {
    position: absolute;
    width: 73px;
    height: 158px;
    left: 108px;
    top: 47px;
    background: url(../img/frame3_1.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#frame4_1 {
    position: absolute;
    width: 96px;
    height: 161px;
    left: 107px;
    top: 45px;
    background: url(../img/frame4_1.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#frame5_1 {
    position: absolute;
    width: 94px;
    height: 163px;
    left: 106px;
    top: 45px;
    background: url(../img/frame5_1.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#frame6_1 {
    position: absolute;
    width: 125px;
    height: 158px;
    left: 83px;
    top: 47px;
    background: url(../img/frame6_1.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#frame7_1 {
    position: absolute;
    width: 95px;
    height: 161px;
    left: 102px;
    top: 42px;
    background: url(../img/frame7_1.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#frame7_1.scaledown{
    -webkit-transform: translate(-108px, -11px) scale(0.15);
    -moz-transform: translate(-108px, -11px) scale(0.15);
    -o-transform: translate(-108px, -11px) scale(0.15);
    transform: translate(-108px, -11px) scale(0.15);
}

#frame9_1 {
    position: absolute;
    width: 234px;
    height: 49px;
    left: 32px;
    top: 75px;
    background: url(../img/frame9_1.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#logo {
    position: absolute;
    width: 179px;
    height: 56px;
    left: 63px;
    top: 17px;
    background: url(../img/logo.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#cta {
    position: absolute;
    width: 271px;
    height: 26px;
    left: 0px;
    top: 128px;
    background: url(../img/cta.png) no-repeat;
    background-size: 100% 100%;
    
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}


#clickTag {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 100;
}
#clickTag.zindex{
    z-index: 102;
}
.small_font_astric{
    font-size: 8px;
    line-height: 9px !important;
    /*text-indent: -3px;
    margin-left: 3px;*/
}
.small_font{
    font-size: 8px;
    line-height: 9px !important;
}
.italic{
   font-style: italic;
}

.isiLogo{
    width: 185px !important;
    margin: 8px 0px !important;
}  

/***************************** SECTION 2 ****************************/
#section2 {
    position: absolute;
    bottom: 0px;
    width: 298px;
    height: auto;
    min-height: 65px;
    background: #fff;
    font-family: arial;
    font-size: 100%;
    padding: 0px 4px 3px;
    z-index: 101;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#section2.init {
    opacity: 0;
}

#sTitle {
    font-size: 11px;
    color: #003b5c;
    font-weight: bold;
    position: relative;
    left: -4px;
    line-height: 1;
    padding: 2px 4px;
/*    border-top: 1px solid #a7a5a6;*/
    background-color: #ebebeb;
}

#isiActionBtn {
    font-size: 10px;
    position: absolute;
    right: 4px;
    top: 1px;
    color: #000000;
    font-weight: normal;
    cursor: pointer;
}

#scrollableArea {
    width: 291px;
    height: 71px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    -ms-transition: height .3s;
    transition: height .3s;
    margin-bottom: 5px;
    margin-top: -1px;
}

#scrollableArea.expandContainer {
    height: 161px;
}

#scrollableContent {
    width: 290px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    font-family: arial;
    line-height: 11px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    -ms-transition: height .3s;
    transition: height .3s;
}

#scrollableArea.expandContainer #scrollableContent {
    height: 154px;
}

#scroller {
    width: 94%;
    font-size: 10px;
    padding: 2px 0px;
}

#scroller .inner_title {
    margin-top: 4px;
    margin-bottom: 4px;
}


#scroller .inner_title1 { 
    margin-bottom: 4px;
}

.text_bold {
    font-weight: bold;
}

#scrollableArea #scroller .para_1 {
    margin-top: 0px;
}

.white_patch {
    width: 98%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#scroller h3 {
    font-size: 10px;
    color: #000000;
    margin-bottom: 1px;
}

#scroller .inner_border {
    border: 1px solid #000000;
    padding: 4px;
    margin-bottom: 6px;
}

#scroller .inner_border p:last-child{
    margin-bottom: 0;
}

#scroller .inner_border p:first-child{
    margin-top: 0;
}

#scroller p {
    line-height: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
    color: #000000;
}

#scroller p:before {
    text-indent: 2em;
    list-style-type: disc;
    display: list-item;
    margin-left: 2em;
}

#scroller a {
    color: #003b5c;
    outline: none;
}

#scroller sup {
    position: relative;
    top: 1px;
    vertical-align: super;
    font-size: 6px;
    font-weight: bold;
    line-height: 0;
    font-style: normal;
}

#scroller ul.defaultList {
    list-style: none;
    padding: 0px;
}

#scroller ul.defaultList li {
    list-style: none;
    padding-left: 10px;
    position: relative;
    margin-bottom: 8px;
}

#scroller ul.defaultList li:after {
    position: absolute;
    top: 4px;
    left: 3px;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #000000;
}

#scroller ul.splList {
    margin-bottom: 8px;
    list-style: none;
}

#scroller ul.splList li {
    margin-bottom: 1px;
    list-style: none;
    position: relative;
    padding-left: 7px;
}

#scroller ul.splList li:after {
    content: "-";
    position: absolute;
    top: 0px;
    left: 0px;
}

#scroller .isi_meta {
    margin-bottom: 3px;
    letter-spacing: -0.03em;
}

#scroller img {
    margin: 18px 0px 3px;
}

#scroller .nowrap,  nobr{
    white-space: nowrap;
}

#scroller ul {
    padding: 0;
    margin: 4px 0px 0px 0px;
}

/*
#scroller ul.splList {
    margin-bottom:8px;  
    list-style:none;
}
*/
#scroller ul li {
    margin-bottom: 7px;
    background: url("../img/bullet_circle.png") no-repeat 1px 4px;
    background-size: 3px 3px;
    list-style: none;
    padding-left: 7px;
    color: #000000;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 10px;
    bottom: 0px;
    top: 7px;
    right: 0px;
    overflow: hidden
}

.iScrollIndicator {
    position: absolute;
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 3px;
    background: #7b7a7c;
}

.iScrollLoneScrollbar {
    background-color: #d5d4d5;
    width: 3px
}

#scrollableContent::-webkit-scrollbar-track {
    background-color: #d5d4d5
}

#scrollableContent::-webkit-scrollbar {
    width: 3px;
    background: #7b7a7c;
}

#scrollableContent::-webkit-scrollbar-thumb {
    background: #7b7a7c;
}

.subTitle {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}

#piLink {
    font-size: 9px;
    text-decoration: underline;
    padding-left: 4px;
    bottom: 1px;
    left: 0;
    position: absolute;
    z-index: 101;
    width: 100%;
    background-color: #ebebeb;
    font-family: Arial;
    padding-top: 2px;
    color: #003b5c;
    letter-spacing: -0.025em;
}

#piLink a {
    color: #093b5c;
}

/***************************** cross browser ****************************/
@-moz-document url-prefix() {
    #scrollableContent {
        height: 53px;
    }

    .inner_title {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    #scroller .inner_title1 { 
        margin-bottom: 3px !important;
    }
    .windows #scrollableContent {
        height: 53px;
    }

    .windows .inner_title {
        margin-top: 4px !important;
        margin-bottom: 3px !important;
    }

    .windows .head_1 {
        margin-top: 4px;
    }

    .windows #piLink {
        /*background: url(../img/pilink_arrow.png) no-repeat 4px 5px;*/
        letter-spacing: -0.05em;
    }
}

.ie #piLink{ letter-spacing: -0.03em; }
.ie #scrollableContent {
        height: 54px;
    }
.ie #scroller .inner_title1 { 
        margin-bottom: 2px !important;
    }
/***************************** ISI CLONED VIEW FOR QA ****************************/
#clonedISIForQA {
    position: absolute;
    top: 100px;
    left: 10px;
}

#clonedISIForQA>a {
    font-family: Arial;
    font-size: 14px;
}

#clonedISIForQA>p {
    font-family: Arial;
    font-size: 11px;
    max-width: 220px;
    padding: 5px 5px;
    border-bottom: solid #CCC 1px;
    margin-bottom: 5px;
}

#clonedISIForQA #scrollableContent {
    height: auto;
    overflow: visible;
    font-family: Arial, sans-serif;
}

#clonedISIForQA #scrollableContent #scroller {
    -webkit-transform: translate(0px, 0px) translateZ(0px) !important;
    -moz-transform: translate(0px, 0px) translateZ(0px) !important;
    -o-transform: translate(0px, 0px) translateZ(0px) !important;
    -ms-transform: translate(0px, 0px) translateZ(0px) !important;
    transform: translate(0px, 0px) translateZ(0px) !important;
}

#clonedISIForQA .iScrollVerticalScrollbar {
    display: none;
}
/*custom*/
#clonedISIForQA #top_logo{
    display: none;
}