@charset "utf-8";

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

Author      : Muhammad Febriansyah

Built       : Mei 2017

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



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

    .servicesall{
        display: block;
    }
    .servicesall2{
        display: block;
    }
    .servicesmobile{
        display: none;
    }
	
    /* header

    ================================================================================================================= */
    ##mainheader{
        height: 100px;
    }
	
    /* middle homepage

    ================================================================================================================= */
	.wrapper,.mid-wrapper{
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .middle-banner{
        max-width: 350px;
        left: 50%;
        margin-left: -175px;
        top: 100px;
    }
    #homeBanner{
        background-size: 1400px;
    }
	
    /* middle contentpage

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

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

