﻿/* market watch */

/* #market-watch {
    background: #0483d0;
    height: 40px;
    width: 100%;
    position: absolute!important;
    top: 1640px!important;
} */

/* @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #market-watch {
        position: relative!important;
        top: -1130px!important;
    }
} */

#mw-content {
    width: 900px;
    margin: 0 auto;
    color: #fff;
}

#mw-content span.separator {
    font-size: 24px;
    float: left
}

#mw-content h2 {
    color: #fff;
    font-size: 18px;
    padding: 6px 0 6px 40px;
    background: url('/images/market-watch.jpg') no-repeat left 5px;
    width: 115px;
    float: left;
}


/*home*/

.thumb {
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
}

.new-posts {
    min-height: 60px;
    border-bottom: 1px solid #eee;
    color: #777;
    clear: both;
}

.bot-isi-kiri .new-posts:last-child,
.bot-content-kiri .new-posts:last-child {
    border-bottom: none;
}

.new-posts .excerpt {
    font-size: 11px;
    text-align: justify;
}

.new-posts .date {
    text-align: left;
    margin-right: 2px;
    font-size: 11px;
}

.bottom-content .new-posts .date {
    text-align: left;
}

.new-posts h3 a {
    color: #0071BC;
    text-shadow: 1px 0 0 #eee;
}

.commenttag a {
    color: #777;
}

.mid-content,
.bottom-content {
    border-bottom: none;
    margin-top: 45px;
    background: url('/images/separator.jpg') no-repeat top center;
    padding-top: 15px;
}

#askaptv {
    height: 300px;
    width: 300px;
}

.accordion-tab {
    display: inline;
    float: right;
}

.last-contener {
    width: 900px;
    display: none;
}


/*ACCORDION*/

.ac-container {
    width: 435px;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label {
    padding: 5px 10px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #FFF;
    line-height: 33px;
    font-size: 16px;
    background: #2781b6;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    border-radius: 3px;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    background: #2e9bdc;
    color: #ffffff;
}

.ac-container label:after,
.ac-container input:checked+label:after {
    content: '+';
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 3px;
}

.ac-container input:checked+label:after {
    content: '-';
    font-size: 45px;
    position: absolute;
    right: 21px;
    top: 0px;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    right: 0px;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    font-size: 12px;
}

.ac-container article p {
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 12px;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.ac-container input:checked~article.ac-small {
    height: 185px;
}

.ac-container input:checked~article.ac-medium {
    height: 185px;
}

.ac-container input:checked~article.ac-large {
    height: 185px;
}

.ac-container input {
    display: none;
}

.disc {
    list-style-type: disc!important;
    margin-left: 20px;
    margin-top: 10px;
}

.circle {
    list-style-type: circle!important;
    margin-left: 20px;
}

.disc li {
    list-style: disc!important;
    list-style-type: disc!important;
}

.circle li {
    list-style: circle!important;
    list-style-type: circle!important;
}

.ac-container li,
.ac-container li a {
    font-size: 13px;
    color: #434343;
    line-height: 15px;
}

.ac-container li a {
    color: #333;
}

.overlay {
    padding: 40px;
    width: 550px;
    display: none;
    background-image: url(/images/white.png)!important;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

#button,
#button img {
    width: 240px;
    margin: 10px 25px;
}

.close {
    background: url(/images/close.png) no-repeat;
    position: absolute;
    top: 2px;
    right: 5px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

#webinar {
    display: block;
    height: 450px;
    width: 550px;
    background-color: #ffffff;
    border: solid 1px #ccc;
    margin: 0 auto;
}

.top-kiri h2,
.mid-kanan h2 {
    letter-spacing: -2px;
    font-size: 38px;
}


/* the container */

.jadiSlide {
    position: relative;
}

.jadiSlide img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
    max-height: none;
}

.jadiSlide #bannerText14 img {
    width: 900px;
    height: 200px;
}


