body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:#fff;
/*    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A7A7A7),
        color-stop(0.51, #E4E4E4)
    );*/
    background-attachment:fixed;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    height:100%;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    width:100%;
}
div.app {
    width: 1280px;
    height: 700px;
    margin:0px auto;
    position: relative;
    display: block;
    padding-top: 100px;
/*    float:left;
*/    overflow: hidden;
}
div.nav {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    height: 80px;
}
.app.calc {
    width:1280px;
    background: #ececec;

}
.app.calc .wrapper {
    padding: 70px 0 78px;
}
.app.calc.info {
    height: 700px;
}
.app.calc.info a {
    position: relative;
    display: block;
    float: left;
    width:100%;
    height: 700px;
}
.app.calc.info a img{
    max-width: 100%;
    border: none;
}
div.wrapper {
    width:100%;
    position: relative;
    display: block;
    float: left;
    padding: 60px 0;
}
div.wrapper h1 {
    font-size: 30px;
    font-weight: bold;
    color:  #c8242e;
    margin: 0;
    padding:0;
    text-align: center;
}
div.wrapper p {
    color: #000;
    font-size:20px;
    margin:0;
    text-align: center;
}
div.list-calc {
    width:1100px;
    position: relative;
    display: block;
    padding:0 90px;
    margin-top:40px;
    float:left;
}
div.list-calc ul {
    margin: 0;
    padding:0;
    list-style: none;
}
div.list-calc ul li {
    float: left;
    width:350px;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.65);
}
div.list-calc ul li:last-child {
    margin-right: 0;
}
div.list-calc ul li a, div.list-calc ul li a div.box-images {
    display: block;
    float: left;
    width: 100%;
    height: 395px;
    position: relative;
    text-decoration: none;
}
div.list-calc ul li a div.box-images .icons.calc {
    width:100px;
    height: 100px;
    text-align: center;
    border-radius:100px;
    background: #c6222c;
    position: absolute;
    top:35%;
    left: 35%;
}
div.list-calc ul li a div.box-images .icons.calc img {
    border:none;
    margin-top: 25px;
}
div.list-calc ul li a div.box-caption {
    background: #cecece;
    width: 100%;
    position: relative;
    display: block;
    float:left;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #1C1C20;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.info-graphic {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    background: #ececec;
}
.info-graphic img {
    max-height: 100%;
}
.info-graphic a {
    position: absolute;
    bottom: 22px;
    left: 45%;
}
.content-left {
    width: 845px;
    height: 100%;
    float: left;
    display: inline-block;
    background: url(../img/bg.calc.quiz.jpg) no-repeat;
}
.content-left.quiz-2 {
  background: url(../img/bg.calc.quiz.2.jpg) no-repeat;
}
.content-right {
    float:right;
    width: 325px;
    padding: 70px 55px 0;
    background: #f2f2f2;
    height: 630px;
}
.app.calc.quiz .content-left .box-images {
    padding: 17% 0 0;
    text-align: right;
}
.content-right h1 {
    font-size: 30px;
    font-weight: bold;
    margin:0;
    padding: 0;
    color: #161616;
}
.content-right p {
    font-size: 16px;
    line-height: normal;
    color: #1c1c1c;
    text-align: left;
    margin: 35px 0;
    text-transform: none;
}
.list-question .items {
    margin-bottom: 10px;
    padding:10px 0;
    cursor: pointer;
}
.list-question .items span {
    font-size: 16px;
    color: #161616;
    margin-left: 10px;
}
.list-question .btn-actions {
    margin: 20px 0 25px;
    width: 100%;
    position: relative;
    display: block;
    float: left;
}
.list-question button {
    background: #909090;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding:12px 25px;
    text-transform: uppercase;
    float: left;
    display: inline-block;
}
.list-question .btn-actions span {
    display: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding:12px 25px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: 1px;
}
.list-question .btn-actions span.wrong {
    background: #b01f28;
    display: block;
}
.list-question .btn-actions span.correct {
    background: #578327;
    display: block;
}
.list-question .items.box-highlight {
    background: #cecece;
    padding: 10px 10px 5px;
    margin-left: -10px;
 }
