

/* ==========================================================================
   Mobile style
   ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) { 
	.navbar-default {
		padding-left: 0;
	}
	.most-top {
		height: auto!important;
	}

	.indonesian a, .english a {
		font-size: 11px;
	}

	.english {
		margin-right: 9px!important;
	}
	.indonesian {
		margin-right: 50px!important;
	}



/* iPads (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 768px) and (max-device-width : 1024px) {
	
}