.banner_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.jadiSlide .stripe {
    position: absolute;
    display: block;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.jadiSlide .block {
    position: absolute;
    display: block;
    z-index: 1;
    overflow: hidden;
}

.mycanvas {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 10;
    display: none;
}

.jadiSlide.universal .bannerControls {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    opacity: 0.5
}

.jadiSlide.universal .leftNav {
    position: absolute;
    left: 10px;
    top: 50%;
    /*margin-top:-20px;  height/2 */
    width: 41px;
    height: 41px;
    background: url(/images/leftNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

.jadiSlide.universal .leftNav:hover {
    background: url(/images/leftNavON.png) 0 0 no-repeat;
}

.jadiSlide.universal .rightNav {
    position: absolute;
    right: 10px;
    top: 50%;
    /*margin-top:-20px;  height/2 */
    width: 41px;
    height: 41px;
    background: url(/images/rightNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

.jadiSlide.universal .rightNav:hover {
    background: url(/images/rightNavON.png) 0 0 no-repeat;
}

.jadiSlide.universal .bottomNav {
    position: absolute;
    width: 0px;
    height: 24px;
    z-index: 4;
    padding-left: 9px;
}

.jadiSlide.universal .bottomNavButtonOFF {
    float: left;
    display: block;
    width: 14px;
    height: 14px;
    background: url(/images/bottomNavOFF.png) 0 0 no-repeat;
    padding-left: 9px;
    cursor: pointer;
}

.jadiSlide.universal .bottomNavButtonON {
    float: left;
    display: block;
    width: 14px;
    height: 14px;
    padding-left: 9px;
    background: url(/images/bottomNavON.png) 0 0 no-repeat;
    cursor: pointer;
}

.jadiSlide.universal .bottomNavLeft {
    position: absolute;
    width: 0px;
    display: none;
    background: #00F;
    height: 24px;
    z-index: 4;
}

.jadiSlide.universal .bottomNavRight {
    position: absolute;
    width: 0px;
    display: none;
    height: 24px;
    background: #00F;
    z-index: 4;
}

.jadiSlide.universal .bottomOverThumb {
    position: absolute;
    width: 88px;
    height: 106px;
    background: url(/images/bottomOverThumbBg.png) 23px bottom no-repeat;
    bottom: 27px;
    margin-left: -25px;
}

.jadiSlide.universal .bottomOverThumb img {
    border: 4px solid #000000;
}

.banner_texts {
    position: absolute;
    z-index: 3;
    display: none;
    width: 100%;
    text-align: left;
}

.banner_text_line {
    position: absolute;
}

.smallTextBanner2 {
    font: normal 17px 'Segoe UI Semilight', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 16px;
    text-shadow: 0 0 1px #eee;
}

.smallTextBanner {
    font: normal 12px 'Segoe UI Semilight', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.bigTextBanner {
    font: 500 33px 'segoe UI', Arial, Helvetica, sans-serif;
    color: #FFF;
    text-shadow: 1px 1px 1px #999;
}

.bigTextBanner2 {
    font: 600 38px 'segoe UI', Arial, Helvetica, sans-serif;
    color: #FFF;
    text-shadow: 1px 0px 1px #eee;
}

.hideElement {
    display: none;
}

#banner {
    width: 900px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/images/slide-bg.jpg) no-repeat top center;
}

.banner_text_line a.learn-more2 img {
    top: 4px;
    left: 7px;
}

#banner_slide a.learn-more2:hover {
    box-shadow: 1px 0px 17px 5px #222;
    background: #ebba4d;
}

#banner_slide a.more-info img:hover {
    box-shadow: 1px 0px 17px 5px #222;
}

#banner_slide a.learn-more2 {
    background: #f4bf4b;
    color: #fff;
    text-decoration: none;
    padding: 0px 17px 5px 48px;
    font: 500 24px 'Segoe UI', Arial, Helvetica, sans-serif;
    border-radius: 2px;
}

.dim {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

#askaptv h2 {
    margin-top: 0px;
    font-size: 33px;
    color: #373737
}

.isinya-tengah2 a:hover img:first-child {
    transform: scale(1.03, 1.03);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease 0s;
    -o-transform: scale(1.03, 1.03);
    -o-transition: all 1s ease 0s;
    -moz-transform: scale(1.03, 1.03);
    -moz-transition: all 1s ease 0s;
}

.isinya-tengah2 a img.dim {
    top: 200px;
}

.isinya-tengah2 a:hover img.dim {
    top: 203px;
}

.head-content {
    font-family: 'Segoe UI Light', Arial, Helvetica, sans-serif!important;
    font-size: 16px!important;
    padding-bottom: 7px;
}

@-moz-document url-prefix() {
    .head-content {
        font-stretch: condensed;
    }
}

a.arrowButton {
    background: #F09D11 url(/images/out.png) no-repeat left center;
    color: #fff;
    padding: 5px 9px 5px 25px;
    font-size: 15px;
    float: right;
}

a.arrowButton:hover {
    background-color: #FED120;
}

a.morePost {
    color: #3982af;
    font-size: 11px;
    display: inline-block;
}

a.morePost:before {
    content: " » "
}

p.moreLink {
    text-align: right;
}

p.moreLink:hover a.morePost:before {
    content: " »";
}

span.moreLink {
    margin-top: 5px;
    display: inline-block;
}


/*
a.morePost{
background: #2981B3 url(/images/arrow-head.png) no-repeat left center;
color: #fff;
padding: 1px 15px 3px 25px;
font-size: 15px;
display: inline-block;
margin-top: 3px;
}
a.morePost:hover{
background-color:#3FB3E6;
}
*/

#cap-perform {
    background: #424242;
    color: #fff;
    position: relative;
    left: -26px;
    text-align: center;
    font-size: 20px;
    padding: 5px 0px 10px;
    border-radius: 10px 10px 0 0;
}