.list-question a {
    float: left;
    display: block;
    background: #000;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.app.calc.rumah {
    background: url(../img/bg.calc.rumah.jpg) no-repeat left 100px;
}
.app.calc.rumah h2 {
    text-align: center;
    width: 900px;
    margin: 0px auto;
    margin-top: 70px;
    padding: 0;
    font-weight: bold;
    color:#c8242e;
    font-size: 30px;
    line-height: normal;
}
.app.calc.rumah .list-rumah, .app.calc.rumah .box-ketentuan {
    width: 1130px;
    position: relative;
    display: block;
    float: left;
    padding: 0 75px;
    margin-top: 50px;
}
.app.calc.rumah .box-ketentuan {
    margin-top: 30px;
}
.app.calc.rumah .list-rumah ul {
    margin:0;
    padding: 0;
    list-style: none;
}
.app.calc.rumah .list-rumah ul li {
    float: left;
    display: inline-block;
    width: 273px;
    margin-right: 12px;
    background: #fff;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.65);
}
.app.calc.rumah .list-rumah ul li:last-child{
    margin-right: 0;
}
.app.calc.rumah .list-rumah ul li .shorten,
.app.calc.rumah .list-rumah ul li .shorten .box-images,
.app.calc.rumah .list-rumah ul li .shorten .box-caption,
.app.calc.rumah .list-rumah ul li .description,
.app.calc.rumah .list-rumah ul li .description .harga,
.app.calc.rumah .list-rumah ul li .description .title,
.app.calc.rumah .list-rumah ul li .description .keterangan,
.app.calc.rumah .list-rumah ul li .description .cicilan,
.app.calc.rumah .list-rumah ul li .description a,
.box-ketentuan ul li .txt-step,
.app.calc.rumah .box-bottom{
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.app.calc.rumah .list-rumah ul li .shorten .box-images {
    height: 373px;
}
.app.calc.rumah .list-rumah ul li .shorten .box-images div.price ,
.list-rumah ul li .description .harga {
    position: absolute;
    bottom:0;
    width: 90%;
    left: 5%;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    height: 35px;
    line-height: 35px;
    background: rgb(198, 34, 44);
    background: rgba(198, 34, 44, .75);
}
.app.calc.rumah .list-rumah ul li .shorten .box-caption {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    height: 70px;
    line-height: 70px;
}
.app.calc.rumah .list-rumah ul li .shorten .box-caption span {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
}
.app.calc.rumah .list-rumah ul li .description {
    padding: 0 15px;
    width: 245px;
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 9999;
}
.app.calc.rumah .list-rumah ul li .description .harga {
    position: relative;
    left: 0;
}
.app.calc.rumah .list-rumah ul li .description .title {
    font-size:16px;
    font-weight: bold;
    padding: 25px 0;
    text-align: center;
    color: #1c1c1c;
    border-bottom: 1px solid #d8d8d8;
}
.app.calc.rumah .list-rumah ul li .description .keterangan {
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}
.app.calc.rumah .list-rumah ul li .description .keterangan span {
    float: left;
    display: inline-block;
    width: 46%;
    padding:0 2%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #1c1c1c;
}
.app.calc.rumah .list-rumah ul li .description .cicilan {
    text-align: center;
    padding: 80px 0;
}
.app.calc.rumah .list-rumah ul li .description .cicilan h1 {
    font-size: 34px;
    font-weight: bold;
    color: #c8242e;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.app.calc.rumah .list-rumah ul li .description .cicilan p {
    font-size: 14px;
    font-weight: bold;
    color: #8d8d8d;
    margin: 0;
}
.app.calc.rumah .list-rumah ul li .description a {
    margin-left: -15px;
    margin-right: -15px;
    background: #c8242e;
    color: #fff;
    width: 275px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
}
.box-ketentuan ul {
    margin:0;
    padding: 0;
    list-style: none;
}
.box-ketentuan ul li {
    float: left;
    display: inline-block;
    width: 350px;
    margin-right: 30px;
    padding-top: 35px;
    position: relative;
}
.box-ketentuan ul li .txt-step, .box-ketentuan ul li .box-step {
    background: #fff;
    height: 355px;
    line-height: 355px;
    width: 100%;
    -webkit-box-shadow: 0 12px 8px -8px black;
       -moz-box-shadow: 0 12px 8px -8px black;
            box-shadow: 0 12px 8px -8px black;
}
.box-ketentuan ul li:last-child {
    margin: 0;
}
.box-ketentuan ul li .icons {
    font-size: 30px;
    font-weight: bold;
    color:#d3d3d3;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 70px;
    -webkit-border-radius:70px;
    -moz-border-radius:70px;
    background: #c6222c;
    position: absolute;
    text-align: center;
    top:0;
    left: 40%;
    z-index: 9999;
}
.box-ketentuan ul li .box-step {
    padding: 90px 25px 30px;
    height: 235px;
    line-height: normal;
    text-align: center;
    width: 91%;
}
.box-ketentuan ul li .box-step  p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
}
.box-ketentuan ul li .txt-step span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  color: #1c1c1c;
  text-align: center;
}
.box-step ul {
    margin:0;
    padding: 0;
    list-style: none;
}
.box-step ul li {
    width: 93%;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #878787;
    padding: 10px;
    border-bottom: 1px dashed #c6222c;
    text-transform: none;
    text-align: left;
}
.app.calc.rumah .box-bottom {
    margin-top: 20px;
}
.app.calc.rumah .box-bottom span {
    width: 750px;
    height: 33px;
    line-height: 33px;
    margin: 0px auto;
    background: #ffae00;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 12px 8px -8px black;
       -moz-box-shadow: 0 12px 8px -8px black;
            box-shadow: 0 12px 8px -8px black;
}
.app.calc.rumah .box-bottom a {
    display: block;
    background: #000;
    color: #fff;
    margin: 0px auto;
    color: #fff;
    width: 230px;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 12px 8px -8px black;
       -moz-box-shadow: 0 12px 8px -8px black;
            box-shadow: 0 12px 8px -8px black;
}


