@charset "utf-8";

/*===============================================================================================================   

Author      : Muhammad Febriansyah

Built       : Desember 2016

=============================================================================================================== */



@media all and (max-width:767px){

    

    /* header

    ================================================================================================================= */
    .logo{
        width: 120px;
    }
    #mainHeader{
        padding: 20px 0;
    }
    .banner-images{
        display: none;
    }
    #home_banner{
        background: url(../../img/liputan/main_bg.png) #ff3300 no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .abs_content{
        position: relative;
        top: 0;
        padding-top: 80px;
    }
    .abs_content .row-list .cols2{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .banner_img{
        padding-left: 0;
    }
    .caption_banner{
        text-align: center;
    }
    .row_downlaod{
        text-align: center;
    }
    .scroll_bt{
        margin-top: 10%;
    }
    .caption_banner{
        margin-top: 0;
        margin-bottom: 25px;
    }
    .tabs_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: hidden;
        width: 100%;
        list-style-type: none;
        padding: 10px;
        margin: 0;
    }
    #sumber_home{
        padding-top: 40px;
    }
    .tabs_block  a{
        width: 155px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-overflow-scrolling: touch;
        margin-right: 15px;
        position: relative;
    }
    .half_inline{
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .caption_sumber{
        text-align: center;
    }
    .row-list,.tabs_inline{
        margin-left: 0;
        margin-right: 0;
    }
    .img_hp1{
        width: 100%;
    }
    .abs_text{
        width: 100%;
    }
    .kertas_hp_atas1,.kertas_hp3,.doodle_hp1{
        display: none;
    }
    .row_top_hp{
        padding-bottom: 50px;
    }
    .row_bottom_hp .row-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: hidden;
        width: 100%;
        list-style-type: none;
        padding: 10px;
        margin: 0;
    }
    .row_bottom_hp .row-list .cols3{
        width: 200px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-overflow-scrolling: touch;
        margin-right: 15px;
        position: relative;
    }
    .row_bottom_hp{
        padding-left: 0;
    }
    .contact_us_section .cols2{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    #footer .left,#footer .right{
        float: none;
        width: 100%;
        text-align: center;
        display: block;
    }
    #footer .right img{
        display: inline-block;
    }
    .fill_lip6{
        max-width: 300px;
    }
    .image_sumber img{
        width: 100%;
    }
    /* middle homepage

    ================================================================================================================= */
   
	/* middle contentpage

    ================================================================================================================= */
    
    /* footer
    ================================================================================================================= */
    
	
}

/* Landscape */
@media only screen 
      and (min-device-width: 320px) 
      and (max-device-width: 767px)
      and (-webkit-min-device-pixel-ratio: 2)
      and (orientation: landscape) {
        .content-popup {
            width: 445px;
        }
        
}