div#tryPlatform {
    text-align: center;
    margin-top: 415px;
    display: block;
    font-size: 24px;
    text-shadow: 0px 0px 1px #777;
    position: relative;
    top: -25px;
}

#tryPlatform a:hover {
    background-color: #3FB3E6
}

#tryPlatform a {
    color: #fff;
    text-shadow: none;
    background: #007AC0 url(/images/sirixpc.png) no-repeat 20px center;
    width: 220px;
    position: relative;
    top: 20px;
    padding: 11px 25px 17px 85px;
    border-radius: 6px;
}

.newBox li {
    list-style: none;
}

.menOff {
    width: auto;
    height: 80px;
    border-top: 5px solid #D2D2D2;
    border-bottom: 3px solid #D2D2D2;
    float: left;
    border-right: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
}

.menOff:first-child {
    border-left: 0px;
}

.menOff:last-child {
    border-right: 0px;
}

.imPad {
    padding: 10px 14px;
}

.imTrans {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.reKiri {
    border: 1px solid #0263CE;
    float: left;
    height: 390px !important;
    position: relative;
    width: 294px;
}

.reKiri ul li {
    list-style: none;
    width: 280px;
    border-top: 1px solid #CDCDCD;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
}

.reKiri ul li:first-child {
    border-top: 0px;
}

.imReKiri {
    background: url('/images/new_askapsocial/2_03.jpg') no-repeat;
    position: relative;
    top: 10px;
}

.reKiri ul li p {
    position: relative;
    bottom: 10px;
    left: 20px;
    font-size: 15px;
}

.reTengah {
    border: 1px solid #0382CF;
    float: left;
    height: 390px !important;
    position: relative;
    width: 294px;
    right: -6px;
}

.reKanan {
    border: 1px solid #3FB3E6;
    float: left;
    height: 390px !important;
    position: relative;
    width: 294px;
    right: -12px;
}

.titRebox {
    width: 294px;
    height: 50px;
    color: #FFFFFF;
}

.titRebox span {
    position: relative;
    top: 5px;
}

.dataRecom {
    font-size: 12px;
    width: 160px;
    margin-top: 6px;
}

.reKiri ul li span {
    position: relative;
    bottom: 4px;
    left: 20px;
    font-size: 14px;
}

.reKiri ul li {
    width: 280px;
    border-top: 1px solid #CDCDCD;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
    background: url('/images/new_askapsocial/2_03.jpg') left center no-repeat;
    position: relative;
    top: 10px;
}

.line {
    width: 100%;
    height: 70px;
    background: #0483D0;
    position: absolute;
    top: 858px;
}

.lineBox {
    width: 900px;
    height: 70px;
    margin: 0px auto;
}

.lineBox ul {
    position: relative;
    left: 10px;
}

.lineBox ul li {
    margin-top: 15px;
    list-style: none;
    height: 40px;
    color: #FFFFFF;
    float: left;
    border-right: 1px solid #FFFFFF;
    padding: 0px 14px;
}

.lineBox ul li:last-child {
    border-right: 0px;
}

.fontFirst {
    float: left;
    margin-right: 5px;
    font: bold 38px/53px 'Arial Narrow', Arial, sans-serif;
}

#contener {
    margin-top: 85px!important;
}

.mid-content {
    padding-top: 20px;
}

.bottom-content {
    margin-top: 55px!important;
}

#platform {
    text-align: center;
    position: relative;
    top: -15px;
}

#platform a {
    font-size: 25px;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

#platform a:hover {
    color: #3FB3E6;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 7px 3px #ccc;
    -webkit-box-shadow: 0 1px 7px 3px #ccc;
    box-shadow: 0 1px 7px 3px #ccc;
}

#platform a>img {
    position: relative;
    top: 1px;
}