body p {
    font-size: 16px;
    font-family: 'Open Sans',sans-serif!important;
}
#main_nav {
    transition: top 0.2s ease-in-out;
}
.zopim {
    display: none !important
}
h1 {
    margin-bottom: 60px;
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 12px;
}
.image-article {
    position: relative;
    height: 400px;
    width: 100%;
    z-index:-1;
}
.image-article img {
    position: absolute;
    top: -200px;
}
.sources{
    position: absolute;
    right: 15px;
    bottom: -66px;
}
.sources p {
    color: #999;
    font-size: 12px;
}
.portfolio-box {
    font-size:16px;
    line-height: 2.5;
    border-bottom: 1px solid #b0b0b0;
}
.portfolio-box .icon {
    margin-top: 8px;
    margin-right: 12px;
}
i.icon:before {
    font-size: 14px!important;
}
.portolios {
    display: inline-flex;
}
.picon {
    margin-right: 2em;
}
span.value {
    margin-left: 30px;
}
.title-side {
    font-size: 12px;
    letter-spacing: 1.5pt;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
}
.title-red {
    color:#ED3F23;
}
.icn-rounded {
    color: #fff;
    background: #4c4c4e;
    padding: 4px 6px 8px;
    border-radius: 25px;
}
.icn-rounded:hover {
    background: #ED3F23;
}
.sosmed-rounded{
    display: inline-flex;
    list-style: none;
    position: absolute;
    margin-top: -10px;
    padding: 0;
}
.sosmed-rounded li {
    margin-right: 50px;
}
.recomended {
    background: #fff;
    padding: 30px;
}
.recom {
    margin-bottom: 15px;
}
.recom span {
    font-size: 12px;
    color: #a7a9ab;
}
.recom h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.title-main {
    font-size: 12px;
    letter-spacing: 1.5pt;
    font-weight: bold;
}
.author-box {
    margin-top: 6em;
    height: 100%;
    display: inline-block;
    background: #f1f1f2;
    margin-bottom: 2em;
    padding: 30px;
    border-radius: 3px;
}
.img-profile {
    width: 90%;
    display: block;
}
.readmore a {
    color: #ED3F23;
}
.featuredphoto {
    margin-top:25px;
}
.featuredphoto img {
    width: 100%;
}
.light, .name, .owner a {
    font-family: 'Open Sans',sans-serif!important;
 }
.btn-arsitag-red, .btn-arsitag-red-new {
    font-family: 'Open Sans',sans-serif!important;
}
.breadcrumb {
    font-size: 13px;
    margin-bottom: 14px;
    margin-top: -6px;
    background-color: transparent !important;
    font-family: "Open Sans";
}
.line-breadcrumb {
    border-bottom: solid 1px #e6e6e6;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 19px;
    display: none;
}

@media screen and (max-width: 768px){
    body p {
        line-height: 20px;
        letter-spacing: .25pt;
    }
    .image-article {
        height: 200px;
    }
    .image-article img {
        position: absolute;
        top: 0;
    }
    .sources {
        bottom: -50px;
    }
    .sources p {
        font-size: 8px;
    }

    h1 {
        font-size: 25px;
        margin-bottom: 40px;
    }
    h3 {
        font-size: 20px;
        margin-top: 1px;
    }
    .img-profile {
        width: 75px;
    }
    .article-content img {
        width: 100% !important;
        height: 100% !important;
    }
    .slick-next:before, .slick-prev:before {
        font-size: 50px!important;
    }
    .slick-prev {
        left: -30px!important;
        top: 120px;
    }
    .slick-next {
        margin-right: 0px!important;
        top: 120px;
    }
    div#popoverProductDetail:before {
        right:inherit;
    }
    .col-md-4.product-tracker {
        padding-left: 4px;
        padding-right: 4px;
    }
    .produk-lain-caption a {
        font-size: 11px;
    }
    ul.breadcrumb {
        font-size: 12px !important;
        padding-left: 0px;
        margin-bottom: 6px;
    }
    .line-breadcrumb {
        display: block !important;
    }
    .article-title h1 {
        margin-bottom: 0;
        margin-top: 6px;
    }
}