@media only screen and (orientation:landscape) {
body { -webkit-text-size-adjust:none; }

}
@media screen and (min-width:320px) and (max-width:480px){
	img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto;}
    
    .navbar-brand img{ width: 50%; height: auto; display: inline-block;}
    .navbar-default .navbar-brand{ min-height: 70px}
    .body-wraper .body-layout{margin-top: 0px !important}
    .contactsec .form-control{ margin-bottom: 6px;}
	.bodytextsec{ padding:15px !important}
	.newsletter .btn-primary{ font-size:12px !important;}
}
@media screen and (min-width:481px) and (max-width:899px){
	
	img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto;}
    
    .navbar-brand img{ width: 50%; height: auto;}
    .body-wraper .body-layout{margin-top: -100px}
    .contactsec .form-control{ margin-bottom: 6px;}
}

@media screen and (min-width:767px) and (max-width:900px){
	img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto;}
	.ppd{ padding:0;}
    
    .navbar-brand img{ width: 70%; height: auto;}
    .body-wraper .body-layout{margin-top: -100px}
}