/* CSS Document */

@media screen and (max-width: 900px) {
p {
	font-size: 14px;
	line-height: 25px;
}

.logo-img {
	width: 85%;
}

#header {
	height: 75px;
}

#nav {
	height: 40px;
}

#menu li {
	width: 100px;
}

#menu a {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

#copyright {
	font-size: 12px;	
}

.service-img {
	margin: 0 0 5% 2.5%;
	width: 46.5%;
}

.capability-img {
	margin: 0 0 5% 2.5%;
	width: 46.25%;
}

/* --QUALIFICATION-- */
.quali-text {
	width: 50%;
}

.quali-img {
	width: 50%;	
	margin: 10px auto;
}

.order-list {
	font-size: 14px;	
}
/* --CONTACT-- */

#address {
	float: none;
	width: 80%;
	
}

#enquiry {
	float: none;
	width: 80%;
}

#contact_form {
	display: block;	
}

#smallcontact_form {
	display: none;	
}

}

@media screen and (max-width: 600px) {

h1 {
	font-size: 20px;
	color: #0D68B1;
	text-align: center;
}

h2 {
	font-size: 16px;
	color: #2DB051;
	text-align: center;
}	
	
#menu {
	display: none;	
}

#smallmenu {
	display: block;	
}

#small-banner {
	display: block;	
}

#banner {
	display: none;
}

#footer-menu {
	height: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;	
}

/* --HOME-- */
#home-banner {
	display: none;	
}

#small-home-banner {
	display: block;	
}

#home-content-box1 {
	float: none;
	width: 100%;	
	margin-bottom: 5px;
}
#home-content-box2 {
	float: none;
	width: 100%;	
	margin-bottom: 5px;
}



/* --SERVICE-- */
.service-img {
	margin: 0 0 5% 5%;
	width: 90%;
}

/*.divider {
	height: 100px;	
}*/

/* --CAPABILITY-- */
.capability-img {
	margin: 0 0 5% 5%;
	width: 90%;
}

/* --QUALIFICATION-- */
.quali-text {
	width: 100%;
}

.quali-img {
	width: 100%;	
	margin: 10px auto;
}

/* --CONTACT-- */

#address {
	clear: both;
	width: 100%;
}

#address h3 {
	font-size: 18px;	
}

#address p {
	font-size: 14px;	
}

#enquiry {
	clear: both;
	width: 100%;	
}

#contact_form {
	display: none;	
}

#smallcontact_form {
	display: block;	
}
}

@media screen and (max-width: 360px) {

h1 {
	font-size: 16px;
	color: #0D68B1;
	text-align: center;
}
h2 {
	font-size: 15px;
	color: #2DB051;
	text-align: center;
}

}