/* pendidikan */
.app.calc.pendidikan-wrapper{
    background: url("../img/bg-pendidikan.jpg");
}

.app.calc.bisnis-wrapper,
.app.calc.pendidikan-wrapper.bisnis-wrapper{
    background: url("../img/bg.bisnis.jpg");
}

.app.calc.rumah .list-rumah ul li .shorten .box-images div.price.pendidikan-title{
    top: 0;
    background: #d9232e;
    padding: 17px 0;

}
div.list-calc ul li a div.box-caption.pendidikan-caption {
    background: #000;
    color: #fff;
    box-shadow: none;
}
div.list-calc ul li.pendidikan-jangka-waktu{
    width: 274px;
    -webkit-box-shadow: 0 12px 8px -8px black;
    -moz-box-shadow: 0 12px 8px -8px black;
    box-shadow: 0 12px 8px -8px black;
}
div.list-calc ul li.pendidikan-jangka-waktu a{
    background: #fff;
    text-decoration: none;
}
div.list-calc ul li a div.box-caption.pendidikan-jangka-waktu-caption{
    width: 90% !important;
    left: 5%;
}
.clear{
    clear: both;
}

div.list-calc ul li a div.jangka-waktu{
    margin-top: 20%;
    position: relative;
    display: block;
}
div.list-calc ul li a div.jangka-waktu div.jumlah-tahun{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:160px;
    text-align: center;
    color: #d9232e;
    font-weight: bold;
}

div.list-calc ul li a div.jangka-waktu div.text-tahun{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:24px;
    text-align: center;
    color: #1c1c1c;
    margin-top: -30px;

}


div.list-calc.pendidikan-jangka-waktu-list{
    padding: 0 0 0 200px;
}

.app.calc.rumah.pendidikan-wrapper .box-total-bayar{
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 12px 8px -8px black;
    -moz-box-shadow: 0 12px 8px -8px black;
    box-shadow: 0 12px 8px -8px black;

}

.app.calc.rumah.pendidikan-wrapper .box-total-bayar .text-dana{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 90%;
    margin: 0 auto;
    background: #1c1c1c;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 23px 0;
    font-weight: bold;
}

.app.calc.rumah.pendidikan-wrapper .box-total-bayar .text-total{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 78px;
    color: #d9232e;
    text-align: center;
    padding: 50px 0 0;
}

.app.calc.rumah.pendidikan-wrapper .box-total-bayar .noted{
    text-align: center;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    color: #363636;
}


.app.calc.rumah.pendidikan-wrapper .box-total-bayar .line-bg{
    text-align: center;
    padding: 25px 0 50px;
}

.app.calc.rumah.pendidikan-wrapper .box-total-bayar .text-tabungan-bulanan{
    text-align: center;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    color: #363636;
}
.app.calc.rumah.pendidikan-wrapper .box-total-bayar .biaya{
    text-align: center;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    color: #d9232e;
    font-size: 50px;
}

.app.calc.rumah.pendidikan-wrapper .box-total-bayar .text-bulanan{
    text-align: center;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #363636;
    font-size: 14px;
    padding-bottom: 50px;
}

.app.calc.rumah.pendidikan-wrapper .box-total-bayar .box-join{
    text-align: center;
    width: 55%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 12px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    padding: 15px 0;
    background: #ec9421;
    color: #fff;
    -webkit-box-shadow: inset 0px 7px 20px 3px rgba(0,0,0,0.41);
    -moz-box-shadow: inset 0px 7px 20px 3px rgba(0,0,0,0.41);
    box-shadow: inset 0px 7px 20px 3px rgba(0,0,0,0.41);
}

.box-lanjut a{
    display: block;
    background: #000;
    color: #fff;
    margin: 0px auto;
    color: #fff;
    width: 230px;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 12px 8px -8px black;
    -moz-box-shadow: 0 12px 8px -8px black;
    box-shadow: 0 12px 8px -8px black;
}

.app.calc.solusi-wrapper{
    background: #ececec;
    max-height: 800px;
    overflow: scroll;
}

.box-image-solusi{
    width: 80%;
    margin: 0px auto;
    margin-top: 70px;
}

.box-lanjut a.solusi-join-now{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
