@charset "utf-8";

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

Author      : Muhammad Febriansyah

Built       : Desember 2016

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



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

    .servicesall{
        display: none;
    }
    .servicesall2{
        display: none;
    }
    .servicesmobile{
        display: block;
    }

    /* header

    ================================================================================================================= */
    #desktop-menu {
        display: none;
    }
    #mobile-menu{
        display: block;
    }
    #mainheader{
        padding: 10px 0;
    }
    #mainheader.fixNav .logo {
        max-width: 100px;
        padding-top: 0;
    }
    .main_mobile_menu .switch {
        display: inline-block;
        margin: 0 0 30px 0;
        clear: both;
    }
    .logo{
        max-width: 100px;
        padding-top: 3px;
    }
    /* middle homepage

    ================================================================================================================= */
    .wrapper, .mid-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .main_banner .cols2{
        width: 100%;
        text-align: center;
    }
    #homeBanner .wrapper{
        padding: 0;
    }
    .images_banner{
        max-width: 300px;
        display: inline-block;
    }
    .text_banner{
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .text_banner h3{
        font-size: 40px;
        line-height: 42px;
    }
    .text_banner p {
        font-size: 18px;
        margin-bottom: 40px;
        line-height: 22px;
    }
    #homeBanner{
        padding: 0;
        background: url(../images/material/bg_mobile.png);
        background-size: 500px;
        background-position: top center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        padding-bottom: 80px;
    }
    .owl-controls{
        bottom: -20px;
    }
    .top_half{
        top: -5px;
    }
    .box_white{
        margin-bottom: 30px;
    }
    #service_home .cols2:first-child,#service_home .cols2:last-child{
        width: 100%;
        margin-bottom: 30px;
    }
    .inner_tabs{
        text-align: center;
    }
    .inner_tabs h2,.text_title h2{
        font-size: 32px;
        line-height: 34px;
    }
    .text_title h4{
        font-size: 20px;
    }
    .tab_menu_list{
        padding-left: 5vh;
    }
    .text_title p{
        font-size: 15px;line-height: 22px;
    }
    .box_grey{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        font-size: 21px;
        max-width: 220px;
        clear: both;
    }
    .floatingwa {
        position: fixed;
        right: 20px;
        bottom: 20px;
        max-width: 50px;
        z-index: 999;
    }
	/* middle contentpage

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

    ================================================================================================================= */
	footer .left,footer .right{
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 20px;
        display: block;
    }
    .socmed_list{
        text-align: center;padding-top: 20px;
    }
	
	
	
}
